This is my .plan file. As long as there's nothing private/reserved it'll be all here.
Syntax is mostly a dumbed down version of markdown; lazyness and shortforms are ok. Must be quick.
Idea is to keep track of things * done, ? to do, to remember, ~ I don't care anymore.
If I a finish a ? thing, I'll mark it +

Mostly inspired by [Matteo Landi](https://matteolandi.net/plan-files.html)'s take on .plan files.

# 2026-07-04
* Started using a plan file. For now just with a git repo supporting it.
? think about an email process (eg send to plan@...)
+ created .plan repo
? add a sort of autocmd for helix for # YYYY-MM-DD
+ configure helix markdown so .plan is also included: created a ~/.config/helix/languages.toml with:
  [[language]]
  name = "markdown"
  file-types = ["md", "markdown", { glob = ".plan"}]
+ automate the website creation; perhaps using sr.ht?

# 2026-07-05
* Automated the posting of the .plan file to the website using sr.ht's build automation. When the .plan is pushed the .build.yml checks if the file has changed and if so, scp it to the destination.
* Website: .plan post, 404 support, implemented request for cow rfc :)
? Also drafted the irssi patch to support passwords from the enviroment I worked on a couple of days ago. Must be quickly reviewed and posted.
