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

Additional task filter matches more than expected #39

Closed Erik-Handeland closed 1 year ago

Erik-Handeland commented 1 year ago

Looks like you're using regex for tag matchings just wondering if this is intended behavior. I usually just use #t for my todo/tasks as it's shorter to write and takes up less space on each task line. However now if I have anyway other tag with start with t, its also gets caught.

image
ivan-lednev commented 1 year ago

Hello, @Erik-Handeland,

Yes, this behavior is intended. If you want to catch #t, but not, say, #tomorrow, you can use a pattern like this: #t\b