Releases: anmil/quicknote
Releases · anmil/quicknote
Qnote v0.5.0 Beta
Whats New?
- PostgreSQL Support
- Create new notes from JSON
- Added Book and Tag caching, and other performance improvements, to SQLite
- Search command now has the --display-format flag
- Improved Bleve performance by adding multiple shards
- Added Unit and Integration tests
- Added Export and Import commands for the QNOT file format.
Bug Fixes:
- --skip-confirm was attached to the wrong command
- Fixes incorrect usage for Delete Book command
- Basic parser was not removing periods from the end of tags
- Fixed other bugs and small performance improvements
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.