diff --git a/editions/tw5.com/tiddlers/macros/examples/list-tagged-draggable Macro (Examples).tid b/editions/tw5.com/tiddlers/macros/examples/list-tagged-draggable Macro (Examples).tid new file mode 100644 index 000000000..22e0310bb --- /dev/null +++ b/editions/tw5.com/tiddlers/macros/examples/list-tagged-draggable Macro (Examples).tid @@ -0,0 +1,7 @@ +created: 20170329093300835 +modified: 20170329093346982 +tags: [[list-links-draggable Macro]] [[Macro Examples]] +title: list-tagged-draggable Macro (Examples) +type: text/vnd.tiddlywiki + +<$macrocall $name=".example" n="1" eg="""<>"""/> diff --git a/editions/tw5.com/tiddlers/macros/list-links-draggable Macro.tid b/editions/tw5.com/tiddlers/macros/list-links-draggable Macro.tid index fe0799134..426fbdd7e 100644 --- a/editions/tw5.com/tiddlers/macros/list-links-draggable Macro.tid +++ b/editions/tw5.com/tiddlers/macros/list-links-draggable Macro.tid @@ -1,11 +1,11 @@ caption: list-links-draggable created: 20170328204925306 -modified: 20170328210923128 +modified: 20170329093008550 tags: Macros [[Core Macros]] title: list-links-draggable Macro type: text/vnd.tiddlywiki -The <<.def list-links-draggable>> [[macro|Macros]] renders the links in a ListField of a tiddler as a list that can be reordered via [[drag and drop|Drag and Drop]]. +The <<.def list-links-draggable>> [[macro|Macros]] renders the ListField of a tiddler as a list of links that can be reordered via [[drag and drop|Drag and Drop]]. !! Parameters @@ -20,10 +20,8 @@ The <<.def list-links-draggable>> [[macro|Macros]] renders the links in a ListFi ;class : Optional space separated classes to add to the wrapper element ;itemTemplate -: Optional title of a tiddler to use as the template for rendering list items. +: Optional title of a tiddler to use as the template for rendering list items -If the `itemTemplate` parameter is not provided then the list items are rendered as simple links. - -Within the item template, the [[currentTiddler Variable]] refers to the current list item. +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. <<.macro-examples "list-links-draggable">> diff --git a/editions/tw5.com/tiddlers/macros/list-tagged-draggable Macro.tid b/editions/tw5.com/tiddlers/macros/list-tagged-draggable Macro.tid new file mode 100644 index 000000000..367be9980 --- /dev/null +++ b/editions/tw5.com/tiddlers/macros/list-tagged-draggable Macro.tid @@ -0,0 +1,21 @@ +caption: list-tagged-draggable +created: 20170329092723939 +modified: 20170329093247470 +tags: Macros [[Core Macros]] +title: list-tagged-draggable Macro +type: text/vnd.tiddlywiki + +The <<.def list-tagged-draggable>> [[macro|Macros]] renders the tiddlers with a particular tag as a list of links that can be reordered via [[drag and drop|Drag and Drop]]. + +!! Parameters + +;tag +: The title of the tag +;itemTemplate +: Optional title of a tiddler to use as the template for rendering list items + +Note that the [[ordering|Order of Tagged Tiddlers]] 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. + +<<.macro-examples "list-tagged-draggable">>