On Sunday, November 29, 2020 at 6:26:04 PM UTC-8 TW Tones wrote:

> When creating the new tiddler you have the parameter  tags=<<tags>>  so no 
> wonder it inherits the tags. 
> Perhaps change it to tags=<<currentTiddler>> ?
>

The value of <<tags>> doesn't come from the current tiddler.  His code 
constructs the desired tags this way:
<$set name="tags" filter="[<currentTiddler>] 
[{$:/config/NewTiddler/Tags!!tags}]">

The problem originates with $param=<<currentTiddler>> , which uses the 
current tiddler as the *template*, which causes the tags to be inherited.

-e

-- 
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/25d2b228-97a2-4b15-9fbc-1b3c898cfbd0n%40googlegroups.com.

Reply via email to