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

Correct typo in sample tag name

This commit is contained in:
Astrid Elocson 2015-01-12 20:01:24 +00:00
parent f4005871b4
commit 35b99dccee

View File

@ -78,7 +78,7 @@ A <<doc-em sequence>> of runs will select the tiddlers that match <<doc-em any>>
If we want to ignore vegetarian recipes that serve 4, we can say this:
```
[serving[3]] [serving[4]!tag[vegetarian]] [serving[5]]
[serving[3]] [serving[4]!tag[Vegetarian]] [serving[5]]
```
By default, each run considers every tiddler in the wiki. But we can use a `+` sign to force a run to consider only the tiddlers that were selected by the preceding runs: