JANE/README.md

42 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2025-03-12 07:02:35 +01:00
# JANE
2025-03-15 22:51:47 +01:00
Just another note editor written in VUE.js for learning purposes.
## Description
To get a better understanding of the VUE.js framework, I wanted to create a tool for my personal usage.
I am a big fan of the apple notes app, sadly there is no linux port, therefore I started this project not to create such port,
but to have a portfolio application to learn more about typescript and VUE.js and to have an excuse why I have to use Vite for a project.
## License
This Project is based on a YouTube Video by Tylor Potts (https://www.youtube.com/watch?v=YwUvSa9Ckqo) and therfore I am releasing this code under the GPL 3 license.
## Versions
- Version 1.0.2 - introducing markdown rendering (did you saw the easter egg??). Minor refactoring and rework of the readme
- Version 1.0.1 - basic CRUD for notes, persitancy with browser based localstorage. Minor refactoring and rework of the readme
- 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.
2025-03-15 22:51:47 +01:00
## Coming next
* [x] script to compress the release
* [ ] script to upload the release
2025-03-16 21:34:30 +01:00
* [ ] (s)ftp based deployment
2025-03-15 22:51:47 +01:00
* [ ] runner based release pipeline
* [ ] release note generator based on the commits
* [ ] better UI
* [ ] better Icons
2025-03-16 21:34:30 +01:00
* [x] markdown rendering
2025-03-15 22:51:47 +01:00
* [ ] link rendering
* [ ] code rendering
* [ ] emoji rendering
* [x] persistent storage based on something like local storage of the browser
2025-03-15 22:51:47 +01:00
* [ ] 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?