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
-**Spell check**: 80+ languages powered by hunspell (F7 to toggle)
79
+
-**Autosave**: Files automatically save every 10 seconds
76
80
-**Focus mode**: Hide everything except your writing
77
81
-**Reader mode**: Distraction-free reading
78
82
-**Start writing**: Quick writing session with all panes open
79
83
-**Continue writing**: Resume your last edited document
80
84
-**Daily metrics**: Track words and characters written each day
81
85
-**Profiles**: Separate workspaces for different projects
86
+
-**Status bar**: Real-time indicators for spell check, autosave, git status, and save state
82
87
-**Git-ready**: Archive is Git-initialized for versioning
83
88
84
89
## Profiles
@@ -100,11 +105,30 @@ Each profile has its own:
100
105
- Archive directory
101
106
- Git remote (optional)
102
107
- Theme preference
108
+
- Spell check language (80+ languages supported)
103
109
104
110
Manage profiles from the dashboard menu (`m` key) or edit in `~/.config/prosaic/settings.json`.
105
111
106
112
**Upgrading from v1.1.1 or older?** Your existing setup is automatically preserved as the "default" profile. On first launch after upgrading, you'll be offered the option to set up additional profiles or rename your default.
107
113
114
+
## Spell Check
115
+
116
+
Prosaic supports 80+ languages powered by hunspell, including English, Spanish, French, German, Arabic, Hungarian, Polish, and many more.
117
+
118
+
```bash
119
+
# List all supported languages
120
+
prosaic --languages
121
+
```
122
+
123
+
Spell check settings:
124
+
- Language is set per profile during setup
125
+
- Toggle on/off with `F7` in the editor
126
+
- Change language anytime in manage profiles (`m` key on dashboard)
127
+
- Status bar shows `spellcheck:on` or `spellcheck:off`
128
+
- Existing users are prompted to set a language on first launch after upgrading
129
+
130
+
Common language codes: `en_US`, `en_GB`, `es_ES`, `fr_FR`, `de_DE`, `pt_BR`, `ar`, `hu_HU`, `pl_PL`, `ja`, `zh_CN`, `ru_RU`
131
+
108
132
## Books
109
133
110
134
Books are long-form writing projects stored as directories in your archive's `books/` folder.
@@ -174,6 +198,17 @@ The manuscript is read-only in Prosaic — edit your chapters, not the manuscrip
174
198
| focus mode | hidden | hidden |
175
199
| reader mode | hidden | hidden |
176
200
201
+
## Status Bar
202
+
203
+
The status bar at the bottom provides real-time information:
204
+
205
+
-**Save state**: `[+]` (unsaved changes) or `[·]` (saved)
206
+
-**Autosave indicator**: `○` (idle) or `●` (just saved) - files auto-save every 10 seconds
207
+
-**Spell check**: `spellcheck:on` or `spellcheck:off` - toggle with `F7`
208
+
-**Git status**: Shows current branch and changes (when in a git repository)
209
+
-**Word/character count**: Live metrics as you type
210
+
-**File type**: Current document type (piece/book/note/draft)
211
+
177
212
## Themes
178
213
179
214
-**Prosaic Light** (default): Warm white background with brick accents
0 commit comments