notementum

A native Markdown notebook app.

GPL-3.0 License

Downloads
31
Stars
7

notementum

A native Markdown notebook app.

Inspired by apps like Notable, Notational Velocity, and Typora.

Installation

Notementum depends on:

  • Python 3.7+
  • Gtk+ 3.20+
  • gobject-introspection
  • mistletoe
  • Pygments
  • PyGObject
  • WebKitGTK 2
  • GtkSourceView 4

Arch Linux

Available as a package on the AUR: notementum

Install it with makepkg or your preferred AUR helper.

pip

Available on PyPI: notementum

Install it with pip: pip install --user notementum.

Manual install

Download the latest release or clone this repo and run ./setup.py install --user.