1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-15 18:09:55 +00:00

Adjust release version number

Just in case we decide to make a release before we merge #6666
This commit is contained in:
jeremy@jermolene.com 2022-09-02 18:12:25 +01:00
parent f82d15e55f
commit 418aab50a5
4 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ The suffix <<.place B>> is one of the following supported string formats:
|!Format |!Description | |!Format |!Description |
|^`date` |The input string is interpreted as a UTC date and displayed according to the DateFormat specified in the optional operator operand. (Defaults to "YYYY MM DD 0hh:0mm") | |^`date` |The input string is interpreted as a UTC date and displayed according to the DateFormat specified in the optional operator operand. (Defaults to "YYYY MM DD 0hh:0mm") |
|^`json` |<<.from-version "5.3.0">> The input string is interpreted as JSON and displayed with standard formatting. The optional operator operand specifies the number of spaces to use for indenting, or a string to use for indenting. Nothing is returned if the input string is not valid JSON | |^`json` |<<.from-version "5.2.4">> The input string is interpreted as JSON and displayed with standard formatting. The optional operator operand specifies the number of spaces to use for indenting, or a string to use for indenting. Nothing is returned if the input string is not valid JSON |
|^`relativedate` |The input string is interpreted as a UTC date and displayed as the interval from the present instant. Any operator parameters are ignored | |^`relativedate` |The input string is interpreted as a UTC date and displayed as the interval from the present instant. Any operator parameters are ignored |
|^`titlelist` |<<.from-version "5.2.0">> The input string wrapped in double square brackets if it contains a space. Appropriate for use in a [[title list|Title List]]. | |^`titlelist` |<<.from-version "5.2.0">> The input string wrapped in double square brackets if it contains a space. Appropriate for use in a [[title list|Title List]]. |

View File

@ -8,7 +8,7 @@ op-input: a selection of JSON strings
op-parameter: one or more indexes of the property to retrieve op-parameter: one or more indexes of the property to retrieve
op-output: the values of each of the retrieved properties op-output: the values of each of the retrieved properties
<<.from-version "5.3.0">> See [[JSON in TiddlyWiki]] for background. <<.from-version "5.2.4">> See [[JSON in TiddlyWiki]] for background.
The <<.op jsonget>> operator is used to retrieve values from JSON data. See also the following related operators: The <<.op jsonget>> operator is used to retrieve values from JSON data. See also the following related operators:

View File

@ -8,7 +8,7 @@ op-input: a selection of JSON strings
op-parameter: one or more indexes of the property to retrieve op-parameter: one or more indexes of the property to retrieve
op-output: the values of each of the retrieved properties op-output: the values of each of the retrieved properties
<<.from-version "5.3.0">> See [[JSON in TiddlyWiki]] for background. <<.from-version "5.2.4">> See [[JSON in TiddlyWiki]] for background.
The <<.op jsonindexes>> operator is used to retrieve the property names of JSON objects or the index names of JSON arrays. See also the following related operators: The <<.op jsonindexes>> operator is used to retrieve the property names of JSON objects or the index names of JSON arrays. See also the following related operators:

View File

@ -8,7 +8,7 @@ op-input: a selection of JSON strings
op-parameter: one or more indexes of the property whose type is to be retrieved op-parameter: one or more indexes of the property whose type is to be retrieved
op-output: the types of each of the retrieved properties op-output: the types of each of the retrieved properties
<<.from-version "5.3.0">> See [[JSON in TiddlyWiki]] for background. <<.from-version "5.2.4">> See [[JSON in TiddlyWiki]] for background.
The <<.op jsontype>> operator is used to retrieve the type of a property in JSON data. See also the following related operators: The <<.op jsontype>> operator is used to retrieve the type of a property in JSON data. See also the following related operators: