diff --git a/core/language/en-GB/Search.multids b/core/language/en-GB/Search.multids index 62d1a914d..987428164 100644 --- a/core/language/en-GB/Search.multids +++ b/core/language/en-GB/Search.multids @@ -1,7 +1,7 @@ title: $:/language/Search/ Filter/Caption: Filter -Filter/Hint: Search via a [[filter expression|http://tiddlywiki.com/static/TiddlerFilters.html]] +Filter/Hint: Search via a [[filter expression|http://tiddlywiki.com/static/Filters.html]] Filter/Matches: //<$count filter={{$:/temp/advancedsearch}}/> matches// Matches: //<$count filter="[!is[system]search{$:/temp/search}]"/> matches// Shadows/Caption: Shadows diff --git a/editions/tw5.com/tiddlers/concepts/TiddlerFilters.tid b/editions/tw5.com/tiddlers/concepts/Filters.tid similarity index 70% rename from editions/tw5.com/tiddlers/concepts/TiddlerFilters.tid rename to editions/tw5.com/tiddlers/concepts/Filters.tid index a32778935..302ae2854 100644 --- a/editions/tw5.com/tiddlers/concepts/TiddlerFilters.tid +++ b/editions/tw5.com/tiddlers/concepts/Filters.tid @@ -1,7 +1,7 @@ created: 20130827080000000 modified: 20140410103123179 -tags: concepts -title: TiddlerFilters +tags: Reference concepts +title: Filters type: text/vnd.tiddlywiki \define bulletList(filter) @@ -10,10 +10,10 @@ type: text/vnd.tiddlywiki Filters are used in TiddlyWiki to choose tiddlers by specifying simple match criteria. They are used by widgets like the ListWidget and the CountWidget to perform operations on multiple tiddlers at once. * [[Introduction to Filters]] is a step-by-step introduction to how filters are used -* [[TiddlerFilter Formal Grammar]] is a technical explanation of the filter syntax. +* [[Filter Formal Grammar]] is a technical explanation of the filter syntax. The most common filter operators are: -<> +<> -See FilterOperators gives a complete list of available filter operators +See FilterOperators for a complete list of available filter operators diff --git a/editions/tw5.com/tiddlers/concepts/PermaLinks.tid b/editions/tw5.com/tiddlers/concepts/PermaLinks.tid index ba942af3c..4861fb932 100644 --- a/editions/tw5.com/tiddlers/concepts/PermaLinks.tid +++ b/editions/tw5.com/tiddlers/concepts/PermaLinks.tid @@ -20,7 +20,7 @@ Note that double square brackets are not required around the target tiddler titl ! Story Permalinks -The permalink can also specify the story list of tiddlers that should be opened alongside the target tiddler as a [[TiddlerFilter|TiddlerFilters]]: +The permalink can also specify the story list of tiddlers that should be opened alongside the target tiddler as a [[TiddlerFilter|Filters]]: [[http://tiddlywiki.com/#TiddlerFields:Tiddlers TiddlerTags TiddlerFields ContentType]] diff --git a/editions/tw5.com/tiddlers/concepts/Plugins.tid b/editions/tw5.com/tiddlers/concepts/Plugins.tid index 86c95c24e..0e50b48b8 100644 --- a/editions/tw5.com/tiddlers/concepts/Plugins.tid +++ b/editions/tw5.com/tiddlers/concepts/Plugins.tid @@ -1,6 +1,8 @@ +created: 20140910215514237 +modified: 20140910215514237 +tags: concepts Reference title: Plugins -tags: concepts [[Advanced features]] -modified: 201308091623 +type: text/vnd.tiddlywiki A plugin in TiddlyWiki5 is a bundle of tiddlers packaged together as a single tiddler. Plugins are used to distribute optional, custom components for TiddlyWiki. diff --git a/editions/tw5.com/tiddlers/concepts/TextReference.tid b/editions/tw5.com/tiddlers/concepts/TextReference.tid index f9a4cfb02..f7256bd37 100644 --- a/editions/tw5.com/tiddlers/concepts/TextReference.tid +++ b/editions/tw5.com/tiddlers/concepts/TextReference.tid @@ -14,7 +14,7 @@ Text references are made up of several parts, most of which can be optional: Text references can be used in several places: -* As IndirectOperands within TiddlerFilters (eg, `<$list filter="[tag{MyTag!!name}]"/>`) +* As IndirectOperands within [[Filters]] (eg, `<$list filter="[tag{MyTag!!name}]"/>`) * As IndirectAttributes of an element or widget (eg, `<$widget attrib={{Title!!description}}/>`) * As the operand of a shortcut transclusion (eg, `{{MyTiddler!!title}}`) * As the `state` attribute of the RevealWidget and the LinkCatcherWidget diff --git a/editions/tw5.com/tiddlers/concepts/TiddlerLinks.tid b/editions/tw5.com/tiddlers/concepts/TiddlerLinks.tid index 435fd81cd..2e348ef48 100644 --- a/editions/tw5.com/tiddlers/concepts/TiddlerLinks.tid +++ b/editions/tw5.com/tiddlers/concepts/TiddlerLinks.tid @@ -12,7 +12,7 @@ Links are useful for modelling organic relationships between tiddlers, and parti The TiddlerInfoPanel lists incoming links to a tiddler in the tab ''References''. -TiddlerFilters can include the following [[filter operators|TiddlerFilters]] that work with links: +[[Filters]] can include the following filter operators that work with links: * `[links[]]` - returns the titles of the tiddlers that are linked from the currently selected tiddler(s) * `[backlinks[]]` - returns the titles of the tiddlers that link to the currently selected tiddler(s) diff --git a/editions/tw5.com/tiddlers/fields/ListField.tid b/editions/tw5.com/tiddlers/fields/ListField.tid index a23a842b9..6ebb55d59 100644 --- a/editions/tw5.com/tiddlers/fields/ListField.tid +++ b/editions/tw5.com/tiddlers/fields/ListField.tid @@ -7,6 +7,6 @@ type: text/vnd.tiddlywiki The `list` [[field of a tiddler|TiddlerFields]] is an optional feature that can be used to help structure your content. It is defined as an ordered sequence of tiddler titles, and it can be used in several ways: * The `list` field of a tiddler that is being used as a tag determines the ordering of the tiddlers that carry that tag - see TiddlerTags for details -* The `list` [[filter|TiddlerFilters]] selects the entries from a list -* The `listed` [[filter|TiddlerFilters]] selects the tiddlers that list the selected tiddler(s) +* The `list` [[filter|Filters]] selects the entries from a list +* The `listed` [[filter|Filters]] selects the tiddlers that list the selected tiddler(s) * The NavigatorWidget manipulates a StoryList tiddler containing a `list` field of the tiddlers that are displayed in the main story column diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator after.tid b/editions/tw5.com/tiddlers/filters/FilterOperator after.tid index e9b8de15d..76b37debb 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator after.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator after.tid @@ -1,7 +1,8 @@ created: 20140512103123179 modified: 20140512103123179 -tags: filters +tags: Filters title: FilterOperator: after +caption: after type: text/vnd.tiddlywiki The ''after'' filter operator returns the tiddler from the current list that is after the tiddler named in the operand. diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator all.tid b/editions/tw5.com/tiddlers/filters/FilterOperator all.tid index 280703c02..b1781aede 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator all.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator all.tid @@ -1,7 +1,8 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters commonfilters +tags: Filters CommonFilters title: FilterOperator: all +caption: all type: text/vnd.tiddlywiki The ''all'' filter operator is used to select combinations of lists of tiddlers for subsequent operations. diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator backlinks.tid b/editions/tw5.com/tiddlers/filters/FilterOperator backlinks.tid index 167ada71c..39141fc06 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator backlinks.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator backlinks.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters +caption: backlinks title: FilterOperator: backlinks type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator before.tid b/editions/tw5.com/tiddlers/filters/FilterOperator before.tid index 42ed5548f..aa6fc4888 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator before.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator before.tid @@ -1,6 +1,7 @@ created: 20140512103123179 modified: 20140512103123179 -tags: filters +tags: Filters +caption: before title: FilterOperator: before type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator bf.tid b/editions/tw5.com/tiddlers/filters/FilterOperator bf.tid index d1e4624f3..17056f1b2 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator bf.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator bf.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters +caption: bf title: FilterOperator: bf type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator butfirst.tid b/editions/tw5.com/tiddlers/filters/FilterOperator butfirst.tid index 434f2662f..f4d356f1c 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator butfirst.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator butfirst.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters +caption: butfirst title: FilterOperator: butfirst type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator butlast.tid b/editions/tw5.com/tiddlers/filters/FilterOperator butlast.tid index 82444c636..8e438c9b2 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator butlast.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator butlast.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters +caption: butlast title: FilterOperator: butlast type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator commands.tid b/editions/tw5.com/tiddlers/filters/FilterOperator commands.tid index 9aa4e62b8..cc40f17a1 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator commands.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator commands.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters +caption: commands title: FilterOperator: commands type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator each.tid b/editions/tw5.com/tiddlers/filters/FilterOperator each.tid index 48ecae316..0645a1946 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator each.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator each.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters +caption: each title: FilterOperator: each type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator eachday.tid b/editions/tw5.com/tiddlers/filters/FilterOperator eachday.tid index 2c1ce71a5..f5002b5b7 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator eachday.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator eachday.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters +caption: eachday title: FilterOperator: eachday type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator field.tid b/editions/tw5.com/tiddlers/filters/FilterOperator field.tid index feb54b162..3c80f59b9 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator field.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator field.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters commonfilters +tags: Filters CommonFilters +caption: field title: FilterOperator: field type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator first.tid b/editions/tw5.com/tiddlers/filters/FilterOperator first.tid index 374e651ef..5d497cd69 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator first.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator first.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters +caption: first title: FilterOperator: first type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator get.tid b/editions/tw5.com/tiddlers/filters/FilterOperator get.tid index 0b79e2287..51a000efa 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator get.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator get.tid @@ -1,6 +1,7 @@ created: 20140426183123179 modified: 20140426183123179 -tags: filters +tags: Filters +caption: get title: FilterOperator: get type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator has.tid b/editions/tw5.com/tiddlers/filters/FilterOperator has.tid index 0b9b56f7b..245f536b4 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator has.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator has.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters commonfilters +tags: Filters CommonFilters +caption: has title: FilterOperator: has type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator indexes.tid b/editions/tw5.com/tiddlers/filters/FilterOperator indexes.tid index 1185d966d..5a54ef334 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator indexes.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator indexes.tid @@ -1,7 +1,8 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters title: FilterOperator: indexes +caption: indexes type: text/vnd.tiddlywiki The ''indexes'' filter operator returns a list of all the property indexes found in the DataTiddlers in the current list. Tiddlers that are not DataTiddlers are ignored. diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator is.tid b/editions/tw5.com/tiddlers/filters/FilterOperator is.tid index 74865d495..19408c84b 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator is.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator is.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140418103123179 -tags: filters commonfilters +tags: Filters CommonFilters +caption: is title: FilterOperator: is type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator last.tid b/editions/tw5.com/tiddlers/filters/FilterOperator last.tid index 78ee7b35d..20459fd68 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator last.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator last.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters +caption: last title: FilterOperator: last type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator limit.tid b/editions/tw5.com/tiddlers/filters/FilterOperator limit.tid index f720a5d42..96bc6bb9a 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator limit.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator limit.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters commonfilters +tags: Filters CommonFilters +caption: limit title: FilterOperator: limit type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator links.tid b/editions/tw5.com/tiddlers/filters/FilterOperator links.tid index dab041c99..5302e270a 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator links.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator links.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters commonfilters +tags: Filters CommonFilters +caption: links title: FilterOperator: links type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator list.tid b/editions/tw5.com/tiddlers/filters/FilterOperator list.tid index 6a57e591e..d5870a281 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator list.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator list.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters +caption: list title: FilterOperator: list type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator listed.tid b/editions/tw5.com/tiddlers/filters/FilterOperator listed.tid index b8321418a..b008e317d 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator listed.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator listed.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140613103123179 -tags: filters +tags: Filters +caption: listed title: FilterOperator: listed type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator modules.tid b/editions/tw5.com/tiddlers/filters/FilterOperator modules.tid index 4258c6cc5..abc97a4d8 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator modules.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator modules.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters +caption: modules title: FilterOperator: modules type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator moduletypes.tid b/editions/tw5.com/tiddlers/filters/FilterOperator moduletypes.tid index 144963c6c..1919c5591 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator moduletypes.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator moduletypes.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters +caption: moduletypes title: FilterOperator: moduletypes type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator next.tid b/editions/tw5.com/tiddlers/filters/FilterOperator next.tid index 5ca1987f7..4d8e51b9b 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator next.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator next.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters +caption: next title: FilterOperator: next type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator nsort.tid b/editions/tw5.com/tiddlers/filters/FilterOperator nsort.tid index 972b382cc..3c6682c11 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator nsort.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator nsort.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters +caption: nsort title: FilterOperator: nsort type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator nsortcs.tid b/editions/tw5.com/tiddlers/filters/FilterOperator nsortcs.tid index e31723d78..afe5199bc 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator nsortcs.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator nsortcs.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters +caption: nsortcs title: FilterOperator: nsortcs type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator nth.tid b/editions/tw5.com/tiddlers/filters/FilterOperator nth.tid index 06293f2e7..ddebeb496 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator nth.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator nth.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters +caption: nth title: FilterOperator: nth type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator plugintiddlers.tid b/editions/tw5.com/tiddlers/filters/FilterOperator plugintiddlers.tid index 5c6cd611d..378251fe3 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator plugintiddlers.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator plugintiddlers.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters +caption: plugintiddlers title: FilterOperator: plugintiddlers type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator prefix.tid b/editions/tw5.com/tiddlers/filters/FilterOperator prefix.tid index fc846ad3d..41139bbb4 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator prefix.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator prefix.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters +caption: prefix title: FilterOperator: prefix type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator previous.tid b/editions/tw5.com/tiddlers/filters/FilterOperator previous.tid index cfea56e08..d3f6ef53b 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator previous.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator previous.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters +caption: previous title: FilterOperator: previous type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator regexp.tid b/editions/tw5.com/tiddlers/filters/FilterOperator regexp.tid index 5fa760db3..36bb1a78c 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator regexp.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator regexp.tid @@ -1,6 +1,7 @@ created: 20140909134102102 modified: 20140909134102102 -tags: filters +tags: Filters +caption: regexp title: FilterOperator: regexp type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator removeprefix.tid b/editions/tw5.com/tiddlers/filters/FilterOperator removeprefix.tid index 0448c92be..a3aebd3bd 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator removeprefix.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator removeprefix.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters +caption: removeprefix title: FilterOperator: removeprefix type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator removesuffix.tid b/editions/tw5.com/tiddlers/filters/FilterOperator removesuffix.tid index 670d4109e..b07a4e3d2 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator removesuffix.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator removesuffix.tid @@ -1,6 +1,7 @@ created: 20140828133830424 modified: 20140902145613329 -tags: filters +tags: Filters +caption: removesuffix title: FilterOperator: removesuffix type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator rest.tid b/editions/tw5.com/tiddlers/filters/FilterOperator rest.tid index 09addacb4..cf8e4c675 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator rest.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator rest.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters +caption: rest title: FilterOperator: rest type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator reverse.tid b/editions/tw5.com/tiddlers/filters/FilterOperator reverse.tid index 4ff1f93dc..7ef56acbd 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator reverse.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator reverse.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters +caption: reverse title: FilterOperator: reverse type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator sameday.tid b/editions/tw5.com/tiddlers/filters/FilterOperator sameday.tid index ba9249795..a9d1dce91 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator sameday.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator sameday.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters +caption: sameday title: FilterOperator: sameday type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator search.tid b/editions/tw5.com/tiddlers/filters/FilterOperator search.tid index 3002d9d18..a6e3c9f71 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator search.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator search.tid @@ -1,6 +1,7 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters commonfilters +tags: Filters CommonFilters +caption: search title: FilterOperator: search type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator shadowsource.tid b/editions/tw5.com/tiddlers/filters/FilterOperator shadowsource.tid index 05e89d3c0..a0b7eb7c4 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator shadowsource.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator shadowsource.tid @@ -1,7 +1,8 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters title: FilterOperator: shadowsource +caption: shadowsource type: text/vnd.tiddlywiki The ''shadowsource'' filter operator returns the titles of the plugin tiddlers containing any ShadowTiddlers in the current list. diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator sort.tid b/editions/tw5.com/tiddlers/filters/FilterOperator sort.tid index f705e613c..e00e9ff40 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator sort.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator sort.tid @@ -1,7 +1,8 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters commonfilters +tags: Filters CommonFilters title: FilterOperator: sort +caption: sort type: text/vnd.tiddlywiki The ''sort'' filter operator sorts the current list case insensitively (upper and lower case letters are considered equivalent), along the field specified in the operand (which defaults to `title`). Preceding the operator with `!` reverses the sort order. diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator sortcs.tid b/editions/tw5.com/tiddlers/filters/FilterOperator sortcs.tid index 6b37d60fc..932a0946a 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator sortcs.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator sortcs.tid @@ -1,7 +1,8 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters title: FilterOperator: sortcs +caption: sortcs type: text/vnd.tiddlywiki The ''sortcs'' filter operator sorts the current list case sensitively (upper and lower case letters are considered different), along the field specified in the operand (which defaults to `title`). Preceding the operator with `!` reverses the sort order. diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator suffix.tid b/editions/tw5.com/tiddlers/filters/FilterOperator suffix.tid index b154938d8..a82c9fca5 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator suffix.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator suffix.tid @@ -1,7 +1,8 @@ created: 20140828133830424 modified: 20140828133830424 -tags: filters +tags: Filters title: FilterOperator: suffix +caption: suffix type: text/vnd.tiddlywiki The ''suffix'' filter operator returns the titles in the current list that end with a specified suffix. If the ''suffix'' operator is preceded by `!` then it returns the titles that do not end with the specified suffix. diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator tag.tid b/editions/tw5.com/tiddlers/filters/FilterOperator tag.tid index 32c9788e4..f6acba4d2 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator tag.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator tag.tid @@ -1,7 +1,8 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters commonfilters +tags: Filters CommonFilters title: FilterOperator: tag +caption: tag type: text/vnd.tiddlywiki The ''tag'' filter operator returns the tiddlers in the current list that have the tag specified in the operand. Preceding the operator with `!` returns tiddlers that do not have the specified tag. diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator tagging.tid b/editions/tw5.com/tiddlers/filters/FilterOperator tagging.tid index fb72e2fc0..b2015a8c3 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator tagging.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator tagging.tid @@ -1,7 +1,8 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters title: FilterOperator: tagging +caption: tagging type: text/vnd.tiddlywiki The ''tagging'' filter operator returns all the tiddlers that are tagged by the tiddlers in the current list. diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator tags.tid b/editions/tw5.com/tiddlers/filters/FilterOperator tags.tid index 9eede9b3c..04e684d7c 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator tags.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator tags.tid @@ -1,7 +1,8 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters title: FilterOperator: tags +caption: tags type: text/vnd.tiddlywiki The ''tags'' filter operator returns all the tags present on the tiddlers in the current list. diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator title.tid b/editions/tw5.com/tiddlers/filters/FilterOperator title.tid index d49175628..f4a9780f9 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator title.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator title.tid @@ -1,7 +1,8 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters title: FilterOperator: title +caption: title type: text/vnd.tiddlywiki The ''title'' filter operator replaces the current list with the title specified in the operand. diff --git a/editions/tw5.com/tiddlers/filters/FilterOperator untagged.tid b/editions/tw5.com/tiddlers/filters/FilterOperator untagged.tid index a62e4b9fd..caac74ea4 100644 --- a/editions/tw5.com/tiddlers/filters/FilterOperator untagged.tid +++ b/editions/tw5.com/tiddlers/filters/FilterOperator untagged.tid @@ -1,7 +1,8 @@ created: 20140410103123179 modified: 20140410103123179 -tags: filters +tags: Filters title: FilterOperator: untagged +caption: untagged type: text/vnd.tiddlywiki The ''untagged'' filter operator selects from the current list any tiddlers that do not have any tags. diff --git a/editions/tw5.com/tiddlers/filters/Introduction to Filters.tid b/editions/tw5.com/tiddlers/filters/Introduction to Filters.tid index ecae50f8b..852a66f6c 100644 --- a/editions/tw5.com/tiddlers/filters/Introduction to Filters.tid +++ b/editions/tw5.com/tiddlers/filters/Introduction to Filters.tid @@ -4,7 +4,7 @@ tags: introduction title: Introduction to Filters type: text/vnd.tiddlywiki -A step by step introduction to how TiddlerFilters are used. +A step by step introduction to how [[Filters]] are used. You can experiment with tiddler filters by typing them into the "Filter" tab of the [[advanced search panel|$:/AdvancedSearch]]. @@ -28,7 +28,7 @@ Filter operators are used to select tiddlers based on some criteria. For example The word "tag" is the ''operator'' and "introduction" is the ''operand''. -See TiddlerFilters for a complete list of the available operators. +See [[Filters]] for a complete list of the available operators. !! Default Filter Operator diff --git a/editions/tw5.com/tiddlers/macros/ChangeCountMacro.tid b/editions/tw5.com/tiddlers/macros/ChangeCountMacro.tid index 0f58c0f39..30a8368ee 100644 --- a/editions/tw5.com/tiddlers/macros/ChangeCountMacro.tid +++ b/editions/tw5.com/tiddlers/macros/ChangeCountMacro.tid @@ -1,6 +1,6 @@ created: 20131228162825226 modified: 20131228163922307 -tags: macros Macros +tags: Macros title: ChangeCountMacro type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/macros/DumpVariablesMacro.tid b/editions/tw5.com/tiddlers/macros/DumpVariablesMacro.tid index 1a7a181af..2e09c1e3e 100644 --- a/editions/tw5.com/tiddlers/macros/DumpVariablesMacro.tid +++ b/editions/tw5.com/tiddlers/macros/DumpVariablesMacro.tid @@ -1,6 +1,6 @@ created: 20140908104107181 modified: 20140908104107181 -tags: macros Macros +tags: Macros title: DumpVariablesMacro type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/macros/MakeDataUriMacro.tid b/editions/tw5.com/tiddlers/macros/MakeDataUriMacro.tid index 0c99b7d00..fedff5394 100644 --- a/editions/tw5.com/tiddlers/macros/MakeDataUriMacro.tid +++ b/editions/tw5.com/tiddlers/macros/MakeDataUriMacro.tid @@ -1,6 +1,6 @@ created: 20131228163141555 modified: 20131228163843163 -tags: macros Macros +tags: Macros title: MakeDataUriMacro type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/nodejs/TiddlerFilter Formal Grammar.tid b/editions/tw5.com/tiddlers/nodejs/TiddlerFilter Formal Grammar.tid index 1673a52f9..a414b3d86 100644 --- a/editions/tw5.com/tiddlers/nodejs/TiddlerFilter Formal Grammar.tid +++ b/editions/tw5.com/tiddlers/nodejs/TiddlerFilter Formal Grammar.tid @@ -1,10 +1,10 @@ created: 20140210141217955 modified: 20140909134102102 tags: dev -title: TiddlerFilter Formal Grammar +title: Filter Formal Grammar type: text/vnd.tiddlywiki -TiddlerFilters follow a formal grammar that is presented here for users who are familiar with the notation. It isn't necessary to understand this grammar in order to write your own filter expressions. +[[Filters]] follow a formal grammar that is presented here for users who are familiar with the notation. It isn't necessary to understand this grammar in order to write your own filter expressions. ''<filter-string>'' ::= ''<opt-whitespaces>'' ''<filter-operand>'' | ''<opt-whitespaces>'' ''<filter-operand>'' ''<filter-string>'' diff --git a/editions/tw5.com/tiddlers/reference/Bookmarklets.tid b/editions/tw5.com/tiddlers/reference/Bookmarklets.tid index 0439e7b1f..e4aeb0bc2 100644 --- a/editions/tw5.com/tiddlers/reference/Bookmarklets.tid +++ b/editions/tw5.com/tiddlers/reference/Bookmarklets.tid @@ -1,5 +1,7 @@ +created: 20140908141500000 +modified: 20140910215622727 +tags: Reference title: Bookmarklets -tags: [[Advanced features]] toc-link: no -created: 201409081415 -modified: 201409081415 +type: text/vnd.tiddlywiki + diff --git a/editions/tw5.com/tiddlers/reference/Editions.tid b/editions/tw5.com/tiddlers/reference/Editions.tid index a8deaed55..19a639ec9 100644 --- a/editions/tw5.com/tiddlers/reference/Editions.tid +++ b/editions/tw5.com/tiddlers/reference/Editions.tid @@ -1,5 +1,7 @@ +created: 20140908141300000 +modified: 20140910215613444 +tags: Reference title: Editions -tags: [[Advanced features]] -created: 201409081413 -modified: 201409081413 toc-link: no +type: text/vnd.tiddlywiki + diff --git a/editions/tw5.com/tiddlers/reference/Filters.tid b/editions/tw5.com/tiddlers/reference/Filters.tid deleted file mode 100644 index d4c300b31..000000000 --- a/editions/tw5.com/tiddlers/reference/Filters.tid +++ /dev/null @@ -1,5 +0,0 @@ -title: Filters -tags: [[Advanced features]] -toc-link: no -created: 201409081307 -modified: 201409081307 diff --git a/editions/tw5.com/tiddlers/reference/Widgets.tid b/editions/tw5.com/tiddlers/reference/Widgets.tid index 857ccc7ac..8884ff42c 100644 --- a/editions/tw5.com/tiddlers/reference/Widgets.tid +++ b/editions/tw5.com/tiddlers/reference/Widgets.tid @@ -1,5 +1,7 @@ +created: 20140908130500000 +modified: 20140910215453457 +tags: Reference title: Widgets -tags: [[Advanced features]] toc-link: no -created: 201409081305 -modified: 201409081305 +type: text/vnd.tiddlywiki + diff --git a/editions/tw5.com/tiddlers/tocproject/Advanced features.tid b/editions/tw5.com/tiddlers/tocproject/Advanced features.tid deleted file mode 100644 index 2c26420f8..000000000 --- a/editions/tw5.com/tiddlers/tocproject/Advanced features.tid +++ /dev/null @@ -1,6 +0,0 @@ -title: Advanced features -tags: TableOfContents -toc-link: no -created: 201409041030 -modified: 201409041030 - diff --git a/editions/tw5.com/tiddlers/widgets/CountWidget.tid b/editions/tw5.com/tiddlers/widgets/CountWidget.tid index 79220e5ce..17a333249 100644 --- a/editions/tw5.com/tiddlers/widgets/CountWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/CountWidget.tid @@ -5,7 +5,7 @@ tags: widget ! Introduction -The count widget displays the number of matches to a specified [[filter expression|TiddlerFilters]]. +The count widget displays the number of matches to a specified [[filter expression|Filters]]. ! Content and Attributes diff --git a/editions/tw5.com/tiddlers/widgets/ImportVariablesWidget.tid b/editions/tw5.com/tiddlers/widgets/ImportVariablesWidget.tid index 5465c037e..3a6e8d65b 100644 --- a/editions/tw5.com/tiddlers/widgets/ImportVariablesWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/ImportVariablesWidget.tid @@ -19,7 +19,7 @@ All the macros defined in tiddlers with the tag "mySpecialMacros" are available The content of the importvariables widget is the scope within which the imported variable definitions are available. |!Attribute |!Description | -|filter |[[Tiddler filter|TiddlerFilters]] defining the tiddlers from which macro definitions will be imported | +|filter |[[Tiddler filter|Filters]] defining the tiddlers from which macro definitions will be imported | ! Global Macros diff --git a/editions/tw5.com/tiddlers/widgets/ListWidget.tid b/editions/tw5.com/tiddlers/widgets/ListWidget.tid index 74880db7e..2f91280eb 100644 --- a/editions/tw5.com/tiddlers/widgets/ListWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/ListWidget.tid @@ -5,7 +5,7 @@ title: ListWidget ! Introduction -The list widget displays a sequence of tiddlers that match a [[tiddler filter|TiddlerFilters]]. It can be used for many purposes: +The list widget displays a sequence of tiddlers that match a [[tiddler filter|Filters]]. It can be used for many purposes: * Displaying custom lists of links, like in TiddlyWiki5's sidebar * Custom lists, such as "all tiddlers tagged 'task' that are not tagged 'done'" diff --git a/editions/tw5.com/tiddlers/wikitext/Transclusion in WikiText.tid b/editions/tw5.com/tiddlers/wikitext/Transclusion in WikiText.tid index 525e5ec94..e98af8bd0 100644 --- a/editions/tw5.com/tiddlers/wikitext/Transclusion in WikiText.tid +++ b/editions/tw5.com/tiddlers/wikitext/Transclusion in WikiText.tid @@ -17,7 +17,7 @@ You can also use a TextReference instead of a tiddler title: * `{{MyTiddler##index}}` transcludes a specified indexed property of a [[DataTiddler|DataTiddlers]] * `{{##index}}` transcludes a specified indexed property of the current [[DataTiddler|DataTiddlers]] -A similar syntax can be used to transclude a list of tiddlers matching a specified [[TiddlerFilter|TiddlerFilters]]: +A similar syntax can be used to transclude a list of tiddlers matching a specified [[filter|Filters]]: ``` {{{ [tag[mechanism]] }}} diff --git a/languages/de-DE/Search.multids b/languages/de-DE/Search.multids index e3734366f..47b790260 100644 --- a/languages/de-DE/Search.multids +++ b/languages/de-DE/Search.multids @@ -1,7 +1,7 @@ title: $:/language/Search/ Filter/Caption: Filter -Filter/Hint: Suche mit [["filter expression"|http://tiddlywiki.com/static/TiddlerFilters.html]]. +Filter/Hint: Suche mit [["filter expression"|http://tiddlywiki.com/static/Filters.html]]. Filter/Matches: //<$count filter="[!is[system]search{$:/temp/search}]"/> Treffer// Matches: //<$count filter="[!is[system]search{$:/temp/search}]"/> Treffer// Shadows/Caption: Schatten diff --git a/languages/fr-FR/Search.multids b/languages/fr-FR/Search.multids index b9c11f73a..efb30a3bd 100644 --- a/languages/fr-FR/Search.multids +++ b/languages/fr-FR/Search.multids @@ -1,7 +1,7 @@ title: $:/language/Search/ Filter/Caption: Filtres -Filter/Hint: Recherche via une combinaison de [[filtres|http://tiddlywiki.com/static/TiddlerFilters.html]] +Filter/Hint: Recherche via une combinaison de [[filtres|http://tiddlywiki.com/static/Filters.html]] Filter/Matches: //<$count filter={{$:/temp/advancedsearch}}/> correspondances// Matches: //<$count filter="[!is[system]search{$:/temp/search}]"/> correspondances// Shadows/Caption: Shadows diff --git a/languages/it-IT/Search.multids b/languages/it-IT/Search.multids index 9e47d2a66..9bab68559 100644 --- a/languages/it-IT/Search.multids +++ b/languages/it-IT/Search.multids @@ -2,7 +2,7 @@ title: $:/language/Search/ Advanced/Matches: //<$count filter={{$:/temp/advancedsearch}}/> Corrispondenze// Filter/Caption: Filtro -Filter/Hint: Cerca attraverso un [[filtro|http://tiddlywiki.com/static/TiddlerFilters.html]] +Filter/Hint: Cerca attraverso un [[filtro|http://tiddlywiki.com/static/Filters.html]] Matches: //<$count filter="[!is[system]search{$:/temp/search}]"/> Corrispondenze// Shadows/Caption: Nascosti Shadows/Hint: Cerca frammenti nascosti diff --git a/languages/ja-JP/Search.multids b/languages/ja-JP/Search.multids index cd02834a7..b499f4a77 100644 --- a/languages/ja-JP/Search.multids +++ b/languages/ja-JP/Search.multids @@ -2,7 +2,7 @@ title: $:/language/Search/ Advanced/Matches: //<$count filter={{$:/temp/advancedsearch}}/> 件の一致// Filter/Caption: フィルター -Filter/Hint: [[フィルタの書式|http://tiddlywiki.com/static/TiddlerFilters.html]] を参照 +Filter/Hint: [[フィルタの書式|http://tiddlywiki.com/static/Filters.html]] を参照 Matches: //<$count filter="[!is[system]search{$:/temp/search}]"/> 件の一致// Shadows/Caption: 隠し Shadows/Hint: 隠し tiddler を検索 diff --git a/languages/zh-Hans/Search.multids b/languages/zh-Hans/Search.multids index a8553843a..20773a98e 100644 --- a/languages/zh-Hans/Search.multids +++ b/languages/zh-Hans/Search.multids @@ -1,7 +1,7 @@ title: $:/language/Search/ Filter/Caption: 筛选 -Filter/Hint: 以[[筛选表达式|http://tiddlywiki.com/static/TiddlerFilters.html]]查找 +Filter/Hint: 以[[筛选表达式|http://tiddlywiki.com/static/Filters.html]]查找 Filter/Matches: //<$count filter={{$:/temp/advancedsearch}}/> 个条目符合条件// Matches: //<$count filter="[!is[system]search{$:/temp/search}]"/> 个条目符合条件// Shadows/Caption: 默认 diff --git a/languages/zh-Hant/Search.multids b/languages/zh-Hant/Search.multids index af7bc5c33..23b63259e 100644 --- a/languages/zh-Hant/Search.multids +++ b/languages/zh-Hant/Search.multids @@ -1,7 +1,7 @@ title: $:/language/Search/ Filter/Caption: 篩選 -Filter/Hint: 以[[篩選表達式|http://tiddlywiki.com/static/TiddlerFilters.html]]搜尋 +Filter/Hint: 以[[篩選表達式|http://tiddlywiki.com/static/Filters.html]]搜尋 Filter/Matches: //<$count filter={{$:/temp/advancedsearch}}/> 個條目符合條件// Matches: //<$count filter="[!is[system]search{$:/temp/search}]"/> 個條目符合條件// Shadows/Caption: 預設