Improve how variables are displayed in the title
complete
Halvor Nygaard
Variables look kind of chaotic when they are changed into the name with the %20. For the variable with underscore it seems to be changed to lower case, and where as the single word variable is kept as the original upper case.
I do like keeping the path as the names to reduce book keeping of keeping names up to date, but this makes it a little less clean. Not sure what the best change/alternative would be, but i do really like the minimal ui/ux the app has so I'm sure you would come up with something sleek.
Gregory Schier
complete
https://yaak.app/blog/2024.7.0
Gregory Schier
in progress
Ah yes, thanks for reporting this! There were some edge-cases that were not handled, so I've gone ahead and fix those in my dev branch. No more %20 or lowercasing of variable names 👍🏼
Halvor Nygaard
Gregory Schier nice! Any thoughts on feature regarding base url btw? Or keeping it as a variable for simplicity and not needing scopes?
Gregory Schier
Halvor Nygaard global base URL sounds like a great use for plugins (currently being implemented)