You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-20Lines changed: 1 addition & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -309,25 +309,6 @@ simplemde.clearAutosavedValue(); // no returned value
309
309
```
310
310
311
311
## How it works
312
-
SimpleMDE is an improvement of [lepture's Editor project](https://github.com/lepture/editor) and includes a great many number of changes. It is bundled with [CodeMirror](https://github.com/codemirror/codemirror) and depends on [Font Awesome](http://fortawesome.github.io/Font-Awesome/).
312
+
SimpleMDE began as an improvement of [lepture's Editor project](https://github.com/lepture/editor), but has now taken on an identity of its own. It is bundled with [CodeMirror](https://github.com/codemirror/codemirror) and depends on [Font Awesome](http://fortawesome.github.io/Font-Awesome/).
313
313
314
314
CodeMirror is the backbone of the project and parses much of the Markdown syntax as it's being written. This allows us to add styles to the Markdown that's being written. Additionally, a toolbar and status bar have been added to the top and bottom, respectively. Previews are rendered by [Marked](https://github.com/chjj/marked) using GFM.
315
-
316
-
## What's changed?
317
-
As mentioned earlier, SimpleMDE is an improvement of [lepture's Editor project](https://github.com/lepture/editor). So you might be wondering, what's changed? Quite a bit actually. Here's some notable changes:
318
-
319
-
- Upgraded from CodeMirror 3 to CodeMirror 5
320
-
- Many changes to the style, appearance, and user friendliness
321
-
- Interface more closely resembles Bootstrap
322
-
- Now mobile friendly
323
-
- Option to autosave the text as you type
324
-
- Now spell checks what you write
325
-
- The text editor now automatically grows as you type more
326
-
- Fixed a large amount of bugs
327
-
- Switched to Font Awesome icons
328
-
- Improved preview rendering in many ways
329
-
- Improved as-you-type appearance of headers and code blocks
0 commit comments