You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Android at least it doesn't correct words as I type or have suggestions for what I'm typing. Seems to treat it as a dumb input. It seems like it's an issue with the app, but I don't run into this with any of the other custom editors.
It also happens in a browser (Firefox Preview) on the demo.
The text was updated successfully, but these errors were encountered:
It depends on what the editor is built upon. If you try with the minimal markdown, you will have the same problem.
It's due to the system the editor is build upon (called CodeMirror). Its default system doesn't support the autocorrect. I found a way to have the auto-correct, but doing so bring other usability problems.
I'd like to have the feature, but I already spent a lot of time trying to fix this without breaking other things, so I've basically given up on having this feature. Maybe when CodeMirror finishes its full rewrite, it will be possibly to do this without breaking other things.
On Android at least it doesn't correct words as I type or have suggestions for what I'm typing. Seems to treat it as a dumb input. It seems like it's an issue with the app, but I don't run into this with any of the other custom editors.
It also happens in a browser (Firefox Preview) on the demo.
The text was updated successfully, but these errors were encountered: