I’d like to create an interface where one can browse for a favicon and replace the existing one. The $browse
widget can be used easily enough to allow selecting and importing an image as a new tiddler. However, I don’t appear to have any control over what this tiddler is called, nor can I (as far as I can tell) even see what the tiddler was imported as in order to rename it.
I tried setting tv-auto-open-on-import
to no
and adding a $navigate
widget inside that variable setting. That prevented $:/Import from popping. But I would still need a way to rename the item being imported – not only can I not figure out how one could trigger some arbitrary action widgets once this step is done, I don’t see any good way to actually do the rename – the contents of $:/Import staging the tiddlers to be imported is multi-level JSON, so TW doesn’t have any built-in user-accessible way to work with that as far as I’m aware.
Any suggestions?