Commit Graph

711 Commits (cc0c211759b9af5c1339ed39d4e8496f817b8d2c)
 

Author SHA1 Message Date
Lukasz Ostrowski 2d7e776ba0 commit dist files 8 years ago
Wes Cossick 63d1621a20 Tweak wording of hljs option 8 years ago
Wes Cossick d953e0b871 Merge pull request #397 from riggerthegeek/development
Added a parameter to pass in highlight.js in from the renderConfig
8 years ago
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
8 years ago
Lukasz Ostrowski 6787ae706e list toggle fix 8 years ago
Lukasz Ostrowski 61991d1e7d list toggle fix 8 years ago
Lukasz Ostrowski c849cc95b2 list toggle 8 years ago
Wes Cossick 580a4b0286 Merge pull request #382 from jonatanklosko/issue-98
Fix bug with inserting links and undoing things.
8 years ago
Jonatan Kłosko 6250a7d7e7 Fix bug with inserting links and undoing things. 8 years ago
Wes Cossick 7ae3e6517b Merge pull request #378 from gaetanm/master
Delete editor right border + its radius in full screen mode
8 years ago
Gaëtan Masson 8c9667980c Delete editor right border + its radius in full screen mode 8 years ago
Wes Cossick 1872a278c6 Tweak wording for minHeight setting 8 years ago
Wes Cossick c76d4d4641 Merge pull request #373 from jonatanklosko/min-height-option
Add an option indicating a minimal height of the editable area.
8 years ago
Wes Cossick 69a63791f0 Remove support for Node.js version 0.12.x. 8 years ago
Jonatan Kłosko 517d5ee249 Add an option indicating a minimal height of the editable area. 8 years ago
Wes Cossick 5081e100a6 Tweak README wording 8 years ago
Wes Cossick f2d1af5dee Merge pull request #366 from kongregate/configure-marked
Allow user to configure marked options
8 years ago
Josh Schonstal b0b2f1d4a3
Allow user to configure marked options 8 years ago
Wes Cossick 6abda7ab68 Merge pull request #361 from NextStepWebs/development
Fix broken dependency
8 years ago
Wes Cossick 1471a4e662 Merge branch 'master' into development 8 years ago
Wes Cossick 0d9f7d9012 Update code and version 8 years ago
Wes Cossick 2c35e6782f 1.11.2 8 years ago
Wes Cossick cb10536dd4 Update bower version 8 years ago
Wes Cossick 00e0f69d93 Merge pull request #356 from NextStepWebs/development
Republishing to NPM
8 years ago
Wes Cossick 98bc1e52a1 Update version 8 years ago
Wes Cossick 47b2667e86 1.11.1 8 years ago
Wes Cossick 316b8a58f8 Merge pull request #353 from NextStepWebs/development
Development
8 years ago
Wes Cossick 6676411766 Update version in comments 8 years ago
Wes Cossick 3653d4f81d 1.11.0 8 years ago
Wes Cossick 7dc2a8f7fe Revert "Revert this"
This reverts commit 021e705242.
8 years ago
Wes Cossick 021e705242 Revert this 8 years ago
Wes Cossick e74572ac4a Update version in bower 8 years ago
Wes Cossick 487ff36385 Rebuild project 8 years ago
Wes Cossick d963582f16 Fix line and word count on init (#299) 8 years ago
Wes Cossick 69bff3ed78 Fix CodeMirror bug with init text (#344) 8 years ago
Wes Cossick b4d4e89129 Fix selection bug when toggling between side-by-side (#309) 8 years ago
Wes Cossick c949cad2d8 Update URLs; prefer SSL 8 years ago
Wes Cossick c8f23a3aa9 Clean up build process, Use new CodeMirror Spell Checker 8 years ago
Wes Cossick dbb1c25843 Travis CI now tests against Node.js 6 8 years ago
Wes Cossick a30d8f6183 Fix #326 8 years ago
Wes Cossick 51ef0cd81d Merge pull request #351 from amka/patch-2
Add support for count Cyrillic words
8 years ago
Wes Cossick 97154e2bfc Merge pull request #345 from jbutz/development
Prevent onclick event from bubbling
8 years ago
Andrey M bd33cd3c2b Add support for count Cyrillic words
Add unicode range for Cyrillic characters
8 years ago
Jason Butz 7187fb26fb Adjust whitespace characters 8 years ago
Jason Butz f21cca3068 Prevent onclick event from bubbling 8 years ago
Wes Cossick b6b1f7c1ef Merge pull request #304 from bbemis017/readmeError
Readme error
8 years ago
Wes Cossick 0ce450a7a7 Merge pull request #301 from JHeiner/issue150
Fix issue #150: use correct paths for dependencies.
8 years ago
Benjamin Bemis d9d0cd50d5 Fixed Syntax Error in readme file 8 years ago
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.
8 years ago
Wes Cossick e72e51c94f Merge pull request #297 from prostoandrei/development
Fix #286
8 years ago