imag/bin/domain/imag-notes
Matthias Beyer 8c1b4124c0 Handle unknown subcommands in binaries with Runtime::handle_unknown_subcommand 2018-04-04 19:34:13 +02:00
..
src Handle unknown subcommands in binaries with Runtime::handle_unknown_subcommand 2018-04-04 19:34:13 +02:00
Cargo.toml Use new make_imag_version!() macro for building version string 2018-02-13 11:38:34 +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)