Move the system tag documentation into individual tiddlers

logging-improvements
Jermolene 2018-09-26 18:24:08 +01:00
rodzic 7282bf4721
commit 806df86434
53 zmienionych plików z 478 dodań i 66 usunięć

Wyświetl plik

@ -1,68 +1,31 @@
created: 20130822080600000
modified: 20180808094618436
modified: 20180926172010999
tags: Concepts
title: SystemTags
type: text/vnd.tiddlywiki
System tags are used to give special behaviour to tiddlers.
! Available system tags
These are the system tags defined by the ~TiddlyWiki core:
These are the available system tags
<table>
<tbody>
<$list filter="[tag[SystemTags]]">
<tr>
<td>
<$macrocall $name="tag" tag={{!!caption}}/>
</td>
<td>
<$link>
{{!!description}}
</$link>
</td>
</tr>
</$list>
</tbody>
</table>
|<<tag "$:/tags/AboveStory">> |for elements to be placed at the top of the story river |
|<<tag "$:/tags/AdvancedSearch">> |for search elements |
|<<tag "$:/tags/AdvancedSearch/FilterButton">> |for filter buttons |
|<<tag "$:/tags/Alert">> |for alerts |
|<<tag "$:/tags/BelowStory">> |for elements to be placed at the bottom of the story river |
|<<tag "$:/tags/ControlPanel">> |for control panel tabs |
|<<tag "$:/tags/ControlPanel/Advanced">> |for control panel advanced tabs |
|<<tag "$:/tags/ControlPanel/Appearance">> |for control panel appearance tabs |
|<<tag "$:/tags/ControlPanel/Info">> |for control panel info tabs |
|<<tag "$:/tags/ControlPanel/Saving">> |for saving configurations |
|<<tag "$:/tags/ControlPanel/Settings">> |for control panel settings tabs |
|<<tag "$:/tags/ControlPanel/Toolbars">> |for control panel toolbar customisation tabs |
|<<tag "$:/tags/EditorToolbar">> |for the editor toolbar buttons |
|<<tag "$:/tags/EditPreview">> |for custom preview panes |
|<<tag "$:/tags/EditTemplate">> |for the edit template |
|<<tag "$:/tags/EditToolbar">> |for the edit mode tiddler toolbar |
|<<tag "$:/tags/Exporter">> |for the exporters |
|<<tag "$:/tags/Filter">> |for filters in advanced seach sample filter dropdown |
|<<tag "$:/tags/Image">> |for (core) images |
|<<tag "$:/tags/ImportPreview">> |for preview types for the import listing |
|<<tag "$:/tags/Manager/ItemMain">> |for the tiddler manager. $:/Manager |
|<<tag "$:/tags/Manager/ItemSidebar">> |for the tiddler manager |
|<<tag "$:/tags/Macro">> |for global macros |
|<<tag "$:/tags/MoreSideBar">> |for tabs in the "more" sidebar |
|<<tag "$:/tags/MoreSideBar/Plugins">> |for Sidebar: More: Plugins tab |
|<<tag "$:/tags/PageControls">> |for the page control tools in the sidebar |
|<<tag "$:/tags/PageTemplate">> |for the main page elements |
|<<tag "$:/tags/Palette">> |for colour palettes |
|<<tag "$:/tags/PluginLibrary">> |for the plugin library |
|<<tag "$:/tags/RawMarkup">> |for raw markup to be included in the generated HTML file. To activate the tag, TiddlyWiki needs to be reloaded |
|<<tag "$:/tags/RawMarkupWikified">> |for raw markup to be included in the generated HTML file. To activate the tag, TiddlyWiki needs to be reloaded |
|<<tag "$:/tags/RawStaticContent">> |for "raw" content to be saved into the TW code. Be careful! |
|<<tag "$:/tags/RemoteAssetInfo">> |for plugin import handling |
|<<tag "$:/tags/SearchResults">> |for customised search results |
|<<tag "$:/tags/ServerConnection">> |for plugin import handling |
|<<tag "$:/tags/SideBar">> |for sidebar tabs |
|<<tag "$:/tags/SideBarSegment">> |for sidebar segments |
|<<tag "$:/tags/StartupAction">> |startup actions executed on all platforms |
|<<tag "$:/tags/StartupAction/Browser">> |startup actions only executed when running in the browser |
|<<tag "$:/tags/StartupAction/Node">> |startup actions only executed when running under Node.js |
|<<tag "$:/tags/Stylesheet">> |to indicate that a tiddler should be applied as a CSS stylesheet |
|<<tag "$:/tags/TagDropdown">> |for tags dropdown sorting |
|<<tag "$:/tags/Texteditor/Snippet">> |for text snippets |
|<<tag "$:/tags/TiddlerInfo">> |for tiddler info panel tabs |
|<<tag "$:/tags/TiddlerInfoSegment">> |for tiddler info panel segments |
|<<tag "$:/tags/TiddlerInfo/Advanced">> |for tabs under the advanced tiddler tab |
|<<tag "$:/tags/ToolbarButtonStyle">> |for the style of the buttons |
|<<tag "$:/tags/TopLeftBar">> |for the top left bar |
|<<tag "$:/tags/TopRightBar">> |for the top right bar |
|<<tag "$:/tags/ViewTemplate">> |for the view template |
|<<tag "$:/tags/ViewToolbar">> |for the view mode tiddler toolbar |
! ~TiddlyWiki plugins
!! System tags defined by ~TiddlyWiki plugins
|<<tag "$:/tags/HelpPanel>> |can be seen at: [[tiddlywiki prerelease|https://tiddlywiki.com/prerelease/]] see: top left page control bubble|
|<<tag "$:/tags/HelpPanel/Videos>> |help panel "videos" tab|
@ -72,13 +35,3 @@ These are the available system tags
|<<tag "$:/tags/ViewToolbarButton/QRcode>> |see: [[tiddlywiki prerelease|https://tiddlywiki.com/prerelease/]] |
|<<tag "$:/tags/test-spec>> |tiddlywiki test suite |
! System tags in use
These are the system tags in use in this wiki:
<ul>
<$list filter="[all[shadows+tiddlers]tags[]prefix[$:/]sort[title]]">
<li>{{||$:/core/ui/TagTemplate}}</li>
</$list>
</ul>

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/AboveStory
created: 20180926170345251
description: marks elements to be placed at the top of the story river
modified: 20180926171456529
tags: SystemTags
title: SystemTag: $:/tags/AboveStory
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/AboveStory` marks elements to be placed at the top of the story river

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/AdvancedSearch
created: 20180926170345251
description: marks search elements
modified: 20180926171456527
tags: SystemTags
title: SystemTag: $:/tags/AdvancedSearch
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/AdvancedSearch` marks search elements

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/AdvancedSearch/FilterButton
created: 20180926170345251
description: marks filter buttons
modified: 20180926171456526
tags: SystemTags
title: SystemTag: $:/tags/AdvancedSearch/FilterButton
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/AdvancedSearch/FilterButton` marks filter buttons

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/Alert
created: 20180926170345251
description: marks alerts
modified: 20180926171456524
tags: SystemTags
title: SystemTag: $:/tags/Alert
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/Alert` marks alerts

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/BelowStory
created: 20180926170345251
description: marks elements to be placed at the bottom of the story river
modified: 20180926171456521
tags: SystemTags
title: SystemTag: $:/tags/BelowStory
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/BelowStory` marks elements to be placed at the bottom of the story river

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/ControlPanel
created: 20180926170345251
description: marks control panel tabs
modified: 20180926171456518
tags: SystemTags
title: SystemTag: $:/tags/ControlPanel
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/ControlPanel` marks control panel tabs

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/ControlPanel/Advanced
created: 20180926170345251
description: marks control panel advanced tabs
modified: 20180926171456516
tags: SystemTags
title: SystemTag: $:/tags/ControlPanel/Advanced
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/ControlPanel/Advanced` marks control panel advanced tabs

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/ControlPanel/Appearance
created: 20180926170345251
description: marks control panel appearance tabs
modified: 20180926171456514
tags: SystemTags
title: SystemTag: $:/tags/ControlPanel/Appearance
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/ControlPanel/Appearance` marks control panel appearance tabs

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/ControlPanel/Info
created: 20180926170345251
description: marks control panel info tabs
modified: 20180926171456512
tags: SystemTags
title: SystemTag: $:/tags/ControlPanel/Info
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/ControlPanel/Info` marks control panel info tabs

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/ControlPanel/Saving
created: 20180926170345251
description: marks saving configurations
modified: 20180926171456510
tags: SystemTags
title: SystemTag: $:/tags/ControlPanel/Saving
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/ControlPanel/Saving` marks saving configurations

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/ControlPanel/Settings
created: 20180926170345251
description: marks control panel settings tabs
modified: 20180926171456509
tags: SystemTags
title: SystemTag: $:/tags/ControlPanel/Settings
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/ControlPanel/Settings` marks control panel settings tabs

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/ControlPanel/Toolbars
created: 20180926170345251
description: marks control panel toolbar customisation tabs
modified: 20180926171456507
tags: SystemTags
title: SystemTag: $:/tags/ControlPanel/Toolbars
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/ControlPanel/Toolbars` marks control panel toolbar customisation tabs

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/EditPreview
created: 20180926170345251
description: marks custom preview panes
modified: 20180926171456503
tags: SystemTags
title: SystemTag: $:/tags/EditPreview
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/EditPreview` marks custom preview panes

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/EditTemplate
created: 20180926170345251
description: marks the edit template
modified: 20180926171456501
tags: SystemTags
title: SystemTag: $:/tags/EditTemplate
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/EditTemplate` marks the edit template

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/EditToolbar
created: 20180926170345251
description: marks the edit mode tiddler toolbar
modified: 20180926171456499
tags: SystemTags
title: SystemTag: $:/tags/EditToolbar
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/EditToolbar` marks the edit mode tiddler toolbar

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/EditorToolbar
created: 20180926170345251
description: marks the editor toolbar buttons
modified: 20180926171456505
tags: SystemTags
title: SystemTag: $:/tags/EditorToolbar
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/EditorToolbar` marks the editor toolbar buttons

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/Exporter
created: 20180926170345251
description: marks the exporters
modified: 20180926171456497
tags: SystemTags
title: SystemTag: $:/tags/Exporter
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/Exporter` marks the exporters

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/Filter
created: 20180926170345251
description: marks filters in advanced seach sample filter dropdown
modified: 20180926171456495
tags: SystemTags
title: SystemTag: $:/tags/Filter
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/Filter` marks filters in advanced seach sample filter dropdown

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/Image
created: 20180926170345251
description: marks (core) images
modified: 20180926171456494
tags: SystemTags
title: SystemTag: $:/tags/Image
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/Image` marks (core) images

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/ImportPreview
created: 20180926170345251
description: marks preview types for the import listing
modified: 20180926171456492
tags: SystemTags
title: SystemTag: $:/tags/ImportPreview
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/ImportPreview` marks preview types for the import listing

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/Macro
created: 20180926170345251
description: marks global macros
modified: 20180926171456486
tags: SystemTags
title: SystemTag: $:/tags/Macro
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/Macro` marks global macros

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/Manager/ItemMain
created: 20180926170345251
description: marks the tiddler manager. $:/Manager
modified: 20180926171456490
tags: SystemTags
title: SystemTag: $:/tags/Manager/ItemMain
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/Manager/ItemMain` marks the tiddler manager. $:/Manager

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/Manager/ItemSidebar
created: 20180926170345251
description: marks the tiddler manager
modified: 20180926171456488
tags: SystemTags
title: SystemTag: $:/tags/Manager/ItemSidebar
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/Manager/ItemSidebar` marks the tiddler manager

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/MoreSideBar
created: 20180926170345251
description: marks tabs in the 'more' sidebar
modified: 20180926171456484
tags: SystemTags
title: SystemTag: $:/tags/MoreSideBar
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/MoreSideBar` marks tabs in the 'more' sidebar

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/MoreSideBar/Plugins
created: 20180926170345251
description: marks Sidebar: More: Plugins tab
modified: 20180926171456483
tags: SystemTags
title: SystemTag: $:/tags/MoreSideBar/Plugins
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/MoreSideBar/Plugins` marks Sidebar: More: Plugins tab

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/PageControls
created: 20180926170345251
description: marks the page control tools in the sidebar
modified: 20180926171456481
tags: SystemTags
title: SystemTag: $:/tags/PageControls
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/PageControls` marks the page control tools in the sidebar

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/PageTemplate
created: 20180926170345251
description: marks the main page elements
modified: 20180926171456480
tags: SystemTags
title: SystemTag: $:/tags/PageTemplate
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/PageTemplate` marks the main page elements

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/Palette
created: 20180926170345251
description: marks colour palettes
modified: 20180926171456478
tags: SystemTags
title: SystemTag: $:/tags/Palette
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/Palette` marks colour palettes

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/PluginLibrary
created: 20180926170345251
description: marks the plugin library
modified: 20180926171456474
tags: SystemTags
title: SystemTag: $:/tags/PluginLibrary
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/PluginLibrary` marks the plugin library

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/RawMarkup
created: 20180926170345251
description: marks plain text tiddlers to be included as raw markup at the bottom of the `<head>` section in the generated HTML file
modified: 20180926171456471
tags: SystemTags
title: SystemTag: $:/tags/RawMarkup
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/RawMarkup` marks plain text tiddlers to be included as raw markup at the bottom of the `<head>` section in the generated HTML file

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/RawMarkupWikified
created: 20180926170345251
description: marks wikified tiddlers to be included at the bottom of the `<head>` section in the generated HTML file
modified: 20180926171456470
tags: SystemTags
title: SystemTag: $:/tags/RawMarkupWikified
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/RawMarkupWikified` marks wikified tiddlers to be included as raw markup at the bottom of the `<head>` section in the generated HTML file

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/RawStaticContent
created: 20180926170345251
description: marks raw content to be saved into the TW code
modified: 20180926171456461
tags: SystemTags
title: SystemTag: $:/tags/RawStaticContent
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/RawStaticContent` marks raw content to be saved into the TW code

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/RemoteAssetInfo
created: 20180926170345251
description: marks plugin import handling
modified: 20180926171456460
tags: SystemTags
title: SystemTag: $:/tags/RemoteAssetInfo
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/RemoteAssetInfo` marks plugin import handling

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/SearchResults
created: 20180926170345251
description: marks customised search results
modified: 20180926171456458
tags: SystemTags
title: SystemTag: $:/tags/SearchResults
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/SearchResults` marks customised search results

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/ServerConnection
created: 20180926170345251
description: marks plugin import handling
modified: 20180926171456456
tags: SystemTags
title: SystemTag: $:/tags/ServerConnection
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/ServerConnection` marks plugin import handling

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/SideBar
created: 20180926170345251
description: marks sidebar tabs
modified: 20180926171456454
tags: SystemTags
title: SystemTag: $:/tags/SideBar
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/SideBar` marks sidebar tabs

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/SideBarSegment
created: 20180926170345251
description: marks sidebar segments
modified: 20180926171456451
tags: SystemTags
title: SystemTag: $:/tags/SideBarSegment
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/SideBarSegment` marks sidebar segments

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/StartupAction
created: 20180926170345251
description: marks actions executed on all platforms
modified: 20180926171456449
tags: SystemTags
title: SystemTag: $:/tags/StartupAction
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/StartupAction` marks actions executed on all platforms

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/StartupAction/Browser
created: 20180926170345251
description: marks actions only executed when running in the browser
modified: 20180926171456447
tags: SystemTags
title: SystemTag: $:/tags/StartupAction/Browser
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/StartupAction/Browser` marks actions only executed when running in the browser

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/StartupAction/Node
created: 20180926170345251
description: marks actions only executed when running under Node.js
modified: 20180926171456445
tags: SystemTags
title: SystemTag: $:/tags/StartupAction/Node
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/StartupAction/Node` marks actions only executed when running under Node.js

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/Stylesheet
created: 20180926170345251
description: marks that a tiddler should be applied as a CSS stylesheet
modified: 20180926171456442
tags: SystemTags
title: SystemTag: $:/tags/Stylesheet
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/Stylesheet` marks that a tiddler should be applied as a CSS stylesheet

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/TagDropdown
created: 20180926170345251
description: marks tags dropdown sorting
modified: 20180926171456439
tags: SystemTags
title: SystemTag: $:/tags/TagDropdown
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/TagDropdown` marks tags dropdown sorting

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/Texteditor/Snippet
created: 20180926170345251
description: marks text snippets
modified: 20180926171456546
tags: SystemTags
title: SystemTag: $:/tags/Texteditor/Snippet
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/Texteditor/Snippet` marks text snippets

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/TiddlerInfo
created: 20180926170345251
description: marks tiddler info panel tabs
modified: 20180926171456544
tags: SystemTags
title: SystemTag: $:/tags/TiddlerInfo
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/TiddlerInfo` marks tiddler info panel tabs

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/TiddlerInfoSegment
created: 20180926170345251
description: marks tiddler info panel segments
modified: 20180926171456541
tags: SystemTags
title: SystemTag: $:/tags/TiddlerInfoSegment
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/TiddlerInfoSegment` marks tiddler info panel segments

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/TiddlerInfo/Advanced
created: 20180926170345251
description: marks tabs under the advanced tiddler tab
modified: 20180926171456539
tags: SystemTags
title: SystemTag: $:/tags/TiddlerInfo/Advanced
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/TiddlerInfo/Advanced` marks tabs under the advanced tiddler tab

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/ToolbarButtonStyle
created: 20180926170345251
description: marks the style of the buttons
modified: 20180926171456537
tags: SystemTags
title: SystemTag: $:/tags/ToolbarButtonStyle
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/ToolbarButtonStyle` marks the style of the buttons

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/TopLeftBar
created: 20180926170345251
description: marks the top left bar
modified: 20180926171456536
tags: SystemTags
title: SystemTag: $:/tags/TopLeftBar
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/TopLeftBar` marks the top left bar

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/TopRightBar
created: 20180926170345251
description: marks the top right bar
modified: 20180926171456534
tags: SystemTags
title: SystemTag: $:/tags/TopRightBar
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/TopRightBar` marks the top right bar

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/ViewTemplate
created: 20180926170345251
description: marks the view template
modified: 20180926171456532
tags: SystemTags
title: SystemTag: $:/tags/ViewTemplate
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/ViewTemplate` marks the view template

Wyświetl plik

@ -0,0 +1,9 @@
caption: $:/tags/ViewToolbar
created: 20180926170345251
description: marks the view mode tiddler toolbar
modified: 20180926171456531
tags: SystemTags
title: SystemTag: $:/tags/ViewToolbar
type: text/vnd.tiddlywiki
The [[system tag|SystemTags]] `$:/tags/ViewToolbar` marks the view mode tiddler toolbar