Hi,
I'm trying to add a little indication to items in a draggable list to have
the word "done" beside the item but only if that tiddler has a tag "done"
This seems to add "done" to every item in the list, regardless of whether
its tagged done or not:
template tiddler:
[[draggableTemplate1]]
<$link to={{!!title}}>{{!!title}}<$list filter="$(currentTiddler)$tag[done]"
> @@color:beige;^^done^^@@</$list></$link>
list (macro) tiddler:
\define tgngd()
^^(draggable)^^
<<list-tagged-draggable tag:"$(currentTiddler)$"
itemTemplate:"draggableTemplate1">>
\end
<<tgngd>>
in the template tiddler I've also tried:
<$list filter="title[{{!!title}}]tag[done]">
<$list filter="all[current]tag[done]">
<$list filter="<<currentTiddler>>tag[done]">
Any suggestions?
thanks,
- Dave
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/3081a6b0-cac6-4fc9-a77b-18d20539a6ce%40googlegroups.com.