846 B
846 B
JANE
Just another note editor written in VUE.js for learning purposes.
Description
This is version 1.0.0 - with the basic setup to creating, deleting and editing new notes. There is no persistent storage a reload deletes all notes.
Coming next
- runner based release pipeline
- release note generator based on the commits
- better UI
- better Icons
- markdown rendering
- link rendering
- code rendering
- emoji rendering
- persistent storage based on something like local storage of the browser
- persistent storage based on backend api (can be edited by the user)
- PWA Setup so that the "app" can be installed on the users system
- Website to inform the user about and give the user an entry point for JANE
Possible Ideas
- persistent storage service?
- login service?