mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-26 19:47:20 +00:00
list-tagged-draggable shows caption field if it is available
This commit is contained in:
parent
c0f7a77ab1
commit
cab4378656
@ -105,7 +105,11 @@ tags: $:/tags/Macro
|
|||||||
<$genesis $type=<<__elementTag__>>>
|
<$genesis $type=<<__elementTag__>>>
|
||||||
<$transclude tiddler="""$itemTemplate$""">
|
<$transclude tiddler="""$itemTemplate$""">
|
||||||
<$link to={{!!title}}>
|
<$link to={{!!title}}>
|
||||||
<$view field="title"/>
|
<$let tv-wikilinks="no">
|
||||||
|
<$transclude field="caption">
|
||||||
|
<$view field="title"/>
|
||||||
|
</$transclude>
|
||||||
|
</$let>
|
||||||
</$link>
|
</$link>
|
||||||
</$transclude>
|
</$transclude>
|
||||||
</$genesis>
|
</$genesis>
|
||||||
|
Loading…
Reference in New Issue
Block a user