I always struggle with special characters when using Quick Actions. I know the theory (e.g. Polar Sequences '['with Biosphere']' ), but it takes me a while to get there. Every single time.
So, I would suggest to either:
- Get rid of special characters handling in the Quick Actions box. Unless they're needed in some scenarios, but to be honest I've never encountered these. Happy to be contradicted. When would you need special handling of
[
or'
in this input field? - Use the more ubiquitous backslash escaping sequence, i.e.
[
would be escaped using\[
like in most other softwares.
Again, happy to be explained why the single-quoting escaping sequence is absolutely needed here. If I understand I might stand a better chance remember it!