1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 22:33:16 +00:00

Disable link rendering when rendering list-links captions

Fixes #6558
This commit is contained in:
jeremy@jermolene.com 2022-03-26 12:44:28 +00:00
parent 9922701304
commit 1c16f12d6f

View File

@ -7,9 +7,11 @@ tags: $:/tags/Macro
<$list filter="$filter$" emptyMessage=<<__emptyMessage__>>>
<$subtype$>
<$link to={{!!title}}>
<$let tv-wikilinks="no">
<$transclude field="caption">
<$view field="title"/>
</$transclude>
</$let>
</$link>
</$subtype$>
</$list>