Hi Stephan,
> Now, how could I possibly achive this...
>
> <$list filter={{$:/config/EditTemplateFields/Visibility/<<currentField>
> >!!values}}/>
>
> in: $:/.tb/ui/EditTemplate/drop-fields
> <http://tbdemo.tiddlyspot.com/#Conditional%20EditTemplate%20Fields:%5B%5BConditional%20EditTemplate%20Fields%5D%5D%20%24%3A%2F.tb%2Fui%2FEditTemplate%2Fdrop-fields%20%5B%5B7th%20January%202015%5D%5D>
>
> ?
>
Ok, I figured it out! *Thanks* to Jed's recent example
<http://inmysocks.tiddlyspot.com/#Concatenating%20Strings%20-%20What%20Breaks>
which
I luckily still had open in a tab ^^
The key is using the *[get[someField]]* filter and then
"abusing" another nested list to actually evaluate the thing as a filter...
The below is just a non-working exerpt of $:/.tb/ui/EditTemplate/drop-fields
<http://tbdemo.tiddlyspot.com/#Conditional%20EditTemplate%20Fields:%5B%5BConditional%20EditTemplate%20Fields%5D%5D%20%24%3A%2F.tb%2Fui%2FEditTemplate%2Fdrop-fields%20%5B%5B7th%20January%202015%5D%5D>
as demonstrated Conditional EditTemplate Fields
<in http://tbdemo.tiddlyspot.com/#Conditional%20EditTemplate%20Fields>...
\define drop-values() $:/config/EditTemplateFields/Visibility/$(currentField
)$
...
<$list filter="[<drop-values>get[values]]">
<$list filter=<<currentTiddler>>>
<option value=<<currentTiddler>>><$text text=<<currentTiddler>>/></option>
</$list>
</$list>
I added this as a filter example here...
iterate field values @ lists
<http://lists.tiddlyspot.com/#iterate%20field%20values>
Best wishes, Tobias.
--
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.