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 note types |
dv | STRING | Custom dataview query |
relation | BOOLEAN | Whether this field is a relation |
subtypes | BOOLEAN | Whether to allow subtypes of the specified note type(s) |
Examples
type A {
fields {
parent: Note["A"]
deps: List[Note["A", "B", "C"]]
}
}
Picker
TODO