summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-01-22 09:14:56 +0100
committerMatthias Beyer <mail@beyermatthias.de>2016-03-25 16:30:12 +0100
commit9fa362c22cdc34ef1d360622542783441063001e (patch)
tree882e0af5206005482688ac38972d616d101adbe3 /doc
parent9f8a648600691b97922abfdb4ce56b8594dbb854 (diff)
Add initial proposal for notes module
Diffstat (limited to 'doc')
-rw-r--r--doc/src/06100-module-notes.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/src/06100-module-notes.md b/doc/src/06100-module-notes.md
index 432b2df6..723f56ca 100644
--- a/doc/src/06100-module-notes.md
+++ b/doc/src/06100-module-notes.md
@@ -1,4 +1,16 @@
## Notes {#sec:modules:notes}
-The Notes module.
+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)