mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-06 02:30:46 -08:00
list-tagged-draggable shows caption field if it is available (#8721)
This commit is contained in:
parent
7ea788ca83
commit
a1053ddc3d
1 changed files with 5 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue