1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-06 10:46:57 +00:00

list-tagged-draggable shows caption field if it is available (#8721)

This commit is contained in:
Mario Pietsch 2025-02-18 11:31:08 +01:00 committed by GitHub
parent 7ea788ca83
commit a1053ddc3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,7 +102,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>