mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 01:20:30 +00:00
Merge pull request #1861 from r1chard5mith/patch-4
changed the tag value used in the final example
This commit is contained in:
commit
6bf0bbe160
@ -51,7 +51,7 @@ This form of the set variable widget chooses one of two specified values accordi
|
||||
This form of the set variable widget evaluates the filter and assigns the result to the variable as a space-separated list (using double square brackets for titles containing spaces).
|
||||
|
||||
```
|
||||
<$set name="myVariable" filter="[tag[Introduction]]">
|
||||
<$set name="myVariable" filter="[tag[HelloThere]]">
|
||||
<$text text=<<myVariable>>/>
|
||||
</$set>
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user