diff --git a/editions/prerelease/tiddlers/system/DefaultTiddlers.tid b/editions/prerelease/tiddlers/system/DefaultTiddlers.tid index 66d1c9bab..1e50b3aef 100644 --- a/editions/prerelease/tiddlers/system/DefaultTiddlers.tid +++ b/editions/prerelease/tiddlers/system/DefaultTiddlers.tid @@ -2,11 +2,7 @@ created: 20131127215321439 modified: 20140912135951542 title: $:/DefaultTiddlers -[[TiddlyWiki Pre-release]] -HelloThere -[[Quick Start]] -[[Find Out More]] -[[TiddlyWiki on the Web]] -[[Testimonials and Reviews]] -GettingStarted -Community +[[$:/AdvancedSearch]] +[[inspect Operator]] +[[inspect-filter Macro]] +[[inspect-filter Macro (Examples)]] diff --git a/editions/tw5.com/tiddlers/filters/inspect Operator.tid b/editions/tw5.com/tiddlers/filters/inspect Operator.tid index ebdfaceaf..1e43cdde2 100644 --- a/editions/tw5.com/tiddlers/filters/inspect Operator.tid +++ b/editions/tw5.com/tiddlers/filters/inspect Operator.tid @@ -20,8 +20,9 @@ The JSON object contains the following properties: * `runs`: an array of objects, each of which represents a single run of the filter. Each object contains the following properties: ** `prefixName`: the name of the prefix operator that was used in this run ** `input`: the input titles passed to the prefix operator -** `operators`: an array of objects, each of which represents a single operator that was used in this run. Each object contains the following properties: -*** `operatorName`: the name of the operator -*** `operands`: an array of string operands passed to the operator -*** `input`: the input titles passed to the operator -*** `output`: the output titles resulting from evaluating the operator +** `operations`: an array of objects, each of which represents the evaluation of a single operation that was performed in this run. Each object contains the following properties: +*** `operators`: an array of objects, each of which represents a single operator that was used in this run. Each object contains the following properties: +**** `operatorName`: the name of the operator +**** `operands`: an array of string operands passed to the operator +**** `input`: the input titles passed to the operator +**** `output`: the output titles resulting from evaluating the operator diff --git a/editions/tw5.com/tiddlers/system/DefaultTiddlers.tid b/editions/tw5.com/tiddlers/system/DefaultTiddlers.tid index 7b9e94cbc..a712063ed 100644 --- a/editions/tw5.com/tiddlers/system/DefaultTiddlers.tid +++ b/editions/tw5.com/tiddlers/system/DefaultTiddlers.tid @@ -3,10 +3,7 @@ modified: 20140912135951542 title: $:/DefaultTiddlers type: text/vnd.tiddlywiki -HelloThere -[[Quick Start]] -[[Find Out More]] -[[TiddlyWiki on the Web]] -[[Testimonials and Reviews]] -GettingStarted -Community +[[$:/AdvancedSearch]] +[[inspect Operator]] +[[inspect-filter Macro]] +[[inspect-filter Macro (Examples)]]