note

A command line based note taking application


Keywords
note
License
GPL-3.0
Install
pip install note==0.5.2

Documentation

note

Latest Version Code Health Build Status https://badge.fury.io/py/note.png Downloads Code Coverage

Note is a text-based note taking system that is simple and fast to use.

Documentation: https://pythonhosted.org/note/

Demos

Command line demo

Web interface demo

Vim plugin demo

Goals

  • Create and access notes quickly.
  • Access notes from multiple places (command line, Vim plugin, web app)
  • Provide multiple multiple bakends so users may choose what suits them or implement their own.
  • Let users use their own text editor with the command line interface.