2025-07-12

Completely forgot to write journal... I need to make daily task or sth.

tangled.sh contributions

I made some small PRs merged into tangled. Both @oppi.li and @icyphox.sh helped me a lot doing this.

They were really active on answering to new opinions or questions in discord server.

reactions PR isn't merged yet but I expect it to be merged soon.

Search feature

I'm trying to implement search for tangled but this seems way complicated than I expected.

  • sqlite has full-text-search extension called fts5, but I found it feels pretty hacky to control the query syntax.

  • elasticsearch requires entire docker container to run it

  • bleve seems pretty promising and more sqlite-like

Thankfully gitea has both elasticsearch & bleve implementations so I'm using it as a reference.