Queries are placeholders for dynamic content in Markdown. The result of the query is calculated and displayed dynamically at runtime, whereby only the query syntax and not the result is stored in the Markdown file on disk.
Queries are particularly suitable for three problems:
- Content that changes continuously over time and where the references should be dynamically adapted across all pages. For example, "Which todos for the tag "myTag" are not yet completed?" or "which subpages does the page myTag have?".
- Content that is not stored in the Markdown file, but should be displayed in the Markdown file. For example, "Insert the content of the file myFile.asdf as a code block" or "Insert the content of the file myFile.mp4 as a video".
- Content that is not supported by the Markdown standard, but should be displayed in the Markdown file. For example, " Insert a video" or "Insert an audio file".
Currently,all queries must be inserted exactly as described. Parameters cannot yet be swapped or omitted.
Query Boards
Create and configure kanban-style boards from your blocks
Plot Page Properties
Query your page-properties in your journal and create plots
Query Blocks
Inserts a blocks, that contain a certain tag.
Query Page Hierarchy
Query the hierarchies of your wiki pages
Query Todo Progess
Query the progress of your todos
Query Todo
Query your todos - Display them as interactive list, emojii-styled flat list or count
Query Assets
Display the content of an asset file (text, code, video, audio) inline in the markdown block.