-
-
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
Enable/disable individual autocorrections/symbols or font styles #30
Comments
I do not think this would be that difficult to implement. Here and here are a couple of examples of what I believe you are describing (they both are using JQuery, but that should be easy to remove). Your AutomaticSettings library would then only need to store the disabled list, which would require similar changes to those needed for TinyWebEx/AutomaticSettings#15.
|
Would it be possible for auto superscript or subscript for text such as 10th or 1st (in thunderbird)? |
Yes, that would certainly be possible, at least for superscript. Please feel free to create a new issue for the feature request. |
Just created the new feature request. Thanks for considering! |
Background
I guess I already mentioned it somewhere, where we’ve introduced groups, that a “left/right selection” or so woudl be useful, so let’s track that here.
Possibly it could also be used for re-ordering in the future…
The problems could be:
For symbols:
For
Proposed solution
Two lists side-by-side, where you’d select one element and change the state from disabled to enabled by switching it to the other list. (I have no idea how that is called…)
Alternatives
Additional context
Maybe one could also add your own symbols at least in the future, similarly to how word processing editors do it (Word or LibreOffice), they have such an autocorrection dialog.
But this are just ideas, nothing I’d immediately do. Just collecting some ideas and upvotes here.
The text was updated successfully, but these errors were encountered: