mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
25 lines
697 B
Plaintext
25 lines
697 B
Plaintext
|
created: 20150221205834000
|
||
|
modified: 20150221210006000
|
||
|
title: Example Table of Contents: Tabbed External
|
||
|
caption: Tabbed External
|
||
|
tags: table-of-contents-example
|
||
|
order: 6
|
||
|
|
||
|
<$macrocall
|
||
|
$name="toc-tabbed-external-nav"
|
||
|
tag="TableOfContents"
|
||
|
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>"
|
||
|
/>
|
||
|
|
||
|
```
|
||
|
<$macrocall
|
||
|
$name="toc-tabbed-external-nav"
|
||
|
tag="TableOfContents"
|
||
|
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>"
|
||
|
/>
|
||
|
```
|