Fix type error with fileId not being set

This commit is contained in:
2026-02-01 02:49:33 -08:00
parent cf6223b512
commit 4223c0c9f5
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -1,4 +1,5 @@
# Clementine
Clementine is a no-frills, self-hosted plain text editor.
It doesn't do fancy Markdown formatting or hyperlinks, though you can certainly still use it to write Markdown!
All it does is get out of your way and give you a place to type.
@@ -8,6 +9,7 @@ Users beware: Clementine is currently at a very early stage of development!
I can't guarantee it won't eat your work, and it (just barely) meets my own needs.
## Planned features
Clementine is already architected to be offline-friendly: all data is in IndexedDB.
It's not a proper PWA yet, so you do need an internet connection on mobile in order to initially load the page.
But once loaded, no further connection is needed.