From 4ebaba8e89b93cc94cb96661286a1a92ab6ebfb9 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Mon, 23 Oct 2023 10:13:32 +0100 Subject: [PATCH] Tweak wording --- editions/prerelease/tiddlers/Release 5.3.2.tid | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/editions/prerelease/tiddlers/Release 5.3.2.tid b/editions/prerelease/tiddlers/Release 5.3.2.tid index b21851cb6..17058d731 100644 --- a/editions/prerelease/tiddlers/Release 5.3.2.tid +++ b/editions/prerelease/tiddlers/Release 5.3.2.tid @@ -17,18 +17,16 @@ description: Under development ``` <% if [match[Elephant]] %> It is an elephant +<% elseif [match[Giraffe]] %> + It is a giraffe <% else %> - <% if [match[Giraffe]] %> - It is a giraffe - <% else %> - It is completely unknown - <% endif %> + It is completely unknown <% endif %> ``` !! Explicit Templates for the ListWidget -<<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/7784">> support for `<$list-template>` and `<$list-empty>` as immediate children of the <<.wid "ListWidget">> widget to specify the list item template and/or the empty template. Note that the <<.attr "emptyMessage">> and <<.attr "template">> attributes take precedence if they are present. For example: +<<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/7784">> support for `<$list-template>` and `<$list-empty>` as immediate children of the <<.wid "ListWidget">> widget to specify the list item template and/or the empty template. For example: ``` <$list filter=<>> @@ -41,6 +39,8 @@ description: Under development ``` +Note that the <<.attr "emptyMessage">> and <<.attr "template">> attributes take precedence if they are present. + !! jsonset operator <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/7742">> [[jsonset Operator]] for setting values within JSON objects