mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-03 23:09:56 +00:00
allow tv-toc-show-new-child to be used with tagLikeMode
This commit is contained in:
parent
172d955201
commit
00cc08da91
@ -62,7 +62,7 @@ The very first toc macro is _not_ reused. So it can be used as a simple referenc
|
|||||||
<!-- <span class="tc-small-gap-left">{{||$:/core/ui/Buttons/new-here}}</span> -->
|
<!-- <span class="tc-small-gap-left">{{||$:/core/ui/Buttons/new-here}}</span> -->
|
||||||
<% elseif [<_mode>match[tocpMode]] %>
|
<% elseif [<_mode>match[tocpMode]] %>
|
||||||
<span class="tc-small-gap-left"><$macrocall $name="_newChild" field=<<parentField>>/></span>
|
<span class="tc-small-gap-left"><$macrocall $name="_newChild" field=<<parentField>>/></span>
|
||||||
<% elseif [<_mode>match[tagLikeModeXXX]] %>
|
<% elseif [<_mode>match[tagLikeMode]] %>
|
||||||
<span class="tc-small-gap-left"><$macrocall $name="_newChild" field=<<tagField>>/></span>
|
<span class="tc-small-gap-left"><$macrocall $name="_newChild" field=<<tagField>>/></span>
|
||||||
<% endif %>
|
<% endif %>
|
||||||
<% endif %>
|
<% endif %>
|
||||||
|
Loading…
Reference in New Issue
Block a user