could someone help me please?

i would like to put
<div class="tc-table-of-contents">
<<toc-selective-expandable "*currentiddlertitle*" sort[title]>>
</div>
in a *viewtemplate*

tried a couple of things but i failed so far

Am Dienstag, 13. März 2012 08:52:42 UTC+1 schrieb Tobias Beer:
>
> Try... 
>
> <<list filter {{"[tag["+tiddler.title+"]]"}}>> 
>
> In other words, the whole evaluated parameter expression needs to be 
> wrapped in curly brackets. 
>
> Mind you that evaluated parameters need to be enabled on TiddlySpace 
> first. 
>
> If you ever intend to use this in the ViewTemplate which also applies 
> to not quite existing ShadowTiddlers, use... 
>
> <<list filter {{"[tag["+tiddler?tiddler.title:"NOTID"+"]]"}}>> 
>
> ... assuming that "NOTID" indeed refers to a not existing tiddler. 
>
>
> If all you wanted was a tagging list you could do... 
> <<tagging>> 
>
> ...or... 
>
> <<tagging RemoteTiddlerTitle>> 
>
> If you don't want that title line, you could wrap the whole thing in a 
> css class: 
> {{notitle{<<tagging>>}}} 
>
> ...adding some CSS to you StyleSheet... 
>
> .notitle .listTitle { 
>     display:none 
> } 
>
> Cheers, 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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/918bc23e-b0dd-4d3f-9bba-1d2036e9e074%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to