Link Search Menu Expand Document

Layout options

Table of contents
  1. Layout options
    1. Hiding Elements
    2. Short Mode

Hiding Elements

You can hide certain elements of the rendered list with the “hide” option.

The following options exist:

  • edit button
  • backlink
  • priority
  • start date
  • scheduled date
  • due date
  • done date
  • recurrence rule
  • task count

Example:

```tasks
no due date
path includes GitHub
hide recurrence rule
hide task count
hide backlink
```

Short Mode

In short mode, query results will only show the emojis, but not the concrete recurrence rule or dates. You can hover over the task to see the rule and dates in a tooltip.

The option is short mode.

Example:

```tasks
not done
short mode
```