Skip to content
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

Editors with third parties spell check compatibility / multi editors #696

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

rpeyron
Copy link
Contributor

@rpeyron rpeyron commented Dec 11, 2022

SimpleMDE is quite a nice markdown editor, but the way it works is not compatible with spell checkers browser extensions like the great LanguageTool. Also, SimpleMDE does not seem to be maintained anymore (and seems to get annoying dependencies as node-sass that does not seem to be compatible with node 16+).

So I tried two other editors:

  • TinyMDE (my favorite), quite simple but effective
  • Toast UI Editor a more complex editor, with interesting side by side editing or WYSIWYG editor, but still some issues with liquid or HTML syntax

And added the ability to switch between editors to get the most of it (also with textarea) ; you may for instance keep using SimpleMDE for editing, and switch to textarea just the time to do the spellcheck with LanguageTool or the browser extension you use.

I am aware this PR cannot be merged as is (notably because of deactivating tests, as it requires a lot of work to update) but let me know if you are interested in this feature and I may help to get something mergeable in the direction you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant