When I try to edit the text here: <img width="648" alt="image of text editor on App tab" src="https://github.com/twostraws/ControlRoom/assets/109652/9de8a460-6a8b-4a10-a342-1a6724db2aef"> 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](https://stackoverflow.com/questions/66721935/swiftui-how-to-disable-the-smart-quotes-in-texteditor).