-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Need a way for user to override #13
Comments
A UI suggestion: if the user selects a converted glyph (or moves the cursor to one side of a converted glyph?) a tooltip-style popup could be displayed with “Undo change” as the only option. |
What about using This could get complicated… |
The whole concept of “escaping” isn't really something that non-technical people have a feeling for, which means you’d need explanatory text beside the point of text input. With an inline popup, there’s understanding from auto-correct conventions on platforms like iOS (and even Medium’s style editor thing). |
Completely agree about the tooltip override (and that was actually in our first prototype). I think that will be where we eventually head with this. But, it's also nice to have an alternative for when additional UI isn't possible or when it could be difficult to baseline (touch devices). In our current implementation with this, we don't have the option of leaning on additional UI, so we were trying to think of good alternatives for overriding. |
In that case, support for escaping makes good sense (and doesn’t prevent custom UI in the future). |
For some reason this popped back into my head today, while using MS Office 2010 at work. Yay! When it automagically changes It sometimes auto-formats bigger things, e.g. typing Food for thought, anyway. |
No idea the best flow for this. But open to suggestions.
The text was updated successfully, but these errors were encountered: