mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-03-25 21:06:55 +00:00
Docs updates
This commit is contained in:
parent
f50e025f7c
commit
63ca67e0ea
@ -1,5 +1,5 @@
|
||||
title: TestingNewWikiText
|
||||
type: text/x-tiddlywiki-new
|
||||
type: text/x-tiddlywiki
|
||||
|
||||
! This is a heading
|
||||
|
||||
@ -15,6 +15,10 @@ This will be mono
|
||||
|
||||
And this will be {{{inline and monospaced}}} and `so will this` little bit.
|
||||
|
||||
Here is some ''bold face'', and __some underlining__ and of course some --strikethrough--.
|
||||
|
||||
Here's an unterminated ''bit of bold face.
|
||||
|
||||
Here is a macro <<list all>>
|
||||
|
||||
! This is a new heading
|
||||
|
@ -18,8 +18,10 @@ The mechanism is easiest to understand by first presenting some example filter s
|
||||
|`[[one][two][three]] [tag[tom]]` |Any of the tiddlers called `one`, `two` or `three` that exist, along with all of the source tiddlers that are tagged with `tom` |
|
||||
|`[tag[tom]] [tag[harry]] -[[one][two][three]]` |All tiddlers tagged either `tom` or `harry`, but excluding `one`, `two` and `three` |
|
||||
|
||||
{{{
|
||||
[[one]] [[two]] [tag[three]] -[[four]] +[sort[title]]
|
||||
[tag[important]] -[[one][two]] -[[three]] +[sort[-modified]limit[20]]
|
||||
}}}
|
||||
|
||||
A filter string consists of one or more filter operations, each comprising one or more filter operators with associated operands.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user