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 field types
dvSTRINGCustom dataview query
relationBOOLEANWhether this field is a relation

Examples

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

Picker

TODO