1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-23 15:36:52 +00:00

Docs tweaks

This commit is contained in:
Jermolene 2014-11-23 18:26:48 +00:00
parent 242a753bbe
commit 61718d6023
2 changed files with 15 additions and 9 deletions

View File

@ -0,0 +1,15 @@
created: 20141117000000000
modified: 20141117000000000
tags: Learning "Customise TiddlyWiki"
title: How to Add A New Tab to the Sidebar
type: text/vnd.tiddlywiki
To create a new tab in the sidebar menu:
# Create a tiddler and tag it with the [[SystemTag|SystemTags]] tag [[$:/tags/SideBar]]
#* To create a table of contents you can can populate the new tab tiddler using the [[TableOfContentsMacro]]. For example, see the [[TableOfContents]] used here
# By default, the tiddler title is used as the tab title but you can override it using the ``caption`` field
# To define the tab ordering, use the `list-after` or `list-before` fields as discussed in [[Tagging]]
#* For example: set `list-after` to [[$:/core/ui/SideBar/Open]] to place a sidebar tab immediately after the "Open" tab
Note that you can create new tabs under the "More" tab in the same way by using the tag ``$:/tags/MoreSideBar``.

View File

@ -1,9 +0,0 @@
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]].