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
-[ ] Music services (MusicBrainz, Album of the Year)
203
214
204
215
### Articles
205
216
@@ -232,17 +243,24 @@ Features that demonstrate Go proficiency and broaden Noteleaf’s scope.
232
243
-[ ] Ephemeral HTTP server on localhost
233
244
-[ ] Browser launch integration
234
245
-[ ] Timeout handling for abandoned flows
235
-
-[ ] Migration path from app passwords to OAuth
236
-
-[ ] Detect existing app password sessions
237
-
-[ ] Prompt users to upgrade authentication
238
-
-[ ] Maintain backward compatibility
246
+
-[ ] Support both OAuth & App Passwords but recommend OAuth
247
+
-[ ] Leaflet.pub enhancements
248
+
-[ ] Multiple Publications: Manage separate publications for different topics
249
+
-[ ] Image Upload: Automatically upload images to blob storage and embed in documents
250
+
-[ ] Status Management: Publish drafts and unpublish documents from CLI
251
+
-[ ] Metadata Editing: Update document titles, summaries, and tags
252
+
-[ ] Backlink Support: Parse and resolve cross-references between documents
253
+
-[ ] Offline Mode: Queue posts and patches for later upload
239
254
240
255
### User Experience
241
256
242
257
-[ ] Shell completions
243
258
-[ ] Manpages and docs generator
244
259
-[ ] Theming and customizable output
245
260
-[ ] Calendar integration
261
+
-[ ] Task synchronization services
262
+
-[ ] Git repository linking
263
+
-[ ] Note export to other platforms
246
264
247
265
### Tasks
248
266
@@ -274,7 +292,8 @@ Features that demonstrate Go proficiency and broaden Noteleaf’s scope.
274
292
275
293
### Local API Server
276
294
277
-
A local HTTP server daemon that exposes Noteleaf data for web UIs and extensions. Runs on the user's machine and provides programmatic access to tasks, notes, and media.
295
+
A local HTTP server daemon that exposes Noteleaf data for web UIs and extensions.
296
+
Runs on the user's machine and provides programmatic access to tasks, notes, and media.
278
297
279
298
#### Architecture
280
299
@@ -402,26 +421,40 @@ SQLite persistence, CI with GitHub Actions and Codecov, TUIs with Charm stack, i
0 commit comments