task: Fix taskopen note naming regression

Fixed taskopen looking for `.txt` extension notes when so far we only
used `.md` extension notes instead. This switches it back.
This commit is contained in:
Marty Oehme 2022-07-08 22:28:00 +02:00
parent b20e011b66
commit 300bb572b3
Signed by: Marty
GPG key ID: B7538B8F50A1C800

View file

@ -4,7 +4,7 @@ path_ext = /usr/share/taskopen/scripts
[Actions]
notes.regex = "Note"
notes.command = "$EDITOR ${XDG_DATA_HOME:-~/.local/share}/task/notes/$UUID.txt"
notes.command = "$EDITOR ${XDG_DATA_HOME:-~/.local/share}/task/notes/$UUID.md"
[CLI]