1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-04-30 02:31:31 +00:00

Reapply "list-tagged-draggable shows caption field if it is available (#8721)" (#9156)

This reverts commit 2d75d3ccb1 and 6e7c63a72d.
This commit is contained in:
Jeremy Ruston
2025-07-18 09:57:24 +01:00
parent 6e7c63a72d
commit 89030c4d4b
2 changed files with 5 additions and 2 deletions

View File

@@ -102,7 +102,11 @@ tags: $:/tags/Macro
<$genesis $type=<<elementTag>>>
<$transclude tiddler=<<itemTemplate>>>
<$link to={{!!title}}>
<$view field="title"/>
<$let tv-wikilinks="no">
<$transclude field="caption">
<$view field="title"/>
</$transclude>
</$let>
</$link>
</$transclude>
</$genesis>

View File

@@ -40,7 +40,6 @@ description: Under development
! Bug Fixes
* <<.link-badge-reverted "https://github.com/TiddlyWiki/TiddlyWiki5/pull/9156">> the [[change in v5.3.7|https://github.com/TiddlyWiki/TiddlyWiki5/pull/8721]] to the handling of caption fields by the [[list-tagged-draggable Macro]]
* <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/commit/93d30f374da4a6b2037b335f7f7d4eddce8192db">> display of field names longer than the available width in the info panel
! Node.js Improvements