taskwiki
taskwiki copied to clipboard
Hex color added to end of task line
- Create a markdown file
- Add a task: '* [ ] Test'
- Save
- SHIFT+A to append to end of line
RESULT: Hex color is appended to end of line:
- [ ] Test #7b1042b9
Why!??
This is intentional, it's how taskwiki stores taskwarrior task ids: https://github.com/tools-life/taskwiki/blob/7a74ad8ed3743142830ba29a599c7bd23dd2b158/doc/taskwiki.txt#L250-L254
Gotcha, thanks.
Would love to hide these from markdown-preview if anyone has any suggestions.