mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-04 15:29:56 +00:00
31 lines
745 B
Plaintext
31 lines
745 B
Plaintext
created: 20240206142124740
|
|
modified: 20240208172109190
|
|
tags: testTOC
|
|
title: test-toc-simple-expandable-tabbed-internal
|
|
type: text/vnd.tiddlywiki
|
|
|
|
* show template field
|
|
* show caption field
|
|
|
|
<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
|
|
|
|
<div class="tc-table-of-contents">
|
|
<<toc-expandable tag:"root" >>
|
|
</div>
|
|
|
|
|
|
<$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
|
|
/> |