[tw] Re: How to transclude only certain tags of listed tiddlers?

2018-03-31 Thread 'Surya' via TiddlyWiki
PERFECT :-))
Thanks!

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/d83f6fd6-bdd6-449b-b593-2e39d75afb76%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to transclude only certain tags of listed tiddlers?

2018-03-31 Thread Jed Carty
If you can make a filter that gives all the tags you want to exclude you 
can use something like this:

<$list filter="[tag[tag1]]"> <$link>''<>'' <$list 
filter='[is[current]tags[]] -[[excludeTag1]] -[[excludeTag2]]'><> 


You can have -[[tagname]] for each tag if you know what they are all and 
can list them, or you can have something like -[prefix[$:/]] that excludes 
all the system tags.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/cd3beafc-6a70-4e5c-97a5-fcca31c34a7e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.