This is a simple python package that allows to add markdown notes to Taskwarrior tasks.
$ git clone https://github.com/Jimmy2027/TaskNote.git
$ cd TaskNote
$ pip install .
The package is made available in a portage overlay.
root@host $ emerge tasknote
Write a tasknote.toml file to ~/.config/tasknote.toml
, configuring the path to the tasknotes.
Example:
# ~/.config/tasknote.toml
notes_dir = "~/.local/share/tasknotes"
$ task add "this is a test"
Created task 1.
$ tasknote 1
# Creates the tasknote and opens the default editor
# Also adds a note emoji to the task description
Modifying task 1 '🗒 this is a test'.