mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-11 18:50:28 +00:00
remove draft tiddler
This commit is contained in:
parent
d0c7d7e307
commit
c18713723f
@ -1,33 +0,0 @@
|
||||
created: 20240206142124740
|
||||
draft.of: test-toc-simple-expandable-tabbed-internal
|
||||
draft.title: test-toc-simple-expandable-tabbed-internal
|
||||
modified: 20240210165329816
|
||||
tags: testTOC
|
||||
title: Draft of '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
|
||||
itemTemplate=template
|
||||
/>
|
Loading…
Reference in New Issue
Block a user