Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Spell Check?

Started by Muut Archive 10 years ago · 3 replies · 843 views
10 years ago

Anyone have a method for spell checking in the Grav editor?

10 years ago

That's not currently possible due to the nature of the CodeMirror editor we use. We are looking at some alternatives that would allow this, but that's not something that can be done quickly.

Anyway, we are aware, and want this feature for ourselves, so have patience :)

9 years ago

My workaround is this:
pop "$('textarea[name=data\[content\]]').show()" in the console. That shows the textarea underlying the editor. It's set to have spell check false which doesn't bother me as I'm using Grammarly and that still kicks in. If you rely on your browser you need to line of JS in the console.

When I'm done correcting I copy and paste the entire content of the textarea to the editor.

@rhuster: If that last bit was possible by JS than we could easily add the functionality in the editor nav to get a raw view with spell check and jump back with all changes. That would be awesome.

9 years ago

I meant: "two lines of JS", sorry
2nd one being: $('textarea[name=data\[content\]]').attr('spellcheck', 'true')

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1336 9 years ago
Archive · by Muut Archive, 9 years ago
2 926 9 years ago
Archive · by Muut Archive, 9 years ago
2 4056 9 years ago
Archive · by Muut Archive, 9 years ago
1 2941 9 years ago
Archive · by Muut Archive, 9 years ago
3 1112 9 years ago