Improve some text files

This commit is contained in:
Andrew-71 2024-05-05 23:15:44 +03:00
parent 349e964364
commit 5ea00b755b
3 changed files with 6 additions and 3 deletions

View file

@ -17,6 +17,7 @@ This file keeps track of changes in more human-readable fashion
* Known issue: making notes is impossible in the PWA, since you can't navigate to arbitrary page. * Known issue: making notes is impossible in the PWA, since you can't navigate to arbitrary page.
I might leave it as a WONTFIX or try to find a workaround I might leave it as a WONTFIX or try to find a workaround
* Date is now shown in local language if possible (in case you add your own or use Russian) * Date is now shown in local language if possible (in case you add your own or use Russian)
* Added API reference to README
* Bug fixes * Bug fixes
* "Today" redirect from days list no longer uses UTC * "Today" redirect from days list no longer uses UTC
* Date JS script no longer uses UTC * Date JS script no longer uses UTC

View file

@ -8,16 +8,18 @@ As a result, I can't guarantee that it's either secure or stable.
## Features: ## Features:
* Each day, you get a new text file. You have until the end of that very day to finalise it. * Each day, you get a new text file. You have until the end of that very day to finalise it.
* You can save named notes to document milestones, big events, or just a nice game you played this month * You can save named notes to document milestones, big events, or just a nice game you played this month
* You can easily export entire `data` dir in a `.zip` archive for backups * You can easily export the files in a `.zip` archive for backups
* Everything is plain(text) and simple. No databases, encryption, OAuth, or anything fancy. Even the password is plainte- *wait is this a feature?* * Everything is plain(text) and simple. No databases, encryption, OAuth, or anything fancy. Even the password is plainte- *wait is this a feature?*
* Docker support (in fact, that's probably the best way to run this) * Docker support (in fact, that's probably the best way to run this)
* Optional Telegram notifications for failed login attempts * Optional Telegram notifications for failed login attempts
## Technical details ## Technical details
Though Hibiscus.txt isn't versioned, [CHANGELOG.md](./CHANGELOG.md) can provide a good overview of changes.
And there is a [TODO.md](./TODO.md) file that shows what I will (or *may*) work on in the future.
You can read a relevant entry in my blog [here](https://a71.su/notes/hibiscus/). You can read a relevant entry in my blog [here](https://a71.su/notes/hibiscus/).
It provides some useful information and context for why this app exists in the first place. It provides some useful information and context for why this app exists in the first place.
There is also a [TODO.md](./TODO.md) file that shows what I will (or *may*) change in the future.
This repository is [mirrored to GitHub](https://github.com/Andrew-71/hibiscus) in case my server goes down. This repository is [mirrored to GitHub](https://github.com/Andrew-71/hibiscus) in case my server goes down.
### Data format: ### Data format:

View file

@ -1,8 +1,8 @@
# TODO # TODO
List of things to add to this project List of things to add to this project
* a 512x logo so I can enable PWA
* CI/CD pipeline * CI/CD pipeline
* Better docs in case others want to use this for some reason * Better docs in case others want to use this for some reason
* PWA support? I heard it's like installing websites as apps, could be useful!
* Check export function for improvements * Check export function for improvements
* *Go* dependency-less? <-- this is a terrible idea * *Go* dependency-less? <-- this is a terrible idea