Thanks Tobias.
It's really help.
Basically, I want to customize the ViewTemplate in my TS. I think the last
one (using CSS) is the best choice for me caz I can easily modify the style
of the tagging list.
--
Hao
On Tuesday, 13 March 2012 01:52:42 UTC-6, Tobias Beer wrote:
>
> 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 view this discussion on the web visit
https://groups.google.com/d/msg/tiddlywiki/-/2GlBuFcv-q0J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.