mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Make tag for menubar-contents dropdown configurable (#4983)
* Make tag for menubar-contents dropdown configurable * Make tag for menubar-contents dropdown configurable * Make tag for menubar-contents dropdown configurable
This commit is contained in:
parent
22e25c05eb
commit
78c72b85fb
2
plugins/tiddlywiki/menubar/config-TableOfContentsTag.tid
Normal file
2
plugins/tiddlywiki/menubar/config-TableOfContentsTag.tid
Normal file
@ -0,0 +1,2 @@
|
||||
title: $:/config/plugins/menubar/TableOfContents/Tag
|
||||
text: TableOfContents
|
@ -26,6 +26,12 @@ The breakpoint position between narrow and wide screens. Should include CSS unit
|
||||
|
||||
<$edit-text tiddler="$:/config/plugins/menubar/breakpoint" default="" tag="input"/>
|
||||
|
||||
!! Contents Tag
|
||||
|
||||
The tag for the ~TableOfContents used in the Contents dropdown
|
||||
|
||||
<$edit-text tiddler="$:/config/plugins/menubar/TableOfContents/Tag" default="" tag="input"/>
|
||||
|
||||
!! Menu Bar Colours
|
||||
|
||||
To change the colour of the menu bar, define the colours `menubar-foreground` and `menubar-background` in the currently selected palette
|
||||
|
@ -6,6 +6,6 @@ tags: $:/tags/MenuBar
|
||||
|
||||
<div class="tc-table-of-contents">
|
||||
|
||||
<<toc-selective-expandable 'TableOfContents'>>
|
||||
<$macrocall $name="toc-selective-expandable" tag={{$:/config/plugins/menubar/TableOfContents/Tag}}/>
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user