kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Docs tweaks
rodzic
148a4eea4d
commit
ce3832e275
|
|
@ -19,4 +19,3 @@ Set "Stacked" story view
|
||||||
<$action-setfield $tiddler="$:/view" text="classic"/>
|
<$action-setfield $tiddler="$:/view" text="classic"/>
|
||||||
Revert
|
Revert
|
||||||
</$button>
|
</$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`
|
;`\rules`
|
||||||
: for adjusting the set of rules used to parse the text
|
: for adjusting the set of rules used to parse the text
|
||||||
;`\whitespace trim` or `\whitespace notrim`
|
;`\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
|
title: lookup Operator
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
|
|
||||||
<<.from-version "5.1.14">>
|
<<.from-version "5.1.15">>
|
||||||
|
|
||||||
The action of this operator is as follows:
|
The action of this operator is as follows:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ tags: Variables [[Core Variables]] [[Configuration Variables]]
|
||||||
title: tv-filter-export-link Variable
|
title: tv-filter-export-link Variable
|
||||||
type: text/vnd.tiddlywiki
|
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>>
|
<<.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
|
# 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
|
#* 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
|
# 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`
|
# Otherwise, the target tiddler title is URI encoded to create the `href`
|
||||||
|
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue