File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ simplemde.value("This text will appear in the editor");
7878 - ** code** Can be set to ```` ``` ```` or ` ~~~ ` . Defaults to ```` ``` ```` .
7979 - ** italic** Can be set to ` * ` or ` _ ` . Defaults to ` * ` .
8080- ** element** : The DOM element for the textarea to use. Defaults to the first textarea on the page.
81- - ** forceSynch ** : If set to ` true ` , force changes made in editor to be saved back to original textarea.
81+ - ** forceSync ** : If set to ` true ` , force text changes made in SimpleMDE to be immediately stored in original textarea. Defaults to ` false ` .
8282- ** hideIcons** : An array of icon names to hide. Can be used to hide specific icons shown by default without completely customizing the toolbar.
8383- ** indentWithTabs** : If set to ` false ` , indent using spaces instead of tabs. Defaults to ` true ` .
8484- ** initialValue** : If set, will customize the initial value of the editor.
You can’t perform that action at this time.
0 commit comments