From: Adam Dullage Date: Mon, 13 Jun 2022 11:53:32 +0000 (+0100) Subject: Updated README X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9477ee33ae8a171f75ebeac6007370aebfb7199e;p=flatnotes.git Updated README --- diff --git a/README.md b/README.md index fdd0025..90b37bd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# flatnotes ![status](https://img.shields.io/badge/status-under%20development-orange) +# flatnotes ![status](https://img.shields.io/badge/status-alpha-blue) A note taking web app that utilises a flat folder of markdown files for storage. @@ -18,32 +18,8 @@ Still, I was unable to find an editor that ticked all the boxes: * Task Lists * Full text searching * Support for embedding images (and storing them) -* Support for uploading file attachments +* Support for uploading file attachments - NOT YET IMPLEMENTED * Password authentication -* The ability to share notes as public read-only URLs +* The ability to share notes as public read-only URLs - NOT YET IMPLEMENTED This is what flatnotes aims to achieve. - -## To Do - -* [x] Notes List -* [x] Full Text Searching -* [x] View Note Content -* [x] Edit Note Content -* [x] Docker Deployment -* [x] Password Authentication -* [x] Ability to Create a Note -* [x] Ability to Rename a Note -* [x] Routing -* [x] e to edit -* [x] Ability to Delete a Note -* [x] Exclude extension when renaming -* [x] Drafts -* [ ] Loading & Not Found Indicators -* [ ] / to search -* [ ] CTRL-S to save -* [ ] Image Embedding -* [ ] Index Page (alphabetically sorted note list) -* [ ] Clean & Responsive UI -* [ ] Public URL Sharing -* [ ] Attachment Upload