From ca96f7f62b11ad8f1fe8578996a4fc4186174b36 Mon Sep 17 00:00:00 2001 From: Mario Pietsch Date: Tue, 25 May 2021 23:19:09 +0200 Subject: [PATCH] contain the long list inside a div which is 50% of vertical height (#5385) --- .../tiddlers/concepts/ShadowTiddlers.tid | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/editions/tw5.com/tiddlers/concepts/ShadowTiddlers.tid b/editions/tw5.com/tiddlers/concepts/ShadowTiddlers.tid index 3e1336c1f..014bb5fe4 100644 --- a/editions/tw5.com/tiddlers/concepts/ShadowTiddlers.tid +++ b/editions/tw5.com/tiddlers/concepts/ShadowTiddlers.tid @@ -1,11 +1,19 @@ -title: ShadowTiddlers -tags: Concepts -modified: 201308091623 +\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=<>>$text$ +\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. -The current shadow tiddlers are: +!! Overridden Shadow Tiddlers -<$list filter="[all[shadows]sort[title]]"/> +<> + +!! Shadow Tiddlers + +A full list of shadow tiddlers can be found in the sidebar in the "More" -> "Shadows" tab