standard-notes-indent-editor icon indicating copy to clipboard operation
standard-notes-indent-editor copied to clipboard

Mobile doesn't have autocomplete/suggested

Open PaulBGD opened this issue 5 years ago • 2 comments

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.

PaulBGD avatar Jul 08 '20 06:07 PaulBGD

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.

MaxLap avatar Jul 08 '20 17:07 MaxLap

Gotcha.

PaulBGD avatar Jul 09 '20 19:07 PaulBGD