Skip to content

Commit

Permalink
list-tagged-draggable shows caption field if it is available
Browse files Browse the repository at this point in the history
  • Loading branch information
pmario committed Nov 2, 2024
1 parent c0f7a77 commit cab4378
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/wiki/macros/list.tid
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,11 @@ tags: $:/tags/Macro
<$genesis $type=<<__elementTag__>>>
<$transclude tiddler="""$itemTemplate$""">
<$link to={{!!title}}>
<$view field="title"/>
<$let tv-wikilinks="no">
<$transclude field="caption">
<$view field="title"/>
</$transclude>
</$let>
</$link>
</$transclude>
</$genesis>
Expand Down

0 comments on commit cab4378

Please sign in to comment.