LinuxCommandLibrary

keepnote

TLDR

Start KeepNote

$ keepnote
copy
Open notebook
$ keepnote [notebook_path]
copy
Open specific page
$ keepnote [notebook_path] --page [page_id]
copy

SYNOPSIS

keepnote [options] [notebook]

DESCRIPTION

KeepNote is a note-taking application. It organizes notes in hierarchical notebooks with rich text formatting.
The application supports images, links, and file attachments. Notebooks are stored as folders with HTML files.
KeepNote organizes rich text notes.

PARAMETERS

NOTEBOOK

Path to notebook directory.
--page ID
Open specific page.
--version
Show version.
--help
Display help information.

CAVEATS

Python/GTK application. Development slowed. Consider alternatives like Joplin.

HISTORY

KeepNote was created by Matt Rasmussen as an open-source note-taking application with hierarchical organization.

SEE ALSO

joplin(1), zim(1), cherrytree(1)

Copied to clipboard