March 26, 2025
I spent too much time today working heads down and didn’t do a good job taking
notes! But I did want to scratch down a couple notes before I forget:
- Using Textual for the thesaurle UI seems
pretty good so far
- It’s possible to connect to a debugging console with
textual console
and then
running the app in dev mode: textual run --dev app.py
- Getting the right balance of not showing too many options, preventing cycles, and more, is a bit tricky. But we’ll get there!