mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Update docs for per-tiddler preview pane 3287cf56bb
This commit is contained in:
parent
3287cf56bb
commit
d77de61a06
@ -1,8 +1,10 @@
|
||||
title: Hidden Setting: Show Edit Preview per Tiddler
|
||||
tags: [[Hidden Settings]]
|
||||
created: 20211028083211182
|
||||
modified: 20211028083211182
|
||||
modified: 20211029090311444
|
||||
tags: [[Hidden Settings]]
|
||||
title: Hidden Setting: Show Edit Preview per Tiddler
|
||||
|
||||
The Tiddler Edit-Preview can be shown for all Tiddlers (no) or on a per-Tiddler basis (yes)
|
||||
Controls whether the [[tiddler editing preview|Text preview]] is controlled globally (the default) or on a per-tiddler basis.
|
||||
|
||||
Set it to ''yes'' to enable per-tiddler mode.
|
||||
|
||||
$:/config/ShowEditPreview/PerTiddler
|
||||
|
@ -1,9 +1,9 @@
|
||||
created: 20160817104110857
|
||||
modified: 20160817104802841
|
||||
modified: 20211029090145708
|
||||
tags: [[Editor toolbar]]
|
||||
title: Text preview
|
||||
|
||||
Pressing the eye icon {{$:/core/ui/EditorToolbar/preview}} will open or close a preview window for your WikiText (The icon-eye will also open or close).
|
||||
Pressing the eye icon {{$:/core/ui/EditorToolbar/preview}} will open or close a preview window showing the results of rendering the WikiText (the icon-eye will also open or close).
|
||||
|
||||
Right to the eye there is another icon, {{$:/core/images/chevron-down}}, which when clicked, shows you a dropdown which gives you access to six different types of preview:
|
||||
|
||||
@ -12,3 +12,7 @@ Right to the eye there is another icon, {{$:/core/images/chevron-down}}, which w
|
||||
* //parsetree// and //widgettree// show you the two object trees that ~TiddlyWiki internally generates from ~WikiText. The //parsetree// collects basic information about your ~WikiText. From the informations of the parsetree the //widgettree// then generates extended informations and finally the above html (and the widgettree also does other things).
|
||||
* //differences from current// shows you the differences since the tiddler was last saved. Deleted parts are <span style="color:red;">red</span>, added parts are <span style="color:green;">green</span>.
|
||||
* //differences from shadow (if any)// does the same, but this time it shows you the differences to the underlying [[shadow-tiddler|ShadowTiddlers]].
|
||||
|
||||
<<.tip "By default, the preview pane button controls whether the preview pane is displayed for all tiddlers that are open for editing. There is a [[hidden setting|Hidden Setting: Show Edit Preview per Tiddler]] to make the button work on a per-tiddler basis">>
|
||||
|
||||
<<.tip "The variable [[tv-tiddler-preview|tv-tiddler-preview Variable]] can be used to detect whether content is being displayed in the preview pane.">>
|
Loading…
Reference in New Issue
Block a user