Operator Type:
Operator Scope of Action:
Operator Purpose:
Data Type Returned:
Operator First Added:
Operator in Current Baseline:
Operator Last Altered:
Operator Has Optional Arguments:
Function [other Function type actions]
Item [operators of similar scope]
Query Boolean [other Query Boolean operators]
boolean test
v4.6.0
Baseline
As at baseline
indented(depthNum[, item])
Returns Boolean true
if the current note is depthNum levels below the root (i.e. target $OutlineDepth minus one). Where item is supplied, depthNum is instead tested against the number of outline levels between the current note and item (as opposed to root). This is essentially a way to test the $OutlineDepth of a note. Query:
indented(3)
is true
for any notes whose $OutlineDepth value is 4.
The item argument must be quoted unless an attribute reference. Ways to define item.
Legacy issues
This operator replaces the legacy #indented query operator.
See also—notes linking to here: