2020년 11월 18일 오후 5:47
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]]" />