notable
TLDR
Start Notable
$ notable
Open specific data directory$ notable --data-dir [~/notes]
Import notes$ notable --import [notes/]
SYNOPSIS
notable [options]
DESCRIPTION
Notable is a Markdown-based note-taking application. It stores notes as plain Markdown files, supports tags, attachments, and provides a clean editing interface.
Notable is available as a desktop app built with Electron.
PARAMETERS
--data-dir path
Notes directory.--import path
Import notes.--help
Show help.--version
Show version.
FEATURES
$ - Markdown notes
- Tags and notebooks
- Split editor/preview
- KaTeX math support
- Mermaid diagrams
- Multi-note editor
- Tags and notebooks
- Split editor/preview
- KaTeX math support
- Mermaid diagrams
- Multi-note editor
DATA STRUCTURE
$ notes/
├── Notes/ # Markdown files
├── Attachments/ # Attached files
└── notable.json # Metadata
├── Notes/ # Markdown files
├── Attachments/ # Attached files
└── notable.json # Metadata
CAVEATS
Electron-based (resource usage). Free version has limitations. Notes stored locally only.
HISTORY
Notable was created by Fabio Spampinato in 2018 as a markdown-native note-taking app inspired by Sublime Text.


