Merge pull request #1861 from r1chard5mith/patch-4

changed the tag value used in the final example
print-window-tiddler
Jeremy Ruston 2015-07-03 09:47:47 +01:00
commit 6bf0bbe160
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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). 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>>/> <$text text=<<myVariable>>/>
</$set> </$set>
``` ```