Vault To Do
Organization¶
- [ ] Use Cases
- [ ] Weekly Notes
 - [ ] A Person page (last contact, birthday, ...)
 
 
Queries¶
- [ ] Add the examples from the Dataview documentation (with back reference) for easy try-outs
 - [ ] Add the possibility to burn out dataview queries with markdownTable and templater (also here ) with a back reference, explanation and example code
 - [ ] Add the usage of Object.assign for duplicating entries into custom made groups and the metadata based groups as a variant - and try if dv.clone is a good alternative to Object.assign
 - [ ] Add a example of the different frontmatter possibilities (list, multiline, escaped links ("[[link]]") etc.) and how they get rendered in lists and tables: Frontmatter Overview
 - [ ] Add this thing about the earlierst and latest outlink I don't fully understand
 - [ ] Add this thing
 - [ ] Add grouped, nested tables
 - [ ] Add the dynamic query based on a tag in an inline field
 - [ ] Add an example about indexing through a link, see here
 - [ ] How to select or exclude the current file
 - [ ] Where is file.day coming from, how to set and how to use it
 - [ ] Add sum up number of pages fulfilling certain criteria
 - [ ] Add a page about transforming dates into a format dataview recognizes
 - [ ] Add List activity log from projects in daily note via a date header
 - [ ] Add student assignment overview
 - [ ] Add a page how to format dates with reference to https://moment.github.io/luxon/#/formatting?id=table-of-tokens (see also here)
 - [ ] Add a page about sub tasks and their behaviour
 - [ ] Add a page about flattening objects or nested list (see Example FLATTEN Queries#About flattening nested fields for the problem)
 
Unresolved links¶
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