%%
> [!summary] Related
> ```dataview
> LIST
> FROM ""
> WHERE contains(related, [[]]) OR contains(this.related, file.link)
> ```
%%
# Consistency
---
---
%%
# Reference
```dataview
LIST
FROM [[]] OR #consistency AND !outgoing([[]]) AND -"Templates"
WHERE file.name != this.file.name
SORT file.name ASC
```
---
# Archive
-
%%