Skip to main content

Note

An internal link. Filters note suggestions based either on their type or on custom dataview queries.

Parameters

ParameterValue TypeDescription
...positionalSTRINGAllowed note types
dvSTRINGCustom dataview query
relationBOOLEANWhether this field is a relation
subtypesBOOLEANWhether to allow subtypes of the specified note type(s)

Examples

type A {
fields {
parent: Note["A"]
deps: List[Note["A", "B", "C"]]
}
}

Picker

TODO