Allow usage in .txt files? #3733
-
|
Is it possible to allow this plugin to work in .txt files? To make my notes as portable as possible I always use the .txt extension on all my notes. |
Beta Was this translation helpful? Give feedback.
Answered by
claremacrae
Jan 13, 2026
Replies: 1 comment 6 replies
-
|
No, and that will never be possible. Tasks used the Obsidian CachedMetada to parse files and find task lines. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
claremacrae
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, and that will never be possible.
Tasks used the Obsidian CachedMetada to parse files and find task lines.
And Obsidian only parses .md files.