Skip to content

Commit

Permalink
Merge pull request #34 from NextStepWebs/development
Browse files Browse the repository at this point in the history
Spell checking, Update dependencies, Fix bugs
  • Loading branch information
WesCossick committed Jul 21, 2015
2 parents 383c7fd + 72a2b01 commit 0eb0a94
Show file tree
Hide file tree
Showing 12 changed files with 978 additions and 56 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ simplemde.value();
- **lineWrapping**: If set to `false`, disable line wrapping. Defaults to `true`.
- **indentWithTabs**: If set to `false`, indent using spaces instead of tabs. Defaults to `true`.
- **tabSize**: If set, customize the tab size. Defaults to `2`.
- **spellChecker**: If set to `false`, disable the spell checker. Defaults to `true`.
- **autosave**: *Saves the text that's being written. It will forget the text when the form is submitted.*
- **enabled**: If set to `true`, autosave the text. Defaults to `false`.
- **unique_id**: You must set a unique identifier so that SimpleMDE can autosave. Something that separates this from other textareas.
Expand Down Expand Up @@ -159,6 +160,7 @@ As mentioned earlier, SimpleMDE is an improvement of [lepture's Editor project](
- Interface more closely resembles Bootstrap
- Now mobile friendly
- Option to autosave the text as you type
- Now spell checks what you write
- The text editor now automatically grows as you type more
- Fixed a large amount of bugs
- Switched to Font Awesome icons
Expand Down
4 changes: 2 additions & 2 deletions simplemde.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions simplemde.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion source files/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ Minify the JS in this order:
1. `codemirror/overlay.js`
1. `codemirror/gfm.js`
1. `codemirror/xml.js`
1. `typo/typo.js`
1. `spell-checker/spell-checker.js`
1. `marked.js`
1. `simplemde.js`

Minify the CSS in this order:

1. `theme.css`
1. `theme.css`
1. `spell-checker/spell-checker.css`
Loading

0 comments on commit 0eb0a94

Please sign in to comment.