mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 20:10:03 +00:00
Merge pull request #1279 from aelocson/patch-2
Give InfoPanel its own tiddler
This commit is contained in:
commit
e1138d94c9
13
editions/tw5.com/tiddlers/concepts/InfoPanel.tid
Normal file
13
editions/tw5.com/tiddlers/concepts/InfoPanel.tid
Normal file
@ -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'' - 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.
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user