HeroBlackInk / ultimate-todoist-sync-for-obsidian

GNU General Public License v3.0
145 stars 20 forks source link

todoist tags not parsed from callouts #75

Open noltem opened 8 months ago

noltem commented 8 months ago

Hi,

I recently noticed that todoist tags are not parsed from callouts. (Nested) callouts introduce (an) additional angled bracket(s) at the beginning of a line. So far, the regular expressions for parsing the tasks assume either tabs or dashes to start the line.

Should be an easy fix to adapt the regular expressions.

Cheers, Marcus