Hi Arkady
> Is there a way in TW5 to create a button that would change or delete > multiple tiddlers - e.g. operate on all selected tiddlers defined by a list > filter? > > My use case is task management: e.g. delete all tiddlers tagged as "done" > or change tag "tomorrow" to "today" on a bunch of tiddlers. > Yes, the plan is to be able to do that kind of thing. The first part is that using the existing checkbox widget it would be possible to have a checkbox tied to the tag "selected", and then use filters to choose the selected tiddlers. The trouble with that simple approach is that it requires modifying the selected tiddlers to reflect their selected status. The way around that would be to have a variant of the checkbox widget that toggles the current tiddler in and out of a specified list field. Then just that list field would be modified as tiddlers were selected and deselected. Then we'd need a new mechanism to define actions to be performed on a set of filtered tiddlers. I'd like to have a simple text-based mechanism that covers common cases like adding and removing tags, or manipulating fields, with the possibility of falling through to JS modules for more complex stuff (just as we do with macros in TW5). > I also hope, TW5 will be able to recursively update tags when the tag > tiddler title is changed (this seems to be in the works). Until this is > implemented, I could use the button I'm asking for to do it manually, but > the button would be useful for other purposes too. > Yes, that will come with search and replace. > Sorry for asking too many questions here. > Not at all, these are good questions. I'm delighted you've been able to grasp so much of how TW5 works, Best wishes Jeremy > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/tiddlywiki. > For more options, visit https://groups.google.com/groups/opt_out. > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

