You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Reverted back to version 2.1 as device syncing was not working as I liked (that build has been included in a new "archive" folder, for future reference)
- Redesigned the import/export buttons to show the last filename, date, time, and size
- Added a mainfest.json file to remove "Genesis 1 - " from the title when the app is installed as a PWA
- Made some minor updates to visual/CSS stuff
- Modified some other minor things (like adding Gab AI to the sidebar)
Copy file name to clipboardExpand all lines: README.md
+5-22Lines changed: 5 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,13 @@ This project was developed with assistance from AI tools including [Gab AI](http
16
16
-**Verse Highlighting**: Right-click verses to highlight in one of six colors for study emphasis
17
17
-**Reference Bible**: Use the reference Bible to select from multiple translation options to compare with (ASV, BSB, CSB, ESV, GNV, KJV, LSB, NASB 1995, NASB 2020, NET, NIV, NKJV, NLT); this also sets the translation for Bible Gateway searches and the Verse Analysis popup
18
18
-**Search Integration**: Built-in [Bible Gateway search](https://www.biblegateway.com/usage/) functionality to search for any word or passage
19
-
-**Theming**: Dark/light mode with six color themes
20
19
21
20
### Advanced Features
22
21
-**Highlights Management**: Search and filter highlighted verses by color/content
23
22
-**Keyboard Navigation**: Extensive keyboard shortcuts (F1 to toggle help)
24
23
-**Data Portability**: Import/export highlights, notes, and settings
25
-
-**Local Device Syncing**: Pair devices on your local network to sync your highlights, notes, and settings using a simple, 8-digit code
26
24
-**Responsive Design**: Optimized for both desktop and mobile devices (mobile has limited features)
25
+
-**Theming**: Dark/light mode with six color themes
27
26
28
27
## Markdown Keyboard Shortcuts
29
28
### Basic Formatting (Ctrl/Cmd + Key)
@@ -64,13 +63,12 @@ This project was developed with assistance from AI tools including [Gab AI](http
64
63
|`Alt + E`| Export Data |
65
64
|`Alt + I`| Import Data |
66
65
|`Alt + M`| Export Notes |
67
-
|`Alt + D`| Manual Sync (if devices paired) |
68
66
|`F1`| Show Help Modal |
69
67
70
68
*Note: Hotkeys can be customized in the settings menu*
71
69
72
70
### Study Resources Integration
73
-
The sidebar provides organized access to extensive theological resources (Reformed Theology/Calvinism) including:
71
+
The sidebar provides organized access to extensive theological resources (Reformed Theology/Calvinism focused) including:
74
72
- Online Bible platforms
75
73
- Christian doctrine references
76
74
- Theological resources
@@ -82,10 +80,8 @@ The sidebar provides organized access to extensive theological resources (Reform
82
80
83
81
-**Frontend**: Pure HTML5, CSS3, and Vanilla JavaScript (ES6+)
84
82
-**Libraries**:
85
-
- Font Awesome for icons
86
83
- Marked.js for Markdown processing
87
-
- PeerJS for discovery (local device syncing)
88
-
- Google for STUN servers (local device syncing)
84
+
- Font Awesome for icons
89
85
-**API**: Bible.helloao.org for scripture text, footnotes, and BSB audio
90
86
-**Storage**: LocalStorage for user data persistence
91
87
-**Build**: Use the provided scripts for setup and consistency
@@ -113,19 +109,15 @@ The sidebar provides organized access to extensive theological resources (Reform
113
109
114
110
## Privacy & Data
115
111
116
-
No cloud storage: Highlights, notes, and settings are stored locally in your browser and never pass through servers (only signaling for discovery). Device sync is optional.
112
+
Highlights, notes, and settings are stored locally in your browser.
117
113
118
114
Data that is transmitted to external servers:
119
115
- Bible passage requests are handled by bible.helloao.org
120
116
- Bible Hub (interlinear) and STEP Bible (both when using Verse Analysis popup)
121
117
- Bible Gateway searches
122
118
- Reference Bible websites while the panel is opened
123
119
- Resource links opened in external sites via the sidebar
124
-
- Third-party libraries:
125
-
- Font Awesome
126
-
- Marked.js
127
-
- PeerJS
128
-
- Google STUN servers
120
+
- Third-party library usage for Font Awesome and Marked.js
129
121
130
122
## Attribution
131
123
@@ -134,21 +126,12 @@ Data that is transmitted to external servers:
134
126
- Audio files hosted by [Open Bible](https://openbible.com/audio/)
135
127
- Icons by [Font Awesome](https://fontawesome.com)
136
128
- Markdown processing by [Marked.js](https://cdn.jsdelivr.net/npm/marked/)
137
-
- Local device syncing by [PeerJS](https://unpkg.com)
138
-
- STUN servers by Google
139
-
- stun.l.google.com:19302
140
-
- stun1.l.google.com:19302
141
-
- stun2.l.google.com:19302
142
-
- stun3.l.google.com:19302
143
-
- stun4.l.google.com:19302
144
-
145
129
-**Reference Bible websites**
146
130
-[Bible Gateway](https://www.biblegateway.com)
147
131
-[Bible.com (YouVersion)](https://www.bible.com)
148
132
-[Bible Hub](https://biblehub.com)
149
133
-[STEP Bible](https://www.stepbible.org)
150
134
-[eBible.org](https://ebible.org)
151
-
152
135
- All copyrights, trademarks, and attributions belong to their respective owners
0 commit comments