mirror of
https://github.com/snttgr/obsidian-tw-task-wiki.git
synced 2026-07-22 10:10:33 +00:00
No description
|
|
||
|---|---|---|
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE.md | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Taskwarrior obsidian task wiki
Small and simple markdown syntax for querying taskwarrior reports
Inspired by taskwiki and tq-obsidian
Caution
This pluging runs the configured taskwarrior binary with arbitrary arguments. Make sure you trust your vault notes.
Usage
Use the tw codeblock language
```tw
<report>
[<filters>]
[<template>]
```
template and filters parameters are optional
The template parameter gives new tasks created with this report specified default values
Hold Alt to delete tasks
Click on a task row to modify it
Example
list
project:taskwarrior +work scheduled.after:socw-1hour
equivalent to task list project:taskwarrior +work scheduled.after:socw-1hour