mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-01 22:09:57 +00:00
Tweak wording
This commit is contained in:
parent
efaa8dd1e8
commit
4ebaba8e89
@ -17,18 +17,16 @@ description: Under development
|
|||||||
```
|
```
|
||||||
<% if [<animal>match[Elephant]] %>
|
<% if [<animal>match[Elephant]] %>
|
||||||
It is an elephant
|
It is an elephant
|
||||||
|
<% elseif [<animal>match[Giraffe]] %>
|
||||||
|
It is a giraffe
|
||||||
<% else %>
|
<% else %>
|
||||||
<% if [<animal>match[Giraffe]] %>
|
It is completely unknown
|
||||||
It is a giraffe
|
|
||||||
<% else %>
|
|
||||||
It is completely unknown
|
|
||||||
<% endif %>
|
|
||||||
<% endif %>
|
<% endif %>
|
||||||
```
|
```
|
||||||
|
|
||||||
!! Explicit Templates for the ListWidget
|
!! 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=<<filter>>>
|
<$list filter=<<filter>>>
|
||||||
@ -41,6 +39,8 @@ description: Under development
|
|||||||
</$list>
|
</$list>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note that the <<.attr "emptyMessage">> and <<.attr "template">> attributes take precedence if they are present.
|
||||||
|
|
||||||
!! jsonset operator
|
!! jsonset operator
|
||||||
|
|
||||||
<<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/7742">> [[jsonset Operator]] for setting values within JSON objects
|
<<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/7742">> [[jsonset Operator]] for setting values within JSON objects
|
||||||
|
Loading…
Reference in New Issue
Block a user