2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-15 22:14:28 -06:00

188 Commits

Author SHA1 Message Date
Nathanaël Jourdane
75ea30f3a1 typo 2019-02-12 14:05:54 +01:00
Nathanaël Jourdane
6f0740fedf Add hacking in readme TOC. 2019-02-12 14:04:35 +01:00
Nathanaël Jourdane
3437ced229 Add hacking instructions in readme and add minor changes in contribution guide. 2019-02-12 13:42:01 +01:00
Nathanaël Jourdane
c46ddde5e0 Add modifications suggested in code review 2019-02-11 17:13:12 +01:00
Nathanaël Jourdane
9fefb494ba Add contribution guide 2019-02-11 15:19:08 +01:00
Nathanaël Jourdane
2555bc0b24 Fix typos and other minor improvements. 2019-02-11 14:46:16 +01:00
Nathanaël Jourdane
e0e988d463 Add summary 2019-02-11 14:28:33 +01:00
Nathanaël Jourdane
a4a89775dc Improve titles structure 2019-02-11 14:26:05 +01:00
Nathanaël Jourdane
bb1279ed2f move badges to the top (quick access) 2019-02-11 14:15:18 +01:00
Nathanaël Jourdane
ab4ac71f5a Add license section 2019-02-11 14:13:26 +01:00
Nathanaël Jourdane
05cd00d36e Move fork explanation to the end of readme (better readability). 2019-02-11 14:12:36 +01:00
Jeroen Akkerman
b697af6254 README update
* Added more information about EasyMDE
* Replace most mentions of SimpleMDE with EasyMDE
2019-01-17 17:25:03 +01:00
Jeroen Akkerman
20cd3e4586 Hotfix: change role="button" to type="button"
* Closes issue #45 and properly fixes issue #38
* Added typescript support line to README
* Bumped version to 2.5.1
* Rebuilt dist files
2019-01-17 12:29:45 +01:00
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 021e70524275ad40459b6e13cbc82bb3fabfd990.
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