From 06cbc45dfa1d1fe519e8de179ecf828133ee65f8 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 1 Nov 2014 08:42:34 +0000 Subject: [PATCH] Wrap page control previews in position:relative Fixes #1031 --- core/ui/SideBar/Tools.tid | 4 ++++ editions/introduction/tiddlers/slides/TiddlyWiki.tid | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/core/ui/SideBar/Tools.tid b/core/ui/SideBar/Tools.tid index f5c62c96f..8d0568590 100644 --- a/core/ui/SideBar/Tools.tid +++ b/core/ui/SideBar/Tools.tid @@ -17,8 +17,12 @@ $:/config/PageControlButtons/Visibility/$(listItem)$ <$list filter="[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]" variable="listItem"> +
+ <$checkbox tiddler=<> field="text" checked="show" unchecked="hide" default="show"/> <$transclude tiddler=<>/> <$transclude tiddler=<> field="description"/> +
+ diff --git a/editions/introduction/tiddlers/slides/TiddlyWiki.tid b/editions/introduction/tiddlers/slides/TiddlyWiki.tid index c50199183..e0044f73c 100644 --- a/editions/introduction/tiddlers/slides/TiddlyWiki.tid +++ b/editions/introduction/tiddlers/slides/TiddlyWiki.tid @@ -2,6 +2,8 @@ created: 20141029161248510 modified: 20141029161417820 title: TiddlyWiki -~TiddlyWiki is a powerful notetaking tool that helps you collect and structure any kind of information and work with it to get stuff done. It's like a hypertext card index system from the future. +~TiddlyWiki is a powerful notetaking tool that helps you collect and structure any kind of information and work with it to get stuff done. + +It's like a hypertext card index system from the future. ~TiddlyWiki deals with information in bite-sized, linked chunks called [[Tiddlers]].