mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-06 09:34:27 -06:00
Update README.md
This commit is contained in:
parent
3c0ea3f319
commit
e9f3cd275c
@ -197,7 +197,7 @@ easyMDE.value('New input for **EasyMDE**');
|
||||
- **showIcons**: An array of icon names to show. Can be used to show specific icons hidden by default without completely customizing the toolbar.
|
||||
- **spellChecker**: If set to `false`, disable the spell checker. Defaults to `true`. Optionally pass a CodeMirrorSpellChecker-compliant function.
|
||||
- **inputStyle**: `textarea` or `contenteditable`. Defaults to `textarea` for desktop and `contenteditable` for mobile. `contenteditable` option is necessary to enable nativeSpellcheck.
|
||||
- **nativeSpellcheck**: If set to `false`, disable native spell checker. Defaults to `true`. Only works when `inputStyle` is set to `contenteditable` and spellChecker is set to `false`.
|
||||
- **nativeSpellcheck**: If set to `false`, disable native spell checker. Defaults to `true`. Only works when `inputStyle` is set to `contenteditable` and `spellChecker` is set to `false`.
|
||||
- **sideBySideFullscreen**: If set to `false`, allows side-by-side editing without going into fullscreen. Defaults to `true`.
|
||||
- **status**: If set to `false`, hide the status bar. Defaults to the array of built-in status bar items.
|
||||
- Optionally, you can set an array of status bar items to include, and in what order. You can even define your own custom status bar items.
|
||||
|
Loading…
x
Reference in New Issue
Block a user