> I'm using Eric's TiddlerTweaker > pluginhttp://www.tiddlytools.com/#TiddlerTweakerPlugin > - a lot. > TiddlerTweaker allows me to select 1 tiddler based on a title at a > time - I need to be able to select a whole list of tiddlers at once.
TiddlerTweaker's listbox DOES support *multi-select*, using standard ctrl-click (select/deselect an item) and/or shift-click (selects a range) mouse/key sequences. > Can TiddlerTweaker be used to add fieldnames/values on tiddlers as > well? - It would be a nice feature - if it did. Currently, TiddlerTweaker doesn't handle custom tiddler fields... Some issues: unlike the standard tiddler data items (title, dates, tags, etc.) that can be changed with TiddlerTweaker, custom fields can vary greatly from tiddler to tiddler, so the interface for those fields would have to be rendered on the fly each time a different tiddler is selected... and, when multiple tiddlers are selected, all custom fields from those tiddlers would need to be presented together, even if some of those fields don't exist on some of the selected tiddlers. Of course, even without these complexities, adding custom field editing to the TiddlerTweaker interface will probably involve adding a considerable amount of code and may result in increased overhead and slower processing, especially when tweaking multiple tiddlers at once. Nonethless, despite these issues, I have been thinking about the how to add generic 'field editing' functionality to TiddlerTweaker... but I don't yet have a firm design that I am satisfied with, both in terms of implementation details and usability concerns. -e --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en -~----------~----~----~----~------~----~------~--~---

