imag/bin/domain/imag-diary
Matthias Beyer 8223f846b4 Use new "ask" function interface with input/output stream params
In the imag-contact crate we had to rewrite the ask_continue!{} macro
as a function for less headache, but besides that this is a rather
straight-forward patch for adapting to the new interface.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-11-01 20:33:24 +01:00
..
src Use new "ask" function interface with input/output stream params 2018-11-01 20:33:24 +01:00
Cargo.toml imag-diary: Move from error-chain to failure 2018-10-30 18:46:29 +01:00
README.md Fix broken README symlinks 2017-08-27 15:13:25 +02:00

Diary

The diary module is for keeping your diary notes.

The diary module giv3s you the possibility to write your diary in imag. It offers daily, hourly and minutely entries (the latter beeing more like a private tumble-blog).

Exporting the diary is possible, so one can write it in markdown and later pass that to pandoc, if desired, to generate a website or book from it.