1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-06 22:04:19 +00:00

Docs update

This commit is contained in:
Jeremy Ruston 2025-04-07 17:31:13 +01:00
parent 28698690b3
commit 8ea00a05d3
3 changed files with 14 additions and 20 deletions

View File

@ -2,11 +2,7 @@ created: 20131127215321439
modified: 20140912135951542 modified: 20140912135951542
title: $:/DefaultTiddlers title: $:/DefaultTiddlers
[[TiddlyWiki Pre-release]] [[$:/AdvancedSearch]]
HelloThere [[inspect Operator]]
[[Quick Start]] [[inspect-filter Macro]]
[[Find Out More]] [[inspect-filter Macro (Examples)]]
[[TiddlyWiki on the Web]]
[[Testimonials and Reviews]]
GettingStarted
Community

View File

@ -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: * `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 ** `prefixName`: the name of the prefix operator that was used in this run
** `input`: the input titles passed to the prefix operator ** `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: ** `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:
*** `operatorName`: the name of the 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:
*** `operands`: an array of string operands passed to the operator **** `operatorName`: the name of the operator
*** `input`: the input titles passed to the operator **** `operands`: an array of string operands passed to the operator
*** `output`: the output titles resulting from evaluating the operator **** `input`: the input titles passed to the operator
**** `output`: the output titles resulting from evaluating the operator

View File

@ -3,10 +3,7 @@ modified: 20140912135951542
title: $:/DefaultTiddlers title: $:/DefaultTiddlers
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
HelloThere [[$:/AdvancedSearch]]
[[Quick Start]] [[inspect Operator]]
[[Find Out More]] [[inspect-filter Macro]]
[[TiddlyWiki on the Web]] [[inspect-filter Macro (Examples)]]
[[Testimonials and Reviews]]
GettingStarted
Community