LinuxCommandLibrary

notable

TLDR

Start Notable

$ notable
copy
Open specific data directory
$ notable --data-dir [~/notes]
copy
Import notes
$ notable --import [notes/]
copy

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
copy

DATA STRUCTURE

$ notes/
├── Notes/           # Markdown files
├── Attachments/     # Attached files
└── notable.json     # Metadata
copy

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.

SEE ALSO

joplin(1), obsidian(1), typora(1), zettlr(1)

Copied to clipboard