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
Text replacements / expansions doesn't work on MacOS #15535
Comments
|
To help make it easier for us to investigate your issue, please follow the contributing guidelines. |
|
This is implemented in userland. |
|
@MarshallOfSound what's the reasoning behind that? (Other than FOSS developer scratching their itch in user land). Surely a field on a NSTextView is preferable to a library that is reinventing the system by looking into the system preferences, finding the list of substitutions, and doing the substitution in JS? Is it because of the underlying complexity of Chromium? |
|
@socksy Chromium doesn't use |
|
Thanks for the clarification! |
@MarshallOfSound, it looks like that ^ issue has been resolved and Chromium seems to support text substitutions on macOS now (see my comment above). Could this issue be re-opened as a feature request? Or, would you like me to open a new one? |
|
Would also like to see this added as a menu role, it seems the support is there in Chromium (and the substitutions do work even though the menu isn't present). |

on iOS and macOS there is a feature called Text replacements. If I type😊 , or if I typen@ it could expand to name@domain.com. It works in all applications, native or otherwise except Chrome and Electron apps (except Typora actually where it does work).
:)it could be replaced withWould it be possible to bypass what seems to be a chromium "bug" and still make it possible in Electron? I believe the native property is

automaticTextReplacementEnabledon the NSTextView class.The text was updated successfully, but these errors were encountered: