kookma / TW-Commander

A tiddler toolkit for Tiddlywiki 5. Batch operations on bulk of tiddlers. Create, delete, add fields, tags, search and replace and inspect tiddlers.
https://kookma.github.io/TW-Commander/
49 stars 6 forks source link

No search button is necessary anymore #13

Closed flibbles closed 4 years ago

flibbles commented 4 years ago

So it wasn't super straight forward. I had to create another layer of subfilter, but it does work. New behavior is like this:

If commander worked the other way around (i.e. all tiddlers are selected by default. You de-select the ones you don't want), then $:/plugins/kookma/commander/config/Targets gets simple again, no second layer of subfiltering, but that topic is another discussion.

Make sure to check this through. I don't know all of Commander's ins and outs.

This PR is related to #11.