I am trying to make a wiki that allows the user to create multiple tiddlers according to a template and then be able to edit their fields from a common interface.
Originally I was planning to have one editor for each tiddler but, as jeremy suggested
here, I am now trying to implement one editor to edit all of them.
What I can't work out how to do today is set the value of either a variable or a field value so as to select which tiddler will be edited. Ideally I would like a dropdown which allows me select the tiddler from a list of all those with a particular tag.
Is that possible?
(I promise I've tried searching, but I can't even figure out how to make a drop-down. I think I might be experiencing 'the
dumbening')