jsTodoTxt
jsTodoTxt copied to clipboard
email addresses are parsed as contexts
If next branch is parsing this string Test [email protected] it will detect test.com as a context.
As a general rule you could include a space before to the @ in the expression pattern in order to avoid this.
Oof, good catch, I'll get that fixed up.
@jmhobbs same goes for projects. This text+notaproject will detect notaproject as a project, which of course should not be the case.