Hello!

I am pretty new to Tiddly Wiki and my skills in programming and syntax 
point towards zero :( So I encountered a problem I tried but failed to 
solve.

In my wiki I have a lot of tiddlers and many different tags. For better 
overview I loaded a plugin that looks like this:



Find tiddlers tagged with:

<$select tiddler="$:/temp/tag1">
  <$list filter="[all[]tags[]sort[]]">
      <option value=<<currentTiddler>>><<currentTiddler>></option>
   </$list>
</$select>
and
<$select tiddler="$:/temp/tag2">
   <$list filter="[all[]tags[]sort[]]">
      <option value=<<currentTiddler>>><<currentTiddler>></option>
   </$list>
</$select>

Found <$count filter="[tag{$:/temp/tag1}tag{$:/temp/tag2}]" /> matching 
tiddlers:

<$list filter="[tag{$:/temp/tag1}tag{$:/temp/tag2}]">
   <li><$link><<currentTiddler>></$link></li>
</$list>


It gives me two dropdown menues with all the tags in my wiki. I can select 
two different tags and all the relevant tiddlers will be listed listed 
below.


What I like to have now, is a filter for the tags though. I would like to 
have just a selection of tags in both dropdown menues.


I guess there is some kind filter for this problem, but I couldn't figure 
out the right syntax and make it work.

Can anybody help me?



-- 
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/1bce5ea2-9480-4f8c-8372-337902c3460c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to