No description
Find a file
2026-06-14 11:15:12 -03:00
src feat: relative links, support for tasknote prefix in annotations and settings restructure 2026-04-13 14:06:36 -03:00
.editorconfig use LF instead of CRLF (#28) 2022-04-15 14:13:31 -04:00
.eslintignore fix .eslintignore (#48) 2023-01-19 10:06:51 -05:00
.eslintrc maintenance 2024-08-06 00:18:03 -03:00
.gitignore rebuild method 2024-11-19 11:15:39 -03:00
.npmrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
esbuild.config.mjs rebuild method 2024-11-19 11:15:39 -03:00
LICENSE.md license 2024-05-06 22:58:54 -03:00
manifest.json 1.3.0 2026-04-13 15:05:15 -03:00
package-lock.json Merge branch 'master' into dependabot/npm_and_yarn/picomatch-2.3.2 2026-06-14 11:15:05 -03:00
package.json Bump esbuild from 0.25.9 to 0.28.1 2026-06-14 07:47:04 +00:00
README.md Update README.md 2024-05-18 18:24:46 -03:00
tsconfig.json maintenance 2024-08-06 00:18:03 -03:00
version-bump.mjs add version bump script (#10) 2022-01-22 16:13:50 -05:00
versions.json 1.3.0 2026-04-13 15:05:15 -03:00

Taskwarrior obsidian task wiki

Small and simple markdown syntax for querying taskwarrior reports

2024-05-07_12-01-03

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

2024-05-07_12-11-51