mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-08 03:36:38 +00:00
Docs update
This commit is contained in:
parent
28698690b3
commit
8ea00a05d3
@ -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)]]
|
||||
|
@ -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
|
||||
|
@ -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)]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user