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:
parent
b20e011b66
commit
300bb572b3
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue