commit 5f0966d57c477d3f84378f1d8afd40beaf69da8d
parent 167acfeab06b5a223522b1634c1ac352b397ac07
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Sat, 8 Jan 2022 22:11:56 +0100
feat(readme): remove worm img
Diffstat:
1 file changed, 16 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
@@ -1,7 +1,3 @@
-<p align="center">
-<img alt="Diary Worm Mascot" src="./img/diary-worm.png" width="250px" />
-</p>
-
# Diary
This is a text-based diary, inspired by [khal](https://github.com/pimutils/khal). Journal entries are stored in text files.
@@ -9,6 +5,8 @@ This is a text-based diary, inspired by [khal](https://github.com/pimutils/khal)
## Demo
![Diary Demo](https://codeberg.org/in0rdr/diary/raw/branch/master/img/demo.gif)
+[Quickstart Tutorial](https://diary.in0rdr.ch)
+
## Usage
1. Set the EDITOR environment variable to your favourite text editor:
```
@@ -31,10 +29,6 @@ This is a text-based diary, inspired by [khal](https://github.com/pimutils/khal)
```
e, Enter edit current entry
d, x delete current entry
- s sync current entry with CalDAV server (ALPHA)
- S sync all entries with CalDAV server (ALPHA)
- i import entries from .ics file (ALPHA)
- E export entries to .ics file (ALPHA)
t jump to today
f jump to or find specific day
@@ -54,6 +48,14 @@ This is a text-based diary, inspired by [khal](https://github.com/pimutils/khal)
q quit the program
```
+Alpha features:
+
+```
+s, S sync selected/all with CalDAV server
+i import entries from .ics file
+E export entries to .ics file
+```
+
![diary cheet sheet](https://codeberg.org/in0rdr/diary/raw/branch/master/img/diary-cheat-sheet.png)
## Install
@@ -234,4 +236,8 @@ This work uses the MIT License. See [LICENSE](./LICENSE) for details.
All source code is available in this repository. Contributions are always welcome!
-For a list of contributors see the [AUTHORS.md](./AUTHORS.md).
-\ No newline at end of file
+For a list of contributors see the [AUTHORS.md](./AUTHORS.md).
+
+## Community and Support
+
+For question and support visit [#diary/libera](https://web.libera.chat/gamja/#diary) on IRC.
+\ No newline at end of file