1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-05 18:26:56 +00:00

[DOCS] Crosslink, then / else Operators, :then / :else Fiter Run Prefixes (#8949)

* [DOCS] Crosslink, then / else Operators, :then / :else Fiter Run Prefixes

* Update else Operator.tid

* Update Else Filter Run Prefix.tid

* Update then Filter Run Prefix.tid

* Update then Operator.tid
This commit is contained in:
Mario Pietsch 2025-02-14 15:46:39 +01:00 committed by GitHub
parent 0219af604b
commit f5a6ac9446
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 1 deletions

View File

@ -13,3 +13,7 @@ type: text/vnd.tiddlywiki
<<.from-version "5.1.20">> See [[Conditional Operators]] for an overview.
<<.operator-examples "else">>
Also see: [[then Operator]] | [[Then Filter Run Prefix]] and [[Else Filter Run Prefix]]

View File

@ -15,4 +15,6 @@ type: text/vnd.tiddlywiki
[[run|"Filter Run"]]
"""/>
This prefix has a [[Shortcut Filter Run Prefix]] symbol `~run`
This prefix has a [[Shortcut Filter Run Prefix]] symbol `~run`
Also see: [[Then Filter Run Prefix]] | [[then Operator]] and [[else Operator]]

View File

@ -36,3 +36,5 @@ The major difference between the <<.op then>> operator and a <<.op :then>> prefi
[[Then Filter Run Prefix (Examples)]]
Also see: [[Else Filter Run Prefix]] | [[then Operator]] and [[else Operator]]

View File

@ -15,3 +15,5 @@ type: text/vnd.tiddlywiki
<<.tip "The [[Then Filter Run Prefix]] has a similar purpose to the <<.op then>> operator. See its documentation for a comparison of usage.">>
<<.operator-examples "then">>
Also see: [[else Operator]] | [[Then Filter Run Prefix]] and [[Else Filter Run Prefix]]