Qnote v0.3.0 Beta
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.