Skip to content

Vault To Do

Organization

  • [ ] Use Cases
    • [ ] Weekly Notes
    • [ ] A Person page (last contact, birthday, ...)

Queries

A note is referring to a non-existing file, probably to a file that explains something in detail. Find out the context of the unresolved link and see if you either can create the fitting file or exchange the dead link with a in-place explanation.

TABLE WITHOUT ID key AS "unresolved link", rows.file.link AS "referencing file"
FROM "20 Dataview Queries" OR "30 Dataview Resources"
FLATTEN file.outlinks as outlinks
WHERE !(outlinks.file) AND !(contains(meta(outlinks).path, "/"))
GROUP BY outlinks