purpose select all data properties of the input titles (see output) input a selection of titles suffix the indexesoperator uses a rich suffix, see below for detailsparameter (optional) an index-path to a property in the data tiddler output the property names or indices found at the tiddler or path location provided (only immediate properties are returned if the ":root" suffix is used) Each input title is processed in turn, and is ignored if it does not denote a data tiddler. The list of property names is retrieved from the data tiddler (in no particular order) and then dominantly appended to the operator's output.
Where a tiddler's content is JSON, the
indexesoperator uses an extended syntax:[indexes:root[<path>]]
- root: a flag to only retrieve the immediate ("root") indexes from the tiddler or path location
- path: a slash-delimited index path (see the Read Me)
| purpose | select all data properties of the input titles (see output) |
|---|---|
| input | a selection of titles |
| suffix | the indexes operator uses a rich suffix, see below for details |
| parameter | (optional) an index-path to a property in the data tiddler |
| output | the immediate (root) property names or indices found at the tiddler or path location provided (all property paths are returned if the ":all" suffix is used) |
|---|
Each input title is processed in turn, and is ignored if it does not denote a data tiddler. The list of property names is retrieved from the data tiddler (in no particular order) and then dominantly appended to the operator's output.
Where a tiddler's content is JSON, the indexes operator uses an extended syntax:
[indexes:all[<path>]]https://joshuafontany.github.io/TW5-JsonMangler/
Best,
Joshua Fontany