1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-26 07:13:15 +00:00

Docs updates

This commit is contained in:
Jeremy Ruston 2012-06-05 14:41:43 +01:00
parent f50e025f7c
commit 63ca67e0ea
3 changed files with 10 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -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

View File

@ -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.