1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 10:43:16 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/howtos/How_to_add_a_new_tab_to_the_sidebar.tid

16 lines
923 B
Plaintext
Raw Normal View History

2014-11-23 18:26:48 +00:00
created: 20141117000000000
modified: 20170204191253218
2014-11-24 16:24:36 +00:00
tags: Learning [[Customise TiddlyWiki]]
title: How to add a new tab to the sidebar
2014-11-23 18:26:48 +00:00
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 populate the new tab tiddler using the [[table-of-contents macros|Table-of-Contents Macros]]. For example, see the [[TableOfContents]] used here
2014-12-17 13:57:37 +00:00
# By default, the tiddler title is used as the tab title but you can override it using the `caption` field
2014-11-23 18:26:48 +00:00
# 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
2014-12-17 13:57:37 +00:00
Note that you can create new tabs under the "More" tab in the same way by using the tag `$:/tags/MoreSideBar`.