ivan-lednev / obsidian-task-archiver

Archive completed tasks in your Obsidian vault (plus other org-mode-like features)
MIT License
109 stars 12 forks source link

Tasks under Headings with the name of the current file don't appear to be detected at all #77

Open devzero opened 8 months ago

devzero commented 8 months ago

Repro steps:

Create a new file with a filename "foobar"

in that file, create a task under a heading with the word foobar in it: """

the word foobar

"""

The completed task above will not be matched on and the task will be ignored. If I change one byte in the filename of the header, the task will be archived properly