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:
parent
1c16f12d6f
commit
758d590837
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user