All changes to Choconotey App will be documented here.
- Improved performance by splitting code chunks and lazy loading images.
- Improved home page layout by adding new styles and animations.
- Fixed found bugs.
- Fixed found bugs, removed unused packages and improved performance.
- added support to download note data in csv format and group notes by status and priorities in the navigation drawer tabs
- improved support for rendering code blocks inside of the editor.
- added support for control and enable or disable editor toolbar each tool.
- Realtime preview (WYSIWYG) note editor and a clean and simple interface to get a distraction-free writing experience.
- Support CommonMark Spec.
- Installable on all platforms as PWA (Progressive Web Application).
- Support html parsing to improve your writing efficiency.
- Output HTML, Plan Text and markdown note content.
- Color themes: Light and Dark.
- Handle create, read, update and delete notes, folder and users on the database.
- Handle user login, registration and authentication with jwt (JSON web tokens) strategy.
- Store all data in Mongo DB, handled by a separated Node.JS with Express.JS server application.