1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-01 19:59:09 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/test-toc-simple-expandable-tabbed-internal.tid

30 lines
876 B
Plaintext

created: 20240206142124740
modified: 20240723095239945
tags: testTOC
title: test-toc-simple-expandable-tabbed-internal
type: text/vnd.tiddlywiki
* show template field
* show caption field
<<wikitext-example-without-html src:"""<div class="tc-table-of-contents">
<<toc tag:"root" viewField:test viewFieldTemplate:template>>
</div>""">>
---
the following toc is `toc-expandable` so it shows chevrons with every node
<<wikitext-example-without-html src:"""<div class="tc-table-of-contents">
<<toc-expandable tag:"root" >>
</div>""">>
<<wikitext-example-without-html src:"""<$macrocall
$name="toc-tabbed-internal-nav"
tag="root"
selectedTiddler="$:/temp/toc/selectedTiddler"
unselectedText="<p>Select a topic in the table of contents. Click the arrow to expand a topic.</p>"
missingText="<p>Missing tiddler.</p>"
viewField=test
viewFieldTemplate=template
/>""">>