EpocDotFr / todotxtio

Simple Python module to parse, manipulate and write Todo.txt data
https://epocdotfr.github.io/todotxtio/
Other
15 stars 9 forks source link

Fix project/context detection if at beginning of line. #16

Open silver-dragon opened 4 years ago

silver-dragon commented 4 years ago

changed regex pattern to detect projects or contexts if they are proceeded by space or are at the beginning of the line.

Strubbl commented 4 years ago

works well for me :+1: