Skip to content

Commit 69e65ac

Browse files
committed
Make autosave option more clear
1 parent 0645433 commit 69e65ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ simplemde.value("This text will appear in the editor");
6969

7070
- **autoDownloadFontAwesome**: If set to `true`, force downloads Font Awesome (used for icons). If set to false, prevents downloading. Defaults to `undefined`, which will intelligently check whether Font Awesome has already been included, then download accordingly.
7171
- **autofocus**: If set to `true`, autofocuses the editor. Defaults to `false`.
72-
- **autosave**: *Saves the text that's being written. It will forget the text when the form is submitted.*
72+
- **autosave**: *Saves the text that's being written and will load it back in the future. It will forget the text when the form it's contained in is submitted.*
7373
- **enabled**: If set to `true`, autosave the text. Defaults to `false`.
7474
- **delay**: Delay between saves, in milliseconds. Defaults to `10000` (10s).
75-
- **unique_id**: You must set a unique identifier so that SimpleMDE can autosave. Something that separates this from other textareas.
75+
- **unique_id**: You must set a unique string identifier so that SimpleMDE can autosave. Something that separates this from other instances of SimpleMDE elsewhere on your website.
7676
- **element**: The DOM element for the textarea to use. Defaults to the first textarea on the page.
7777
- **hideIcons**: An array of icon names to hide. Can be used to hide specific icons without completely customizing the toolbar.
7878
- **indentWithTabs**: If set to `false`, indent using spaces instead of tabs. Defaults to `true`.

0 commit comments

Comments
 (0)