Skip to content

Add task overview to right section of editor #224

Answered by schemar
dasheck0 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey there, thank you for your input. Can you please be more specific about what isn't working?

Right now, what you could do:

  1. Create a file anywhere in your Vault (e.g. names Tasks.md)
  2. In that file, add a query for all your tasks, e.g.

(this is all that is in that file)

### Overdue
```tasks
not done
due before {{date:YYYY-MM-DD}}
```

### Due today
```tasks
not done
due on {{date:YYYY-MM-DD}}
```

### Due in the next two weeks
```tasks
not done
due after {{date:YYYY-MM-DD}}
due before {{date+14d:YYYY-MM-DD}}
```

### No due date
```tasks
not done
no due date
```
  1. Open the file in preview mode
  2. Drag the open file to the right-hand pane (in preview mode)

Now all your tasks are on the righ…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dasheck0
Comment options

Answer selected by schemar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants