Commit graph

175 commits

Author SHA1 Message Date
Jeroen Akkerman 75cfd34191 Fix eraser icon not working in FA5 2018-11-09 14:41:48 +01:00
Jeroen Akkerman 3551c6c003 Change badge styles to for-the-badge 2018-11-09 14:28:55 +01:00
Jeroen Akkerman e81e1f2c38 Fix sub-icons issue with FA5 2018-11-09 10:37:20 +01:00
jeroen.akkerman 34e1a02bbf Merge remote-tracking branch 'origin/master' into development 2018-08-14 13:24:14 +02:00
jeroen.akkerman 23327bf21d Badges badges badges badges badges badgers badges badges badges badges! 2018-07-31 17:58:52 +02:00
jeroen.akkerman 8b6c7de99f Update version for onToggleFullScreen option, lint fix & updates. 2018-07-31 17:27:06 +02:00
Martin Blom e6537588e8 Forgot to commit doc change. 2018-07-29 11:59:50 +02:00
Jeroen Akkerman fb5d8619bd Attempt at automatic publish on NPM
* Changed SimpleMDE to EasyMDE in contributing guidelines
* Added to the SimpleMDE / EasyMDE diff in the README
2018-05-17 23:24:53 +02:00
Jeroen Akkerman e8e2a0cd2a * Update gulp to version 4
* Added Windows/Linux shortcuts to documentation
* Drop Node 4 testing
* Added Node 10 testing
* Updated packages
2018-05-13 01:00:38 +02:00
Jeroen Akkerman fd1665d012
Fixed incorrect jQuery selector example, fixes #8 2018-05-09 10:28:22 +02:00
jeroen.akkerman 2adb4dcfa1 Updated documentation 2018-04-25 15:32:52 +02:00
jeroen.akkerman 9a1752c9d5 Version 2.0.0 & added badges 2018-04-23 15:52:34 +02:00
jeroen.akkerman 0786961de3 Complete rename to EasyMDE 2018-04-23 15:18:49 +02:00
Jeroen Akkerman 7e4c2aa019
Added section explaining the fork 2018-01-24 10:58:55 +01:00
Jeroen Akkerman 4f99b7de49 Remove bower install guide 2017-12-05 13:55:02 +01:00
Wes Cossick e32fe3f91c Update how to install 2017-05-17 13:02:19 -05:00
Wes Cossick 2623a5e689 Fix typo in README with missing colons 2017-04-25 15:40:05 -05:00
Wes Cossick f9b7a984b2 Document new promptTexts option in README 2017-04-25 15:39:53 -05:00
Tsubasa c6483297f7 Add the example non-default usage for syncSideBySidePreviewScroll
option.
2017-03-02 10:43:41 +09:00
Tsubasa 5d1648a510 Rename syncPreviewSideScroll to syncSideBySidePreviewScroll 2017-03-02 10:30:05 +09:00
Tsubasa 775e448518 Allow to disable syncing scroll in side-by-side mode via options 2017-02-25 12:44:45 +09:00
Wes Cossick 6065d3e089 Update README.md 2016-10-25 14:29:31 -05:00
Wes Cossick e747b053dc Update README.md 2016-10-25 14:29:10 -05:00
Wes Cossick 63d1621a20 Tweak wording of hljs option 2016-07-25 18:22:35 -05:00
Simon a987a8bb64 Added a parameter to pass in highlight.js in from the renderConfig
Previously, if you wanted to use highlight.js to render the preview, you had to have hljs on the window object. In practice, this is poor and negates many of the
principles behind using Browserify. By injecting it in as a parameter, this means the client can avoid adding things to their global scope if they don't/can't
avoid that.

This is a non-breaking change, only adding a new option to an existing API. The default behaviour is unchanged
2016-07-25 12:24:03 +01:00
Wes Cossick 1872a278c6 Tweak wording for minHeight setting 2016-07-10 13:07:00 -05:00
Jonatan Kłosko 517d5ee249 Add an option indicating a minimal height of the editable area. 2016-07-08 15:31:30 +02:00
Wes Cossick 5081e100a6 Tweak README wording 2016-06-22 13:00:10 -05:00
Josh Schonstal b0b2f1d4a3
Allow user to configure marked options 2016-06-22 09:36:09 -07:00
Wes Cossick 7dc2a8f7fe Revert "Revert this"
This reverts commit 021e705242.
2016-06-07 22:46:19 -05:00
Wes Cossick 021e705242 Revert this 2016-06-07 22:46:15 -05:00
Wes Cossick c949cad2d8 Update URLs; prefer SSL 2016-06-07 21:33:34 -05:00
Wes Cossick b6b1f7c1ef Merge pull request #304 from bbemis017/readmeError
Readme error
2016-04-22 18:56:43 -05:00
Benjamin Bemis d9d0cd50d5 Fixed Syntax Error in readme file 2016-04-22 19:38:20 -04:00
Wes Cossick 4ec9ab8be0 Tweak documentation for styleSelectedText 2016-04-09 21:18:03 -05:00
Wes Cossick 6ed8344248 Fix documentation for styleSelectedText 2016-04-09 21:17:07 -05:00
Kasparas Galdikas 490e57ded1 Added mark-selection plugin from CodeMirror with config option on simplemde 2016-03-25 15:56:44 +00:00
Wes Cossick 711af1b472 Merge pull request #264 from NextStepWebs/pr/256
Pull request #256 remove conflicts
2016-02-25 15:07:33 -06:00
Wes Cossick 787ed40fe6 Update URLs to use SimpleMDE.com 2016-02-25 14:17:41 -06:00
Curtis Badke ecff05833b Add forceSync to non-default options listing. 2016-02-12 11:17:43 -07:00
Curtis Badke 20f5b54a46 Fix naming and style based on feedback
* forceSynch -> forceSync
* change documentation description
2016-02-10 13:01:22 -07:00
Curtis Badke 0fb087ca38 Add forceSynch option which will autosave to textarea.
Since this is built on CodeMirror I opted to use CodeMirror's save
behaviour rather than pulling the value and stomping on the textarea's
innerHtml.

Fixes #193
2016-02-10 03:56:39 -07:00
Wes Cossick 71d979ad61 Use SSL URLs 2016-01-27 11:26:19 -06:00
Wes Cossick 56705bfd20 Tweak wording in README 2016-01-26 10:43:25 -06:00
Laszlo Moczo 5a53199586 Optional prompt windows to Link and Image 2016-01-26 10:39:27 +01:00
Laszlo Moczo eb568ddbde Merge remote-tracking branch 'NextStepWebs/development' into development 2016-01-26 10:22:09 +01:00
Dave Brondsema bce5372947 Context aware code button to handle toggling on and off code blocks and inline code markup 2016-01-25 15:09:30 -05:00
Laszlo Moczo 26519235c6 Optional prompt windows to Link and Image
Optional prompt windows to Link and Image
2016-01-25 14:14:46 +01:00
trwired fd8e6a7825 Allow reverting back to the initial textarea (fixes #142) 2016-01-24 07:29:18 +01:00
Wes Cossick d1445222aa Remove "What's Changed" secion, Reword "How it works" 2016-01-22 23:39:45 -06:00