1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-26 22:28:18 +00:00

Fix stamp dropdown not transcluding caption field

This commit is contained in:
Jeremy Ruston 2020-01-15 20:29:13 +00:00
parent 6732b3c0d9
commit 7795ed9230

View File

@ -29,11 +29,11 @@ suffix={{{ [[$(snippetTitle)$]addsuffix[/suffix]get[text]] }}}
$tiddler=<<dropdown-state>>
/>
<$view tiddler=<<snippetTitle>> field="caption" mode="inline">
<$transclude tiddler=<<snippetTitle>> field="caption" mode="inline">
<$view tiddler=<<snippetTitle>> field="title" mode="inline"/>
<$view tiddler=<<snippetTitle>> field="title" />
</$view>
</$transclude>
</$button>
\end