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

Enable spell checking in 'plain text' mode #1335

Open
pavelkostyurin opened this issue Sep 27, 2021 · 2 comments
Open

Enable spell checking in 'plain text' mode #1335

pavelkostyurin opened this issue Sep 27, 2021 · 2 comments

Comments

@pavelkostyurin
Copy link

pavelkostyurin commented Sep 27, 2021

Built-in Chrome Spellchecker works when page is edited in 'rich text' mode.
Although I can't figure out why it doesn't work in default, 'plain text' mode.

Any help would be appreciated!

@pavelkostyurin pavelkostyurin changed the title Enable spell checking in plain text' Enable spell checking in 'plain text' mode Sep 27, 2021
@pavelkostyurin
Copy link
Author

Seems like it requires a newer / customized version of CodeMirror which is used for 'plain text' mode.
https://stackoverflow.com/questions/12343922/codemirror-with-spell-checker

@tcnh
Copy link
Contributor

tcnh commented Oct 1, 2021

did some quick testing with my bootstrap-plus theme (as it overwrites fitnesse's default codemirror version with codemirror 5.52).
It's pretty trivial to enable it there, but it makes my pages look pretty red in edit mode. So I'd like to add a toggle to enable/disable the browser's built-in spellcheck.

To get this in vanilla fitnesse requires some more work (I don't know if upgrading might break rich text editor; as I removed that from my theme)

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

No branches or pull requests

2 participants