1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

changed the tag value used in the final example

Because "Introduction" is no longer used on Tiddlywiki.com, so the example is a bit confusing
This commit is contained in:
Richard Smith 2015-07-03 14:09:59 +10:00
parent 3a7e29674b
commit f3d915f578

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