Hello, Stephan
Could you please point me how to do the same inside a list?
Let's take a task list example:
<ul>
<$list filter="[!is[system]tag[tasks]!tag[done]sort[-modified]]">
<li>
<$button class="btn-invisible" message="tw-add-tag"
param="done">Done!</$button>
<$link to={{!!title}}><$view field="title"/></$link>
</li>
</$list>
</ul>
The button "Done!" does nothing here. What should I change?
On Thursday, December 12, 2013 at 2:34:46 AM UTC+4, Stephan Hradek wrote:
>
> Yes…
>
> <$fieldmangler>
> <$list filter="[is[current]tag[MeTag]]">
> <$button message="tw-remove-tag" param="MeTag">remove MeTag</$button>
> </$list>
> <$list filter="[is[current]!tag[MeTag]]">
> <$button message="tw-add-tag" param="MeTag">add MeTag</$button>
> </$list>
> </$fieldmangler>
>
>
>
>
--
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.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/d7da721a-8de2-40de-a50a-1ed741316b8c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.