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

1091 Commits

Author SHA1 Message Date
Wes Cossick
f9b7a984b2 Document new promptTexts option in README 2017-04-25 15:39:53 -05:00
Wes Cossick
93e876562f Merge pull request #520 from stadtgestalten/translatable-prompt-texts
allow promptTexts to be translated via options
2017-04-25 11:18:57 -05:00
Wes Cossick
ee11454138 Merge pull request #530 from awjecc/AllowToDisableSyncingScrollViaOptions
Allow to disable syncing scroll in side-by-side mode via options
2017-04-25 11:15:25 -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
004cf8e731 Revert dist/simplemde.min.js 2017-03-02 10:26:16 +09:00
Wes Cossick
547ddfd9d5 Merge pull request #532 from stephenoakman/514-mobile-text-selection
Defaulting styleSelectedText to false if on a mobile device
2017-03-01 16:07:22 -06:00
Wes Cossick
0b4b70a4a2 Merge pull request #527 from luclu/fix-sideBySide-fullscreen-toggle
Fix toggleFullscreen() if icon is hidden
2017-03-01 15:58:02 -06:00
Stephen Oakman
c0dc7abb73 Defaulting styleSelectedText to false if on a mobile device 2017-02-27 12:11:08 +00:00
Wes Cossick
44b5b14e9b Merge pull request #523 from jrsinclair/development
Addressing accessibility issues with using links instead of buttons.
2017-02-27 01:03:56 -06:00
Wes Cossick
de7c68b9e5 Merge pull request #517 from boristhuy/boristhuy-css-modifications
[#493] Fix wrapping issues in live preview and Side By Side
2017-02-27 00:42:12 -06:00
Tsubasa
775e448518 Allow to disable syncing scroll in side-by-side mode via options 2017-02-25 12:44:45 +09:00
Luca Zeug
18f8256a4a Fix toggleFullscreen() if icon is hidden 2017-02-22 20:37:52 +01:00
James Sinclair
4bf96ffd32 Addressing accessibility issues with using links instead of buttons. 2017-02-18 07:38:19 +11:00
Konrad Mohrfeldt
125200fb35 allow promptTexts to be translated via options 2017-02-09 17:07:11 +01:00
Boris Thuy
7fa15473ad Added word-wrap property to CodeMirror class
(Absurdly) long words would cause the live preview to scroll indefinitely on the x-axis. Adding a word-wrap property to the CodeMirror class and setting its value to break-word seems to fix this issue.
2017-02-03 03:46:09 +01:00
Boris Thuy
20eb8d6da8 Added word-wrap to editor-preview-side class
The editor preview side currently scrolls indefinitely on the x-axis with (absurdedly) long words. Adding a word-wrap property and set it to break-word seems to fix the issue.
2017-02-03 03:29:16 +01:00
Boris Thuy
f5c62f70e8 Added box-sizing to the CodeMirror class
The editor view in Side By Side does not wrap lines properly (ie. they sometimes overflow beneath the live preview). Adding box-sizing property seems to fix this issue.
2017-02-03 03:19:22 +01:00
Wes Cossick
5b8611628b Merge pull request #472 from Mummakill/fix-multiline-list
Fix multiline numbered list function
2016-12-06 16:57:37 -06:00
Mummakill
b9071f0c91 Fix multiline numbered list function 2016-11-23 19:00:34 +02: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
666e97e883 GitHub file changes 2016-08-11 11:36:51 -05:00
Wes Cossick
b5407e01e0 Fix typo in code 2016-08-04 10:06:19 -05:00
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