@techie_doubts/tui.notes.2026
v1.0.14
Published
Apple Notes-style local markdown notes app powered by @techie_doubts/tui.editor.2026
Maintainers
Readme
@techie_doubts/tui.notes.2026
Local-first notes app with Apple Notes-style UI.
Quick start
npm i -g @techie_doubts/tui.notes.2026
tui-notes-2026Open http://127.0.0.1:8787
Without global install:
npx @techie_doubts/tui.notes.2026Storage
- Notes:
~/.tui.notes.2026/notes - Trash:
~/.tui.notes.2026/trash - State:
~/.tui.notes.2026/state.json
On startup, existing .md files in the notes directory are imported.
Config
Use ~/.tui.notes.2026/config.json (global) or ./tui-notes.config.json (local override):
{
"notesDir": "~/Documents/MyNotes"
}Precedence: CLI/env > local config > global config > default path.
CLI
tui-notes-2026 [options]
--host <host>
--port <port>
--notes-dir <path>
--root-dir <path>
--no-build
--helpFuture Work
- Delta persistence protocol: send and apply only changed entities/operations instead of full snapshots.
- Release alignment:
- publish updated
@techie_doubts/tui.editor.2026,@techie_doubts/editor-plugin-chart,@techie_doubts/tui.chart.2026; - bump dependencies here to published versions and run end-to-end regression pass in Notes UI.
- publish updated
License
0BSD
