diff --git a/editions/tw5.com/tiddlers/howtos/How to Add A New Tab to the Sidebar.tid b/editions/tw5.com/tiddlers/howtos/How to Add A New Tab to the Sidebar.tid new file mode 100644 index 000000000..056f42760 --- /dev/null +++ b/editions/tw5.com/tiddlers/howtos/How to Add A New Tab to the Sidebar.tid @@ -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``. diff --git a/editions/tw5.com/tiddlers/howtos/created-20140103091348509-modified-20140919161534259-tags-Learning-title-Adding-a-Twitter-Follow-button-type-text/vnd.tiddlywiki Here's a macro t b/editions/tw5.com/tiddlers/howtos/created-20140103091348509-modified-20140919161534259-tags-Learning-title-Adding-a-Twitter-Follow-button-type-text/vnd.tiddlywiki Here's a macro t deleted file mode 100644 index 09d0200ee..000000000 --- a/editions/tw5.com/tiddlers/howtos/created-20140103091348509-modified-20140919161534259-tags-Learning-title-Adding-a-Twitter-Follow-button-type-text/vnd.tiddlywiki Here's a macro t +++ /dev/null @@ -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]].