이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

toggle Operator (Examples)

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]]" />