josdejong / svelte-jsoneditor

A web-based tool to view, edit, format, repair, query, transform, and validate JSON

Home Page:https://jsoneditoronline.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow Spellcheck

Mehayes411 opened this issue · comments

Please provided a configuration option to allow spellcheck instead of expressly turning it off.

Thanks

Good point. We can indeed make that configurable. I think we could:

  1. disable spell check (current behavior)
  2. enable spell check for values only
  3. enable spell check for keys and values

Do you think there is need for this option (3): spell check on keys? I doubt it, and it would make the option easier if it is just a boolean for two options.

Anyone interested in implementing an option to enable spellcheck? Help would be welcome.