From cbc20a40de3d8cdb71c00c119cce53c8bd0b9d4f Mon Sep 17 00:00:00 2001 From: Astrid Elocson Date: Tue, 23 Dec 2014 00:12:08 +0000 Subject: [PATCH 1/3] Give InfoPanel its own tiddler --- .../tw5.com/tiddlers/workingwithtw/Using links to navigate.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/workingwithtw/Using links to navigate.tid b/editions/tw5.com/tiddlers/workingwithtw/Using links to navigate.tid index 9a1a6abe7..824f93522 100644 --- a/editions/tw5.com/tiddlers/workingwithtw/Using links to navigate.tid +++ b/editions/tw5.com/tiddlers/workingwithtw/Using links to navigate.tid @@ -10,7 +10,7 @@ You can use links (normally displayed as blue text) to navigate from one tiddler * Each ''tag pill'' in your tiddler (such as the ''Working with ~TiddlyWiki'' tag pill below the title of this tiddler) contains a link to that tag's tiddler, as well as lists of all the tiddlers that carry that tag. This lets you go to any of those tiddlers. -* The ''InfoPanel'' of each tiddler - accessed by clicking the {{$:/core/images/info-button}} button in the {{$:/core/images/down-arrow}} dropdown list at the top of the tiddler - gives you access to four tabs containing additional lists of related tiddlers: +* The ''InfoPanel'' of each tiddler gives you access to four tabs containing additional lists of related tiddlers: ** The ''References'' tab lists all the tiddlers that link //to// the current tiddler. From efda54465ea460d75401227378eea7f068d42951 Mon Sep 17 00:00:00 2001 From: Astrid Elocson Date: Tue, 23 Dec 2014 00:31:54 +0000 Subject: [PATCH 2/3] Create InfoPanel tiddler --- editions/tw5.com/tiddlers/concepts/InfoPanel.tid | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 editions/tw5.com/tiddlers/concepts/InfoPanel.tid diff --git a/editions/tw5.com/tiddlers/concepts/InfoPanel.tid b/editions/tw5.com/tiddlers/concepts/InfoPanel.tid new file mode 100644 index 000000000..cc0378ceb --- /dev/null +++ b/editions/tw5.com/tiddlers/concepts/InfoPanel.tid @@ -0,0 +1,13 @@ +tags: Concepts Features +title: InfoPanel + +Each tiddler has a panel of additional information. To reveal it, click the {{$:/core/images/down-arrow}} button in the tiddler's toolbar and then choose {{$:/core/images/info-button}} ''info'' from the dropdown list. + +The info panel has the following tabs: + +* ''Tools'' - Offers buttons for various actions you can perform on the tiddler. The checkbox next to each button lets you promote an action to the tiddler's toolbar - this will affect all of the tiddlers in your wiki +* ''References'', ''Tagging'', ''List'' and ''Listed'' - Lists various kinds of related tiddlers. See [[Using links to navigate between tiddlers]] +* ''Fields'' - Lists all of the tiddler's [[fields|TiddlerFields]], except for ''text'' +* ''Advanced'' - Indicates whether the tiddler is a [[shadow|ShadowTiddlers]]. If it is, this tab reveals which plugin it comes from and whether it has been overridden by an ordinary tiddler + +To close the info panel, click anywhere outside it. From 1b61ad13d256403ed23a3c56417a788f44595ee0 Mon Sep 17 00:00:00 2001 From: Astrid Elocson Date: Tue, 23 Dec 2014 07:33:38 +0000 Subject: [PATCH 3/3] Clearer wording --- editions/tw5.com/tiddlers/concepts/InfoPanel.tid | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/editions/tw5.com/tiddlers/concepts/InfoPanel.tid b/editions/tw5.com/tiddlers/concepts/InfoPanel.tid index cc0378ceb..fe3325eab 100644 --- a/editions/tw5.com/tiddlers/concepts/InfoPanel.tid +++ b/editions/tw5.com/tiddlers/concepts/InfoPanel.tid @@ -5,9 +5,9 @@ Each tiddler has a panel of additional information. To reveal it, click the {{$: The info panel has the following tabs: -* ''Tools'' - Offers buttons for various actions you can perform on the tiddler. The checkbox next to each button lets you promote an action to the tiddler's toolbar - this will affect all of the tiddlers in your wiki -* ''References'', ''Tagging'', ''List'' and ''Listed'' - Lists various kinds of related tiddlers. See [[Using links to navigate between tiddlers]] -* ''Fields'' - Lists all of the tiddler's [[fields|TiddlerFields]], except for ''text'' -* ''Advanced'' - Indicates whether the tiddler is a [[shadow|ShadowTiddlers]]. If it is, this tab reveals which plugin it comes from and whether it has been overridden by an ordinary tiddler +* ''Tools'' - This offers buttons for various actions you can perform on the tiddler. The checkbox next to each button lets you promote an action to the tiddler's toolbar - this will affect all of the tiddlers in your wiki +* ''References'', ''Tagging'', ''List'' and ''Listed'' - These list various kinds of related tiddlers. See [[Using links to navigate between tiddlers]] +* ''Fields'' - This summarises all of the tiddler's [[fields|TiddlerFields]], except for ''text'' +* ''Advanced'' - This indicates whether the tiddler is a [[shadow|ShadowTiddlers]]. If it is, this also reveals which plugin it comes from and whether it has been overridden by an ordinary tiddler To close the info panel, click anywhere outside it.