diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit 38fac908869d718f8a6e4d09de9c1659a77c9890
parent 6c29663ee85115c67c5e5c4c24675a3530b827e6
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 13 Nov 2021 08:07:40 +0100

add alpha warnings

Diffstat:
MREADME.md | 12+++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -164,7 +164,17 @@ $ rm ${XDG_CONFIG_HOME:-~/.config}/diary/diary.cfg $ diary ``` -## CalDAV Sync +## Import/Export (alpha) + +The import functionalty can be triggered by pressing `i`. + +> ⚠️ Alpha feature: Available only in `diary-nightly` (see [Installation Instructions](#Install)). Don't use this with "production" data. + +The export functionalty is not implemented yet, see [issues/78](https://github.com/in0rdr/diary/issues/78). + +## CalDAV Sync (alpha) +> ⚠️ Alpha feature: Available only in `diary-nightly` (see [Installation Instructions](#Install)). Don't use this with "production" data. + The journal files can be synced via CalDAV. Currently, only the Google Calendar is supported as remote provider. Please open an [issue](https://github.com/in0rdr/diary/issues) to implement support for additional remote calendar servers.