Skip to content

Qnote v0.3.0 Beta

Compare
Choose a tag to compare
@anmil anmil released this 27 Feb 14:16
· 57 commits to master since this release

Initial Release

Qnote allows you to quickly create and search tens of thousands of short notes.

  • Create Books to organize Notes
  • Create Notes using vim (overridden by Env: EDITOR)
  • Create Notes from URL, auto generating notes using meta data from the website
  • Create Tags in Note by prefix words with #
  • Edit Notes
  • Search Notes using Bleve or ElasticSearch QueryStringQuery or PhrasePrefix.
  • Export Notes in colored text, csv, json.
  • Delete, Merge, and Split Books
  • Works out of the box with no configuration required.
  • Supports Linux and Mac OSX
  • Experimental CUI interface

Notes are stored in an SQLite database (support for more databases is coming). Searching is provided by Bleve (default) or Elasticsearch with some extra setup.