Note Mark logo

Note Mark

Fast, minimal, self-hosted Markdown notes app

Alternative to: notion, obsidian, evernote


About Versions (48)

v0.6.0-alpha.3

2023-06-12

:warning: Existing Users :warning:

A decision was made to adjust the way notes are stored on disk. Follow the steps below to upgrade:

  1. navigate into the notes directory e.g. /data/notes
  2. rename folders from xxx to xx (just remove the last character of folder name)
  3. start app

Changes

Added

  • ability to change password
  • api server validation on load and when set
  • profile page
  • admin can disable new account creation

Changed

  • markdown will now be rendered in the client (allowing for future offline functionality…)
  • remove trailing slash on api routes, why were they there in the first place?
  • use only feathericons for icons
  • migrate to daisyui V3
  • disable editor button when user does not have permission
  • disk storage folder structure uses 2 characters instead of 3
  • update deps
  • add lockfile ensuring app always gets built consistently

Fixed

  • disable buttons when required
  • don’t create api object each time it’s used
  • fix book slug query (stopped app from working when there is no content

Removed

  • server side markdown rendering

Full Changelog: https://github.com/enchant97/note-mark/compare/v0.6.0-alpha.2…v0.6.0-alpha.3