mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-17 21:50:28 +00:00
Further improvements suggested by felixhayashi
This commit is contained in:
parent
597a5fb2f2
commit
e6ede67282
@ -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 `]`
|
||||
|
Loading…
Reference in New Issue
Block a user