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

Further improvements suggested by felixhayashi

This commit is contained in:
Astrid Elocson 2014-12-28 16:16:24 +00:00
parent 597a5fb2f2
commit e6ede67282

View File

@ -9,7 +9,8 @@ type: text/vnd.tiddlywiki
* [//x//] denotes an optional //x//
* (//x//)... denotes 1 or more instances of //x//
* Literal characters are `monospaced`
* Bullets indicate alternative possibilities
* Top-level bullets indicate alternative possibilities
* Second-level bullets are comments and clarifications
;filter
* ( [//whitespace//] [`+`|`-`] //run// )...
@ -28,15 +29,11 @@ type: text/vnd.tiddlywiki
* [`!`] //operator// //operand//
;operator
* [//keyword//] [//suffix//]
** Terminated by the `[` or `{` or `<` of the operand
** Keywords are drawn from a reserved list
** A suffix on its own implies the keyword `field`
* [//keyword//] [`:` //fieldname//]
** Keywords (`is`, `has`, `tag`, etc) are reserved names that identify filter functions
** A fieldname on its own implies the keyword `field`
** An entirely omitted operator defaults to `title`
;suffix
* `:` [//text//]
;operand
* `[` //text// `]`
** literal -- the text can contain anything but `]`