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

717 Commits

Author SHA1 Message Date
Wes Cossick
7e58a01a35 Merge pull request #404 from hansottowirtz/fix_399
Fix preview not rerendering when setting value
2016-07-30 17:39:17 -05:00
Hans Otto Wirtz
568da438c6 Fix preview not rerendering when setting value 2016-07-30 13:55:58 +02:00
Wes Cossick
c2ca78c46b Rebuild project 2016-07-29 09:18:30 -05:00
Wes Cossick
a1fd3255f9 Merge pull request #395 from lukasz89/togglelists
Fix lists exchanges
2016-07-27 10:21:04 -05:00
Lukasz Ostrowski
7770df785c revert dist files 2016-07-27 09:38:18 +02:00
Lukasz Ostrowski
d44eea64e3 commit dist files 2016-07-26 10:34:09 +02:00
Lukasz Ostrowski
2d7e776ba0 commit dist files 2016-07-26 09:56:19 +02:00
Wes Cossick
63d1621a20 Tweak wording of hljs option 2016-07-25 18:22:35 -05:00
Wes Cossick
d953e0b871 Merge pull request #397 from riggerthegeek/development
Added a parameter to pass in highlight.js in from the renderConfig
2016-07-25 18:20:18 -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
Lukasz Ostrowski
6787ae706e list toggle fix 2016-07-25 10:40:54 +02:00
Lukasz Ostrowski
61991d1e7d list toggle fix 2016-07-25 10:16:14 +02:00
Lukasz Ostrowski
c849cc95b2 list toggle 2016-07-22 17:04:36 +02:00
Wes Cossick
580a4b0286 Merge pull request #382 from jonatanklosko/issue-98
Fix bug with inserting links and undoing things.
2016-07-12 11:43:24 -05:00
Jonatan Kłosko
6250a7d7e7 Fix bug with inserting links and undoing things. 2016-07-12 00:53:45 +02:00
Wes Cossick
7ae3e6517b Merge pull request #378 from gaetanm/master
Delete editor right border + its radius in full screen mode
2016-07-11 16:26:56 -05:00
Gaëtan Masson
8c9667980c Delete editor right border + its radius in full screen mode 2016-07-10 21:58:46 +02:00
Wes Cossick
1872a278c6 Tweak wording for minHeight setting 2016-07-10 13:07:00 -05:00
Wes Cossick
c76d4d4641 Merge pull request #373 from jonatanklosko/min-height-option
Add an option indicating a minimal height of the editable area.
2016-07-10 13:03:31 -05:00
Wes Cossick
69a63791f0 Remove support for Node.js version 0.12.x. 2016-07-10 13:02:32 -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
Wes Cossick
f2d1af5dee Merge pull request #366 from kongregate/configure-marked
Allow user to configure marked options
2016-06-22 12:57:54 -05:00
Josh Schonstal
b0b2f1d4a3
Allow user to configure marked options 2016-06-22 09:36:09 -07:00
Wes Cossick
6abda7ab68 Merge pull request #361 from NextStepWebs/development
Fix broken dependency
1.11.2
2016-06-14 12:57:04 -05:00
Wes Cossick
1471a4e662 Merge branch 'master' into development 2016-06-14 12:50:07 -05:00
Wes Cossick
0d9f7d9012 Update code and version 2016-06-14 12:48:07 -05:00
Wes Cossick
2c35e6782f 1.11.2 2016-06-14 12:46:09 -05:00
Wes Cossick
cb10536dd4 Update bower version 2016-06-14 12:46:03 -05:00
Wes Cossick
00e0f69d93 Merge pull request #356 from NextStepWebs/development
Republishing to NPM
1.11.1
2016-06-09 15:42:10 -05:00
Wes Cossick
98bc1e52a1 Update version 2016-06-09 15:26:41 -05:00
Wes Cossick
47b2667e86 1.11.1 2016-06-09 15:22:15 -05:00
Wes Cossick
316b8a58f8 Merge pull request #353 from NextStepWebs/development
Development
1.11.0
2016-06-07 22:54:06 -05:00
Wes Cossick
6676411766 Update version in comments 2016-06-07 22:46:55 -05:00
Wes Cossick
3653d4f81d 1.11.0 2016-06-07 22:46:32 -05: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
e74572ac4a Update version in bower 2016-06-07 22:46:11 -05:00
Wes Cossick
487ff36385 Rebuild project 2016-06-07 22:36:54 -05:00
Wes Cossick
d963582f16 Fix line and word count on init (#299) 2016-06-07 21:53:23 -05:00
Wes Cossick
69bff3ed78 Fix CodeMirror bug with init text (#344) 2016-06-07 21:43:25 -05:00
Wes Cossick
b4d4e89129 Fix selection bug when toggling between side-by-side (#309) 2016-06-07 21:40:40 -05:00
Wes Cossick
c949cad2d8 Update URLs; prefer SSL 2016-06-07 21:33:34 -05:00
Wes Cossick
c8f23a3aa9 Clean up build process, Use new CodeMirror Spell Checker 2016-06-07 21:28:01 -05:00
Wes Cossick
dbb1c25843 Travis CI now tests against Node.js 6 2016-06-07 21:28:01 -05:00
Wes Cossick
a30d8f6183 Fix #326 2016-06-07 21:28:01 -05:00
Wes Cossick
51ef0cd81d Merge pull request #351 from amka/patch-2
Add support for count Cyrillic words
2016-06-07 21:18:55 -05:00
Wes Cossick
97154e2bfc Merge pull request #345 from jbutz/development
Prevent onclick event from bubbling
2016-06-07 21:07:01 -05:00
Andrey M
bd33cd3c2b Add support for count Cyrillic words
Add unicode range for Cyrillic characters
2016-06-07 03:39:01 +04:00
Jason Butz
7187fb26fb Adjust whitespace characters 2016-06-03 09:09:33 -04:00