imag/bin/domain/imag-notes
Matthias Beyer be0436064c Remove uneccessary call to iter()
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-06-30 19:47:28 +02:00
..
src Remove uneccessary call to iter() 2019-06-30 19:47:28 +02:00
Cargo.toml Update all dependencies 2019-06-30 16:44:23 +02:00
README.md Fix broken README symlinks 2017-08-27 15:13:25 +02:00

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
    • grepping 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)