SntTGR / obsidian-tw-task-wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:TypeScript 51.1%Language:Svelte 44.1%Language:JavaScript 4.8%