System Tags
TiddlyWiki defines a small number of special tags that are used to indicate that tiddlers should be treated differently in some way:
Category:Using TiddlyWiki
Tagging Tags
By creating a tiddler named after a given tag (e.g. journal), tags themselves can be tagged as well (e.g. to hide them from the index in the sidebar tabs).
See Also
TiddlyWiki defines a small number of special tags that are used to indicate that tiddlers should be treated differently in some way:
| systemConfig | marks tiddlers containing JavaScript code that should be executed on startup (usually plugins or macros)} |
|---|---|
| systemConfigDisable | prevents tiddler contents from being executed on startup (takes precedence over <code>systemConfig</code> and <code>systemConfigForce</code>) |
| systemConfigForce | force tiddler contents to be executed on startup (irrespective of requirements like CoreVersion) |
| systemServer | indicates that the respective tiddler contains server details for importing |
systemTheme|indicates themes|
| excludeSearch | excludes a tiddler from search results |
|---|---|
| excludeLists | excludes a tiddler from the lists in the sidebar tabs (e.g. Timeline), as well as from the generated RSS feed |
| excludeMissing | excludes a tiddler from the processing that generates the Missing Tiddlers list |
Category:Using TiddlyWiki
Tagging Tags
By creating a tiddler named after a given tag (e.g. journal), tags themselves can be tagged as well (e.g. to hide them from the index in the sidebar tabs).
See Also