jsTodoTxt icon indicating copy to clipboard operation
jsTodoTxt copied to clipboard

email addresses are parsed as contexts

Open ransome1 opened this issue 2 years ago • 2 comments

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.

ransome1 avatar Oct 18 '23 18:10 ransome1

Oof, good catch, I'll get that fixed up.

jmhobbs avatar Oct 19 '23 22:10 jmhobbs

@jmhobbs same goes for projects. This text+notaproject will detect notaproject as a project, which of course should not be the case.

ransome1 avatar Jan 27 '24 09:01 ransome1