This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

toggle Operator (Examples)

 18th November 2020 at 5:47pm

These examples make use of the Days of the Week tiddler.

[list[Days of the Week]] +[toggle[Wednesday]]

To toggle a tag in a tiddler:

<$action-listops  $tiddler="target" $tags="+[toggle[done]]" />

To toggle a title in a field:

<$action-listops $tiddler="target" $field="my-field" $subfilter="+[toggle[done]]" />

To toggle between a value pair:

<$action-listops $tiddler="target" $field="my-field" $subfilter="+[toggle[todo],[done]]" />