2016-02-01 20:05:13 +00:00
|
|
|
## Diary {#sec:modules:diary}
|
|
|
|
|
2016-07-08 18:48:41 +00:00
|
|
|
The Diary module.
|
2016-02-01 20:05:13 +00:00
|
|
|
|
2016-07-08 18:51:45 +00:00
|
|
|
### Description
|
|
|
|
|
2016-07-13 16:27:36 +00:00
|
|
|
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.
|
2016-07-08 18:51:45 +00:00
|
|
|
|
|
|
|
### Backends
|
|
|
|
|
2016-07-13 16:27:36 +00:00
|
|
|
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.
|
2016-07-08 18:51:45 +00:00
|
|
|
|