From f8b1d483077a0ed75a5252378350923b220373cb Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 13 Jul 2016 18:27:36 +0200 Subject: [PATCH] doc: Add user documentation for imag-diary --- doc/src/04020-module-diary.md | 15 +++++++++++++-- 1 file 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 - +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 - +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.