From 5bf60cd26f835c92ca6bc4152eea80861b167872 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Tue, 17 Jan 2023 16:56:52 +0000 Subject: [PATCH] Remove some contractions that have crept in They do not belong in technical documentation --- editions/tw5.com/tiddlers/filters/indexes.tid | 2 +- editions/tw5.com/tiddlers/saving/Saving via WebDAV.tid | 2 +- editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/editions/tw5.com/tiddlers/filters/indexes.tid b/editions/tw5.com/tiddlers/filters/indexes.tid index 44b5fbf50..a65784118 100644 --- a/editions/tw5.com/tiddlers/filters/indexes.tid +++ b/editions/tw5.com/tiddlers/filters/indexes.tid @@ -11,7 +11,7 @@ op-output: all the property names or indices contained in the input data tiddler Each input title is processed in turn, and is ignored if it does not denote a [[data tiddler|DataTiddlers]]. The sorted list of property names is retrieved from the data tiddler and then [[dominantly appended|Dominant Append]] to the operator's output. -Note that behind the scenes, the name/value pairs in a dictionary tiddler are represented as a [[JSON object|JSONTiddlers]]. JSON objects do not maintain a guaranteed ordering and so we can’t reliably retain the ordering of the data in the file. +Note that behind the scenes, the name/value pairs in a dictionary tiddler are represented as a [[JSON object|JSONTiddlers]]. JSON objects do not maintain a guaranteed ordering and so we cannot reliably retain the ordering of the data in the file. Where the content of a tiddler is in JSON format with an array as its root, the <<.op indexes>> operator retrieves a selection of integer indices instead. diff --git a/editions/tw5.com/tiddlers/saving/Saving via WebDAV.tid b/editions/tw5.com/tiddlers/saving/Saving via WebDAV.tid index fe10ad98e..63959a1d6 100644 --- a/editions/tw5.com/tiddlers/saving/Saving via WebDAV.tid +++ b/editions/tw5.com/tiddlers/saving/Saving via WebDAV.tid @@ -34,7 +34,7 @@ Lightweight, portable and easy to use solutions * ~SharePoint / ~OneDrive for Windows ** Save your ~TiddlyWiki file with an `.aspx` extension ** Copy it to a ~SharePoint/~OneDrive for Business sync'd library -** As long as ~WebDAV hasn’t been disabled, renaming single-file wiki from .html to .aspx “just works” when stored in one of these folders +** As long as ~WebDAV has not been disabled, renaming single-file wiki from .html to .aspx “just works” when stored in one of these folders ** This //might// work with Mac also. !! OSX diff --git a/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid b/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid index 15d8b0a2f..d000cd975 100644 --- a/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid +++ b/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid @@ -54,7 +54,7 @@ The following tags are treated as 'void'. This means that `` is treated as * ``, ``, `
`, ``, ``, ``, `
`, ``, ``, ``, ``, ``, ``, ``, ``, `` -If you don’t close any other tag then it will behave as if the missing closing tag were at the end of the tiddler. +If you do not close any other tag then it will behave as if the missing closing tag were at the end of the tiddler. ! Attributes @@ -121,7 +121,7 @@ attr={{tiddler}} attr={{!!field}} attr={{tiddler!!field}} ``` -<<.warning "The attribute's value will be the exact text retrieved from the TextReference. Any wiki syntax in that text will be left as-is.">> +<<.warning "The value of the attribute value will be the exact text retrieved from the TextReference. Any wiki syntax in that text will be left as-is.">> !! Variable Attribute Values @@ -132,7 +132,7 @@ Variable attribute values are indicated with double angle brackets around a [[ma ... ``` -<<.warning "The text from the macro's definition will be retrieved and text substitution will be performed (i.e. <<.param $param$>> and <<.param $(...)$>> syntax). The attribute's value will be the resulting text. Any wiki syntax in that text (including further macro calls and variable references) will be left as-is.">> +<<.warning "The text from the definition of the macro will be retrieved and text substitution will be performed (i.e. <<.param $param$>> and <<.param $(...)$>> syntax). The value of the attribute value will be the resulting text. Any wiki syntax in that text (including further macro calls and variable references) will be left as-is.">> !! Filtered Attribute Values @@ -145,4 +145,4 @@ This example shows how to add a prefix to a value: ``` <$text text={{{ [addprefix[$:/myprefix/]] }}} /> ``` -<<.warning "The attribute's value will be the exact text from the first item in the resulting list. Any wiki syntax in that text will be left as-is.">> +<<.warning "The value of the attribute will be the exact text from the first item in the resulting list. Any wiki syntax in that text will be left as-is.">>