1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-24 02:27:19 +00:00

Merge pull request #1091 from Marxsal/patch-3

Doc: How to Add A Menu to the Sidebar
This commit is contained in:
Jeremy Ruston 2014-11-23 18:19:54 +00:00
commit 242a753bbe

View File

@ -0,0 +1,9 @@
created: 20141117000000000
modified: 20141117000000000
tags: Learning "Customise TiddlyWiki"
title: How to Add A Menu to the Sidebar
type: text/vnd.tiddlywiki
You can create a new tab in the sidebar menu by a tagging a tiddler with the [[SystemTiddler|SystemTiddlers]] tag ``$:/tags/SideBar``. The tiddler title will be used as the menu tab title by default, but you can use a different title by setting the ``caption`` field.
You can populate the new menu tab using the [[Table of Contents Macro|TableOfContentsMacro]].