Home
Softono
obsidian-tw-task-wiki

obsidian-tw-task-wiki

Open source MIT Svelte
44
Stars
4
Forks
6
Issues
3
Watchers
1 month
Last Commit

About obsidian-tw-task-wiki

Small and simple task manager widget for obsidian and powered by taskwarrior.

Platforms

Web Self-hosted

Languages

Svelte

Links

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