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

cycle Operator (Examples)

2020년 11월 18일 오후 5:54

Cycle through a list of values to add as a tag:

<$action-listops $tiddler="target" $tags="+[cycle[todo soon now maybe done ]]" />

Cycle through a list of values to add as a tag, in reverse order:

<$action-listops $tiddler="target" $tags="+[cycle[todo soon now maybe done ],[-1]]" />

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

[list[Days of the Week]first[]] +[cycle{Days of the Week!!list}]

[list[Days of the Week]first[]] +[cycle{Days of the Week!!list},[2]]