Deckard guide

Query blocks

Put a Deckard query in a deckard code fence to keep a live list inside a note. Deckard: Insert Query Block… writes one at the cursor from a saved or recent search, and Copy as live query block in a search page’s or the Task Board’s Export copies the page’s search as one:

```deckard sort=updated limit=10
tag = #project/atlas AND task = open
```

Or as a table of the tasks, with the columns you name:

```deckard view=table columns=due,priority,for sort=due
tag = #project/atlas AND is:open
```

A note's deckard query blocks beside the Markdown preview, which lists the tasks each query matches.

The fence is ordinary Markdown, so other editors and Git show the query text itself. Like any fenced code, a query block is not indexed, so tags written in a query are not counted as tag uses. Tag completion does run inside a query block, so typing # or @ there suggests indexed tags.


← Search pages and tag overviews · All topics · Home and Stats →