Simple plaintext diary
Find a file
2024-03-17 17:12:41 +03:00
config Make frontend partially functional 2024-03-17 16:44:05 +03:00
pages Make frontend partially functional 2024-03-17 16:44:05 +03:00
public/css Init 2024-03-15 18:34:24 +03:00
.gitignore Make frontend partially functional 2024-03-17 16:44:05 +03:00
auth.go Init 2024-03-15 18:34:24 +03:00
config.go Begin adding a basic config 2024-03-17 17:12:41 +03:00
files.go Begin adding a basic config 2024-03-17 17:12:41 +03:00
go.mod Init 2024-03-15 18:34:24 +03:00
go.sum Init 2024-03-15 18:34:24 +03:00
log.go Switch to ISO 8601 2024-03-15 20:20:33 +03:00
log_curl.sh Improve log a bit 2024-03-15 19:22:22 +03:00
main.go Begin adding a basic config 2024-03-17 17:12:41 +03:00
pages.go Switch to ISO 8601 2024-03-15 20:20:33 +03:00
README.md Begin adding a basic config 2024-03-17 17:12:41 +03:00
serve.go Begin adding a basic config 2024-03-17 17:12:41 +03:00
TODO.md Begin adding a basic config 2024-03-17 17:12:41 +03:00

🌺 Hibiscus.txt

Simple plaintext diary.

This project is very opinionated and minimal. It is designed primarily for myself.

Features:

  • Each day, you get a txt file. You have until 23:59 of that very day to finalise it.

  • At any moment, you can log a single line to the log

  • You can save named notes to document milestones, big events, or just a nice game you played this month

  • You can easily export everything in a zip file for backups

  • Everything is in plain text. No databases, encryption, OAuth, or anything fancy. Even the password is plain te- wait is this a feature?