lingow / twchrome

MIT License
0 stars 0 forks source link

Allow specifying quoted strings in task creation #13

Closed lingow closed 4 years ago

lingow commented 4 years ago

Currently, every space separated word is treated as a token in task creation. This might not be ideal if it is intended to allow spaces as part of the token's payload, like in attachments (see #11) . Therefore, this effort would require to change the way the task creation tokens are generated.

It could help to use the quote identifying regexes found here: https://stackoverflow.com/questions/249791/regex-for-quoted-string-with-escaping-quotes