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

Table Name Description
qatt.ReferenceCalendar The 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_markdown_notes Uses a cached collection of the markdown notes with some properties made available at the top level of the note object as columns.
obsidian_markdown_files Uses in the inbuilt collection of markdown files, it calls vault.getMarkdownFiles() on every query to ensure the collection is up to date
obsidian_markdown_lists Uses a cached collection of all list items from all notes in the vault.
obsidian_markdown_tasks Uses a cached collection of all task items from all notes in the vault.
dataview_pages This is same as using pages as a data source in Dataview
dataview_tasks This is a in memory collection of tasks based off Dataview pages. Details below.
dataview_lists This is a in memory collection of all list items including list items that contain task markdown based off DataView pages. Details Below

Table of contents