1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-22 23:16:53 +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>
<$transclude tiddler="""$itemTemplate$""">
<$link to={{!!title}}>
<$let tv-wikilinks="no">
<$transclude field="caption">
<$view field="title"/>
</$transclude>
</$let>
</$link>
</$transclude>
</div>