Hello,
I’m using TiddlyTool TOC to build a TOC for my TW. It works wonderful with tags; however I’d like to tag a few “start here” tiddler, and then make TOC for each tiddler tagged “start here” using “field:parent”.
I tried to pass a list into the macro, but it doesn’t work:
<$set name = "start" filter="[tag[start here]]">
<div class="tc-table-of-contents">
<$macrocall $name="toc-tree" here="start" field="field:parent"/>
</div>
I’m not quite sure what’s the next step to try. I appreciate any suggestion.
Thank you for reading my question. May you have a great day.