Note Mark
Fast, minimal, self-hosted Markdown notes app
Alternative to: notion, obsidian, evernote
About
Versions (48)
v0.12.0
2024-03-26Changes
Added
- Search for notes & books
Changed
- All user, notebook & notes data in drawer is now loaded together in one request
- Indentation control in editor can now be used via
<tab>and<shift><tab>, thanks @RobViren - Optimised routes
- Reducing the amount of requests needed
- Reduce the need to get things via their slug’s, using item ids instead
Fixed
- Table no-longer takes up 100% of the width, unless it’s needed
- Editor UI improvements/fixes
- Autocomplete for username & password change form
Security
- Validation for if user still exists when authentication token is still valid)
Full Changelog: https://github.com/enchant97/note-mark/compare/v0.11.1…v0.12.0