Skip to content

To make it simpler to query data some in memory data tables have been created.

Table NameDescription
qatt.ReferenceCalendarThe reference calendar is used to help with date based management, you can directly query the table or use it to join to other data sources.
obsidian_notesUses a cached collection of the markdown notes with some properties made available at the top level of the note object as columns.
obsidian_listsUses a cached collection of all list items from all notes in the vault.
obsidian_tasksUses a cached collection of all task items from all notes in the vault.
dataview_pagesThis is same as using pages as a data source in Dataview
dataview_tasksThis is a in memory collection of tasks based off Dataview pages. Details below.
dataview_listsThis is a in memory collection of all list items including list items that contain task markdown based off DataView pages. Details Below