imag/bin/domain/imag-notes
Matthias Beyer 3c8dd19d11 Update version strings: 0.5.0 -> 0.6.0 2017-12-25 19:17:07 +01:00
..
src Rewrite .map_err_trace_exit().unwrap() with new helper fn 2017-10-12 20:15:46 +02:00
Cargo.toml Update version strings: 0.5.0 -> 0.6.0 2017-12-25 19:17:07 +01: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)