mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
78c72b85fb
* Make tag for menubar-contents dropdown configurable * Make tag for menubar-contents dropdown configurable * Make tag for menubar-contents dropdown configurable
12 lines
286 B
Plaintext
12 lines
286 B
Plaintext
title: $:/plugins/tiddlywiki/menubar/items/contents
|
|
caption: Contents
|
|
description: Table of Contents
|
|
is-dropdown: yes
|
|
tags: $:/tags/MenuBar
|
|
|
|
<div class="tc-table-of-contents">
|
|
|
|
<$macrocall $name="toc-selective-expandable" tag={{$:/config/plugins/menubar/TableOfContents/Tag}}/>
|
|
|
|
</div>
|