Note
An internal link. Filters note suggestions based either on their type or on custom dataview queries.
Parameters
Parameter | Value Type | Description |
---|---|---|
...positional | STRING | Allowed field types |
dv | STRING | Custom dataview query |
relation | BOOLEAN | Whether this field is a relation |
Examples
type A {
fields {
parent: Note["A"]
deps: List[Note["A", "B", "C"]]
}
}
Picker
TODO