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

Docs: Fix typo in example filter

This commit is contained in:
Jermolene 2017-02-11 12:47:56 +00:00
parent 9e08aed8ad
commit 36c0af0fd4

View File

@ -14,7 +14,7 @@ In both cases, the characters `<>:"\|?*^ ` are replaced by `_` in order to guara
```
[is[system]removeprefix[$:/]addprefix[_system/]]
[tag[task][addprefix[mytasks/]]
[tag[task]addprefix[mytasks/]]
[!has[draft.of]]
```