From bc75bd855986bfac2eefde72c8ad289bee91ce6d Mon Sep 17 00:00:00 2001 From: gernert Date: Mon, 1 Sep 2014 15:08:54 +0200 Subject: [PATCH] Update SystemTags.tid The list of system tags was not complete. I took the info from my guide 'Customization of TW5', http://tw5custom.tiddlyspot.com/#Adding%20parts%20by%20tagging:%5B%5BAdding%20parts%20by%20tagging%5D%5D --- .../tw5.com/tiddlers/concepts/SystemTags.tid | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/concepts/SystemTags.tid b/editions/tw5.com/tiddlers/concepts/SystemTags.tid index 28df98240..705ad8d03 100644 --- a/editions/tw5.com/tiddlers/concepts/SystemTags.tid +++ b/editions/tw5.com/tiddlers/concepts/SystemTags.tid @@ -4,20 +4,36 @@ tags: concepts title: SystemTags type: text/vnd.tiddlywiki -System tags are used to give special behaviour to tiddlers: +System tags are used to give special behaviour to tiddlers. + +! Available system tags + +These are the available system tags * {{$:/tags/AboveStory||$:/core/ui/TagTemplate}} for elements to be placed at the top of the story river +* {{$:/tags/AdvancedSearch||$:/core/ui/TagTemplate}} for search elements +* {{$:/tags/Alert||$:/core/ui/TagTemplate}} for alerts * {{$:/tags/BelowStory||$:/core/ui/TagTemplate}} for elements to be placed at the bottom of the story river * {{$:/tags/ControlPanel||$:/core/ui/TagTemplate}} for control panel tabs +* {{$:/tags/ControlPanel/Advanced||$:/core/ui/TagTemplate}} for advanced control panel tabs +* {{$:/tags/ControlPanel/Advanced/Settings||$:/core/ui/TagTemplate}} for parts in advanced settings +* {{$:/tags/ControlPanel/Appearance||$:/core/ui/TagTemplate}} for tabs controlling the appearance * {{$:/tags/EditTemplate||$:/core/ui/TagTemplate}} for the edit template * {{$:/tags/EditToolbar||$:/core/ui/TagTemplate}} for the edit mode tiddler toolbar +* {{$:/tags/Filter||$:/core/ui/TagTemplate}} for filters in advanced seach > filters +* {{$:/tags/Image||$:/core/ui/TagTemplate}} for (core) images +* {{$:/tags/Macro||$:/core/ui/TagTemplate}} for global macros * {{$:/tags/MoreSideBar||$:/core/ui/TagTemplate}} for tabs in the "more" sidebar * {{$:/tags/PageControls||$:/core/ui/TagTemplate}} for the page control tools in the sidebar * {{$:/tags/PageTemplate||$:/core/ui/TagTemplate}} for the main page elements +* {{$:/tags/Palette||$:/core/ui/TagTemplate}} for colour palettes * {{$:/tags/RawMarkup||$:/core/ui/TagTemplate}} for raw markup to be included in the generated HTML file * {{$:/tags/SideBar||$:/core/ui/TagTemplate}} for sidebar tabs * {{$:/tags/stylesheet||$:/core/ui/TagTemplate}} to indicate that a tiddler should be applied as a CSS stylesheet * {{$:/tags/TiddlerInfo||$:/core/ui/TagTemplate}} for tiddler info panel tabs +* {{$:/tags/TiddlerInfo/Advanced||$:/core/ui/TagTemplate}} for tabs under the advanced tiddler tab +* {{$:/tags/TopLeftBar||$:/core/ui/TagTemplate}} for the top left bar +* {{$:/tags/TopRightBar||$:/core/ui/TagTemplate}} for the top right bar * {{$:/tags/ViewTemplate||$:/core/ui/TagTemplate}} for the view template * {{$:/tags/ViewToolbar||$:/core/ui/TagTemplate}} for the view mode tiddler toolbar @@ -29,4 +45,4 @@ These are the system tags in use in this wiki: <$list filter="[all[shadows+tiddlers]tags[]prefix[$:/]sort[title]]">
  • {{||$:/core/ui/TagTemplate}}
  • - \ No newline at end of file +