Stephan,

I think all you need to do is build a filter to list what you want. Tell us 
and we can help. But see here where I simply replaced the "all[]tags[]" 
part of the filter

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

<$select tiddler="$:/temp/tag3">
  <$list filter="[tag[$:/tags/ViewTemplate]sort[]]">
      <option value=<<currentTiddler>>><<currentTiddler>></option>
   </$list>
</$select>

Regards
Tony

On Tuesday, 14 August 2018 14:42:35 UTC+10, Stefan Riedl wrote:
>
> Mh, cant get it working, but thanks anyway :)
>
> Am Montag, 13. August 2018 20:20:28 UTC+2 schrieb Mark S.:
>>
>> If you have a tiddler say called "Location", and then tiddlers that are 
>> also tags like "Harbor District", "Upper City", etc., then you can make a 
>> filter like:
>>
>> [[Location]tagging[]]
>>
>> which will show just the tags that are used for Location. Repeat for 
>> Location-Type.
>>
>> -- Mark
>>
>> On Monday, August 13, 2018 at 10:56:52 AM UTC-7, Stefan Riedl wrote:
>>>
>>> First, thanks for the replies. And yes, the syntax and filter logic is 
>>> all new and confusing to me. 
>>>
>>> What I want is a filtering of the tags, so the dropdown menue shows me 
>>> just specific tags. 
>>>
>>> My wiki is a kind of city guide for RPG. Every tiddler describes a 
>>> location in a city and is taged  with an area (like "Harbor Distict") and a 
>>> loaction type (like "Shop"). 
>>>
>>> The script I use now shows me all the given  tags. But I want just the 
>>> areas in one selector, and the location types in the other selector. So I 
>>> guess the filter has to go there. I couldn't find a sytanx that worked 
>>> though :(
>>>
>>> Am Montag, 13. August 2018 16:07:36 UTC+2 schrieb TonyM:
>>>>
>>>> Stephan,
>>>>
>>>> As I read it the final list shows all tiddlers according to your 
>>>> selection. And it depends on the two tags you select.
>>>>
>>>> Is the count and resulting list what you expect?
>>>>
>>>> What additional filtering do you want?
>>>>
>>>> Additional filter opperators can be set in the tag selection or in the 
>>>> final listing. If you are not yet understanding how to use filters you 
>>>> will 
>>>> need to give a little more info.
>>>>
>>>> How would you like the result to be different?
>>>>
>>>> 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 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/2108472b-c130-4327-a315-adaae9c9c171%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to