1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 03:19:55 +00:00

Adding recursive sort parameter to toc macro

This commit is contained in:
Evolena 2014-10-28 10:49:49 +01:00
parent cdf67c34d0
commit e07cdb7eed

View File

@ -10,7 +10,7 @@ tags: $:/tags/Macro
<$view field="title"/>
</$view>
</$list>
<$macrocall $name="toc" tag=<<currentTiddler>>/>
<$macrocall $name="toc" tag=<<currentTiddler>> sort="$sort$"/>
</li>
</$list>
</ol>