hibiscus/README.md

29 lines
923 B
Markdown
Raw Normal View History

2024-03-15 18:34:24 +03:00
# 🌺 Hibiscus.txt
2024-03-15 19:22:22 +03:00
Simple plaintext diary.
2024-03-15 18:34:24 +03:00
2024-03-17 18:11:20 +03:00
This project is *very* opinionated and minimal, and is designed primarily for my usage.
As a result of this, it is also neither secure nor idiot-proof.
2024-03-15 20:20:33 +03:00
2024-03-15 18:34:24 +03:00
## Features:
2024-03-15 20:20:33 +03:00
* Each day, you get a txt file. You have until 23:59 of that very day to finalise it.
2024-03-17 18:11:20 +03:00
* At any moment, you can append a single line to log.txt
2024-03-15 20:20:33 +03:00
* You can save named notes to document milestones, big events, or just a nice game you played this month
2024-03-17 18:26:13 +03:00
* There is also a readme.txt file (just like this one, except you get to write it!)
2024-03-17 17:12:41 +03:00
* You can easily export everything in a zip file for backups
2024-03-15 20:20:33 +03:00
2024-03-17 18:26:13 +03:00
* Everything is plain(text) and simple. No databases, encryption, OAuth, or anything fancy. Even the password is plainte- *wait is this a feature?*
## Data format:
```
data
+-- day
| +-- yyyy-mm-dd.txt (ISO 8601)
| ...
+-- notes
| +-- note1.txt
| +-- note2.txt
| ...
+-- log.txt
+-- readme.txt
```