Matthias Beyer
162b36d6ee
Most notably: * env_logger: 0.4 -> 0.5 * hoedown: 5.0.0 -> 6.0.0 * itertools: 0.5 -> 0.6 * lazy_static: 0.1.15 -> 0.2 * regex: 0.1 -> 0.2 * semver: 0.5 -> 0.8 * url: 1.2 -> 1.5 * uuid: 0.3 -> 0.5 (This list is most surely not complete) |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
Notes
The Notes module is intended to keep notes. These notes can be inserted as plain text, markdown or other markup languages.
The notes module offers:
- adding, removing and settings of tags
- listing notes, optionally filtered by
- tags
grep
ping through note content and listing- the matches
- files with matches
- opening a note via
xdg-open
(rendered as HTML if content is written in a markup language)