mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 00:56:17 +00:00
447494ad4d
* fix some typos in the ViewTolbar button docs * add missing fields to shadow. closes #5980
23 lines
864 B
Plaintext
23 lines
864 B
Plaintext
title: ShadowTiddlers
|
|
tags: Concepts
|
|
|
|
\define actions()
|
|
<$action-setfield $tiddler="$:/state/tab/moresidebar-1850697562" $field="text" $value="$:/core/ui/MoreSideBar/Shadows"/>
|
|
<$action-setfield $tiddler="$:/state/tab/sidebar--595412856" $field="text" $value="$:/core/ui/SideBar/More"/>
|
|
\end
|
|
\define click(text)
|
|
<$button actions=<<actions>>>$text$</$button>
|
|
\end
|
|
|
|
ShadowTiddlers are tiddlers that are loaded from within [[Plugins]]. Unlike ordinary tiddlers, they don't appear in most lists.
|
|
|
|
ShadowTiddlers can be overridden with an ordinary tiddler of the same name. If that tiddler is subsequently deleted then the original shadow tiddler is automatically restored.
|
|
|
|
!! Overridden Shadow Tiddlers
|
|
|
|
<<list-links "[is[tiddler]is[shadow]sort[title]]">>
|
|
|
|
!! Shadow Tiddlers
|
|
|
|
A full list of shadow tiddlers can be found in the sidebar in the "More" -> "Shadows" tab
|