You can use TW-Commander, but first you need to make a list of tiddlers based on a tag tree. This can't be done with a single filter. This code (tested on TiddlyWiki.com) shows one method:
define downonelevel(tag) <$text text="[["/><$text text="""$tag$"""/><$text text="]]"/><$list filter="""[[$tag$]] +[tagging[]]""" > <$macrocall $name="downonelevel" tag=<<currentTiddler>>/> </$list> \end <<downonelevel "HelloThere">> This recursively drills down through the tree, and then creates each title as a tiddler. You can then take the filter string produced and use it in TW-Commander to delete the corresponding items. Only tested once, so do try to verify that the titles generated are appropriate. HTH -- Mark On Monday, March 25, 2019 at 8:51:53 AM UTC-7, Sebastian Heyneman wrote: > > Can you direct me for instructions to delete all of the tags in the tag > tree for a parent node? eg, I have a tag and then that tiddly has children > and then that tiddly has children that don't have the first > tag, but are still connected. Either way - really excited about this > plugin! > > Small note, there's a short type on the Snr tab in Commander: Search and > replcae in tiddler fields! > > > > > On Sunday, March 24, 2019 at 8:46:22 AM UTC-7, Mohammad wrote: >> >> Install Tiddler Commander and do it simply! >> >> look at >> >> https://groups.google.com/d/msg/tiddlywiki/YQU3ATb5r3k/uvi6ifxCBAAJ >> >> --Mohammad >> >> On Sunday, March 24, 2019 at 8:09:47 PM UTC+4:30, Sebastian Heyneman >> wrote: >>> >>> Hi. I'd like to share my tiddlywiki with a friend (to show them how >>> great of a tool it is!). I don't want to share everything, just a couple of >>> sections. >>> >>> All of my content is organized into a Table of Contents and it is all >>> connected to everything else with tags. >>> >>> Is it possible to select a couple of tags at the top of the table of >>> contents and delete everything below that tag? Or, put another way, can I >>> delete everything except the content under a couple of sections in the >>> table of contents? >>> >> -- 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 https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/5e4360b4-8256-4aa6-9849-cd4bfd1d7718%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

