1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Merge pull request #1861 from r1chard5mith/patch-4

changed the tag value used in the final example
This commit is contained in:
Jeremy Ruston 2015-07-03 09:47:47 +01:00
commit 6bf0bbe160

View File

@ -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>
```