tbabej / vit

Placeholder to demostrate issue porting for VIT.
0 stars 0 forks source link

[VT-119] Improve handling of quotes in task titles #118

Open tbabej opened 6 years ago

tbabej commented 6 years ago

Larry Hynes on 2015-04-17T21:07:04Z says:

I've been in touch with Scott about this via email and he felt that we might have a broader discussion here regarding vit's handling of quotes in task titles.

It seems that vit used to quote the entire title string, but that was removed to address [#114 | https://bug.tasktools.org/browse/VT-114] and [#111 | https://bug.tasktools.org/browse/VT-111].

I'm not sure what the best way to handle this is. As it stands I would be happy with a better error message, or better handling of the error message, but long-term I do think it would be great if vit could handle these cases without throwing an error.

tbabej commented 6 years ago

Migrated metadata:

Created: 2015-04-17T21:07:04Z
Modified: 2015-04-26T16:56:59Z
tbabej commented 6 years ago

Scott Kostyshak on 2015-04-22T17:25:12Z says:

Thanks for writing this up Larry. My idea is to have a .vitrc variable that contains the characters that the user wants to be escapted. For example, you could put a quote in there.

tbabej commented 6 years ago

Larry Hynes on 2015-04-26T16:56:59Z says:

That's a novel solution. I can see myself using it, and maybe putting '!' in there along with quotes. :)