summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-07-13 18:27:36 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-07-13 18:27:36 +0200
commitf8b1d483077a0ed75a5252378350923b220373cb (patch)
tree0e066a9b27393c1e48a76c8f135562704d19404f /doc
parent9b7ed8c6c174bd4abbe5e8aa0e7c662aa6cbc4a9 (diff)
doc: Add user documentation for imag-diary
Diffstat (limited to 'doc')
-rw-r--r--doc/src/04020-module-diary.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/src/04020-module-diary.md b/doc/src/04020-module-diary.md
index fab88f82..abbf747d 100644
--- a/doc/src/04020-module-diary.md
+++ b/doc/src/04020-module-diary.md
@@ -4,9 +4,20 @@ The Diary module.
### Description
-<!-- Description of the module -->
+The diary module is for keeping your diary notes. It offers a self-implemented
+diary which creates the entries in the store.
+
+As of now there is only the possibility to create daily entries, but the
+possibility to implement hourly or even minutely entries is there.
+
+The module offers commands to create, delete, edit and list diary entries.
### Backends
-<!-- Backends the module supports including links to external resources -->
+At this moment, only the imag store is an available backend and therefor diary
+entries are written to the imag store.
+
+There is no implementation for other diary software planned _yet_, but there
+might be a [jrnl](http://jrnl.sh/) backend some time, but not as long as `jrnl`
+does not provide a multi-file storage system.