Docs tweaks

This commit is contained in:
Jermolene
2017-09-20 11:48:06 +01:00
parent 148a4eea4d
commit ce3832e275
7 changed files with 20 additions and 5 deletions
@@ -19,4 +19,3 @@ Set "Stacked" story view
<$action-setfield $tiddler="$:/view" text="classic"/>
Revert
</$button>
* [[Hierarchical system tiddler browser|$:/core/ui/MoreSideBar/Explore]]
@@ -0,0 +1,8 @@
caption: render
created: 20170919131752774
modified: 20170919131805871
tags: Commands
title: RenderCommand
type: text/vnd.tiddlywiki
{{$:/language/Help/render}}
@@ -0,0 +1,8 @@
caption: save
created: 20170919131738203
modified: 20170919131813069
tags: Commands
title: SaveCommand
type: text/vnd.tiddlywiki
{{$:/language/Help/save}}
@@ -15,4 +15,4 @@ The following pragmas are available:
;`\rules`
: for adjusting the set of rules used to parse the text
;`\whitespace trim` or `\whitespace notrim`
: Control whether whitespace is trimmed from the start and end of text runs (the default is ''notrim''). This setting can be useful when the whitespace generated by linebreaks disturbs formatting
: <<.from-version "5.1.15">> Control whether whitespace is trimmed from the start and end of text runs (the default is ''notrim''). This setting can be useful when the whitespace generated by linebreaks disturbs formatting
@@ -12,7 +12,7 @@ tags: [[Filter Operators]]
title: lookup Operator
type: text/vnd.tiddlywiki
<<.from-version "5.1.14">>
<<.from-version "5.1.15">>
The action of this operator is as follows:
@@ -5,7 +5,7 @@ tags: Variables [[Core Variables]] [[Configuration Variables]]
title: tv-filter-export-link Variable
type: text/vnd.tiddlywiki
The <<.def tv-filter-export-link>> [[variable|Variables]] controls the value of the `href` attribute on the HTML `a` element generated by the <<.wlink LinkWidget>> widget. If defined, it takes precedence over the [[tv-wikilink-template Variable]].
<<.from-version "5.1.15">> The <<.def tv-filter-export-link>> [[variable|Variables]] controls the value of the `href` attribute on the HTML `a` element generated by the <<.wlink LinkWidget>> widget. If defined, it takes precedence over the [[tv-wikilink-template Variable]].
<<.this-is-static-link-variable>>
@@ -66,7 +66,7 @@ The following process is used to generate the `href` attribute of the generated
# If <<.vlink tv-get-export-link>> is defined it is invoked to convert the target tiddler title to the `href` value
#* In practice, only a [[JavaScript macro|Macros]] can be used
# <<.from-version "5.1.14">> If <<.vlink tv-filter-export-link>> is defined it is interpreted as a filter that converts the target tiddler title to the `href` value
# <<.from-version "5.1.15">> If <<.vlink tv-filter-export-link>> is defined it is interpreted as a filter that converts the target tiddler title to the `href` value
# If <<.vlink tv-wikilink-template>> is defined it is treated as a specialised macro body that can perform limited conversion of the target tiddler title to the `href` value
# Otherwise, the target tiddler title is URI encoded to create the `href`