2020-02-28 14:33:15 +00:00
|
|
|
title: $:/plugins/tiddlywiki/menubar/config
|
|
|
|
tags: $:/tags/ControlPanel/Toolbars
|
2020-02-28 16:09:26 +00:00
|
|
|
caption: Menu Bar
|
2020-02-28 14:33:15 +00:00
|
|
|
|
|
|
|
\define config-base() $:/config/plugins/menubar/MenuItems/Visibility/
|
|
|
|
|
2020-02-28 16:09:26 +00:00
|
|
|
! Menu Bar Configuration
|
2020-02-28 14:33:15 +00:00
|
|
|
|
|
|
|
!! Menu Items
|
|
|
|
|
|
|
|
Select which menu items will be shown. You can also drag items to reorder them.
|
|
|
|
|
|
|
|
<$set name="tv-config-toolbar-icons" value="yes">
|
|
|
|
|
|
|
|
<$set name="tv-config-toolbar-text" value="yes">
|
|
|
|
|
|
|
|
<$macrocall $name="list-tagged-draggable" tag="$:/tags/MenuBar" itemTemplate="$:/core/ui/ControlPanel/Toolbars/ItemTemplate"/>
|
|
|
|
|
|
|
|
</$set>
|
|
|
|
|
|
|
|
</$set>
|
|
|
|
|
|
|
|
!! Breakpoint Position
|
|
|
|
|
|
|
|
The breakpoint position between narrow and wide screens. Should include CSS units (eg. `400px`).
|
|
|
|
|
|
|
|
<$edit-text tiddler="$:/config/plugins/menubar/breakpoint" default="" tag="input"/>
|
|
|
|
|
2020-11-06 16:26:44 +00:00
|
|
|
!! Contents Tag
|
|
|
|
|
|
|
|
The tag for the ~TableOfContents used in the Contents dropdown
|
|
|
|
|
|
|
|
<$edit-text tiddler="$:/config/plugins/menubar/TableOfContents/Tag" default="" tag="input"/>
|
|
|
|
|
2020-02-28 14:33:15 +00:00
|
|
|
!! Menu Bar Colours
|
|
|
|
|
|
|
|
To change the colour of the menu bar, define the colours `menubar-foreground` and `menubar-background` in the currently selected palette
|