Duplicate Post in Context

Further to my Last Comments

Are these filters not generating what you are asking for?


;Unique Tags on All tiddlers that are "Filter Operators"
<$list filter="[tag[Filter Operators]tags[]sort[]] -[[Filter Operators]]">
   {{||$:/core/ui/TagTemplate}}
</$list>


;List of All Filter Operators and the tags on each


<$list filter="[tag[Filter Operators]]">
  <$list filter="[all[current]tags[]sort[]]  -[[Filter Operators]]" 
variable=tag>
       <<currentTiddler>>: <$view tiddler=<<tag>> field=title/><br>
  </$list>
</$list>


Tony

On Sunday, January 6, 2019 at 10:03:44 PM UTC+11, TonyM wrote:
>
> Bimlas,
>
> Why not create a single filter that lists the tags of all tiddlers that 
> meet your required condition?
>
> You could set a variable using the set widget and its filter parameter and 
> every time you use your new variable it will contain what you are asking 
> for and remain upto date. Put it in a global macro if you want it available 
> globaly.
>
> You see, tiddlywiki is made for handling its own content, by trying to 
> picture the process as we would in a proceedural language we make it harder 
> than it need be.
>
> I will post the actual filter if you ask.
>
> Regards
> Tony
>
>

-- 
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/c6cccd4e-5e7c-4612-ad27-608cc476b574%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to