So I’ve been working on a task manager inspired by the $:/TagsManager
and by other task managers I’ve seen used on other customized tiddlywiki, but I’ve run into a bit of a problem.
I’m trying to set the checkbox widget to, onclick, apply a tag or tags, some of which have spaces in the tag name and require [[brackets]]
and while the rest of the task manager is working as intended, whatever change I try to make to get it to work either leads to it showing the tag as [[tag here]]
or [[tag
(space) here]]
I’ll attach my current tiddlers so you can just drag/drop them into a blank TW and see what I mean.
TaskManagerPluginDemoWIP.json (4.4 KB)
I’m not sure how to fix this, so any input would be appreciated. Worst case scenario, I might have to replace the usage of the checkbox widget with a custom button…