We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to edit the text here:
It replaces the quotes (") with smart quotes (”) because that's what Steve Jobs would have wanted. Unfortunately, that is not valid JSON.
"
”
Anyway, the editor is here: https://github.com/twostraws/ControlRoom/blob/main/ControlRoom/Simulator%20UI/ControlScreens/AppView/AppView.swift#L125-L132
I'd add a modifier myself but it looks like there isn't one, at least not according to Stack Overflow.
The text was updated successfully, but these errors were encountered:
I wonder if we should do a simple string replace before triggering the push?
Sorry, something went wrong.
Hi everyone, any news on this? Or a work-around for disabling smart quotes? Thank you!
Got the same issue today, I'm thinking about string replace occurrence but do not have tested yet.
No branches or pull requests
When I try to edit the text here:
It replaces the quotes (
"
) with smart quotes (”
) because that's what Steve Jobs would have wanted. Unfortunately, that is not valid JSON.Anyway, the editor is here: https://github.com/twostraws/ControlRoom/blob/main/ControlRoom/Simulator%20UI/ControlScreens/AppView/AppView.swift#L125-L132
I'd add a modifier myself but it looks like there isn't one, at least not according to Stack Overflow.
The text was updated successfully, but these errors were encountered: