https://tiddlywiki.narkive.com/zmSBMwKe/tw-tw5-new-tiddler-excised-tiddler-that-inherits-tags-of-current-tiddler

I found sth useful in this link. 

<$button>
<$action-sendmessage $message="tm-new-tiddler" title="This is newly created
tiddler" tags={{!!tags}} text=<<now "Today is DDth, MMM YYYY">>/>
New Tiddler get the tags from the current tiddler.
</$button>

But I need this function everywhere. How to add this button to all 
tiddlers? 

On Saturday, August 1, 2020 at 4:00:16 PM UTC+8, TW Tones wrote:
>
> 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/706fa8f9-f7a5-4328-a0f7-19b542cc1ca5o%40googlegroups.com.

Reply via email to