Zhe, I do not fully understand you question, however this may help.
<$list filter="[all[]tags[]]" variable=tag> <$checkbox tag=<<tag>> ><$text text=<<tag>>/></$checkbox><br> </$list> This lists all tags in the wiki and allows you to add them to the current tiddler with a checkbox. Use it to check your filter locates what you want You can change "[all[]tags[]]" to what every you want to identify the tags. Alternatively you would use a similar list inside a button with something like; <$action-sendmessage $message="tm-add-tag" $param=<<tag>>/> Eg <$fieldmangler> <$button tooltip="Add all tags found using [all[]tags[]prefix[a]]"> <$list filter="[all[]tags[]prefix[a]]" variable=tag> <$action-sendmessage $message="tm-add-tag" $param=<<tag>>/> </$list> Go </$button> </$fieldmangler> Above tested with "[all[]tags[]prefix[a]]" on tiddlywiki.com Regards TW Tones On Saturday, August 1, 2020 at 2:34:13 PM UTC+10, Zhe Lee wrote: > > I have a lot of tid All related to one tid. Something like a parent > node. So I need to inherit all the tags from the parents. But the parents > have so many tags. It is very inconvenient to type them one by one. > > So I'm looking for a function or a plugin Which can help me searching a > tid and copy all the tags to the current one . > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/9228014c-94cf-41f1-b4ce-cd7e0dbd2f1co%40googlegroups.com.

