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

909 Commits

Author SHA1 Message Date
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
Jason Butz
f21cca3068 Prevent onclick event from bubbling 2016-06-03 09:07:15 -04:00
Wes Cossick
b6b1f7c1ef Merge pull request #304 from bbemis017/readmeError
Readme error
2016-04-22 18:56:43 -05:00
Wes Cossick
0ce450a7a7 Merge pull request #301 from JHeiner/issue150
Fix issue #150: use correct paths for dependencies.
2016-04-22 18:52:01 -05:00
Benjamin Bemis
d9d0cd50d5 Fixed Syntax Error in readme file 2016-04-22 19:38:20 -04:00
Jeremy Heiner
7b1e8deeaa Fix issue #150: use correct paths for dependencies.
https://nodejs.org/api/modules.html specifies what paths are
correct. One should never explicitly put "node_modules" in
dependency paths because npm is under no obligation to put things
where you told it to look for them. Issue #150 arises when
SimpleMDE is a dependency in some other project, so it and its
dependencies are peers under that project's "node_modules", and
there is no "./node_modules" within the SimpleMDE folder.

TL/DR: npm tells you where it puts dependencies, not vice versa.
2016-04-19 20:02:53 -04:00
Wes Cossick
e72e51c94f Merge pull request #297 from prostoandrei/development
Fix #286
2016-04-09 21:19:59 -05: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