Note Mark logo

Note Mark

Fast, minimal, self-hosted Markdown notes app

Alternative to: notion, obsidian, evernote


About Versions (48)

v0.16.0

2025-05-30

:warning: Existing Users :warning:

Certain configuration variables have been renamed, please see below:

ALLOW_SIGNUP > ENABLE_INTERNAL_SIGNUP

Users accessing frontend and backend from different backends will need to migrate e.g.

api.example.com/api + example.com/ > example.com/api + example.com/

Changes

Added

  • closes #223; SSO via external OIDC providers

Changes

  • require go 1.24
  • closes #225; remove api picker from frontend
  • closes #226; migrate to pnpm instead of npm
  • replace all PATCH methods with PUT
  • update to es2020
  • general code tidying

Fixes

  • fix error when loading a user with no books

Full Changelog: https://github.com/enchant97/note-mark/compare/v0.15.3…v0.16.0