mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-12 12:59:57 +00:00
Fix stamp dropdown not transcluding caption field
This commit is contained in:
parent
6732b3c0d9
commit
7795ed9230
@ -29,11 +29,11 @@ suffix={{{ [[$(snippetTitle)$]addsuffix[/suffix]get[text]] }}}
|
|||||||
$tiddler=<<dropdown-state>>
|
$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>
|
</$button>
|
||||||
\end
|
\end
|
||||||
|
Loading…
Reference in New Issue
Block a user