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

list-tagged-draggable Macro

2026년 2월 6일 오후 1:18

The list-tagged-draggable macro renders the tiddlers with a particular tag as a list of links that can be reordered via drag and drop.

Parameters

tag
The title of the tag
subFilter
An optional subfilter to filter out unwanted items (eg !tag[done])
itemTemplate
Optional title of a tiddler to use as the template for rendering list items
emptyMessage
Optional wikitext to display if there are no tiddlers with the specified tag
displayField New in v5.4.0
Optional name of the field to display when the list is rendered. Defaults to title field
startactions New in v5.4.0
Optional action string that gets invoked when link dragging starts
actionTiddler variable is available in this action.
endactions New in v5.4.0
Optional action string that gets invoked when link dragging ends
actionTiddler variable is available in this action

Note that the ordering is accomplished by assigning a new list to the list field of the tag tiddler. Any list-before or list-after fields on any of the other tiddlers carrying the tag are also removed to ensure the list field is respected

If the itemTemplate parameter is not provided then the list items are rendered as simple links. Within the itemTemplate, the currentTiddler Variable refers to the current list item.

Examples