bevesce/TodoFlow

Please fix parentheses escaping in tag values

saf-dmitry opened this issue · 3 comments

Since release 3.2 TaskPaper app requires both ( and ) to be escaped with \ when used in tag values.

Can you give me couple of examples when this breaks things? I'm trying to write some tests but nothing comes to my mind.

Can you give me couple of examples when this breaks things?

In general, all the saved searches in document, which include parentheses as part of search query, i.e.:

@search(@today and not \(@done or @hold\))

It should work now. Thanks