1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-23 07:26:54 +00:00

Disable link rendering when rendering list-links-draggable captions

This commit is contained in:
jeremy@jermolene.com 2022-03-26 12:49:17 +00:00
parent 1c16f12d6f
commit 758d590837

View File

@ -33,9 +33,11 @@ tags: $:/tags/Macro
<div> <div>
<$transclude tiddler="""$itemTemplate$"""> <$transclude tiddler="""$itemTemplate$""">
<$link to={{!!title}}> <$link to={{!!title}}>
<$let tv-wikilinks="no">
<$transclude field="caption"> <$transclude field="caption">
<$view field="title"/> <$view field="title"/>
</$transclude> </$transclude>
</$let>
</$link> </$link>
</$transclude> </$transclude>
</div> </div>