Commit graph

231 commits

Author SHA1 Message Date
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 b31c0a1a02 Added role="button" to toolbar buttons, closes #38 2018-12-20 01:57:12 +01:00
Jeroen Akkerman 75cfd34191 Fix eraser icon not working in FA5 2018-11-09 14:41:48 +01:00
Jeroen Akkerman 604f2c8ea9
Merge pull request #31 from adamb70/master
Fix autosave event handler
2018-11-09 10:40:50 +01:00
Jeroen Akkerman e81e1f2c38 Fix sub-icons issue with FA5 2018-11-09 10:37:20 +01:00
adamb70 7cbfacbbdd Use user autosave delay 2018-11-08 18:35:44 +00:00
adamb70 265b2ed9d4 Update src/js/easymde.js 2018-11-08 18:08:27 +00:00
Summon528 3588edd929
Add fa-redo class for FA5 2018-10-06 12:09:16 +08:00
jeroen.akkerman 34e1a02bbf Merge remote-tracking branch 'origin/master' into development 2018-08-14 13:24:14 +02:00
Jeroen Akkerman cbd638d93a
Super small edit to (hopefully) retrigger CI
CI feedback was broken in this pull request, this small irrelevant edit will hopefully fix that.
2018-08-14 10:01:55 +02:00
pk b8e7293516 Fix fullscreen not working with toolbar: false 2018-08-13 21:23:32 +02:00
jeroen.akkerman 8b6c7de99f Update version for onToggleFullScreen option, lint fix & updates. 2018-07-31 17:27:06 +02:00
Jeroen Akkerman 9b735ce20f
Merge pull request #16 from n-3-0/development
Add optional onToggleFullScreen support from options
2018-07-31 17:01:36 +02:00
Jeroen Akkerman 21ef42937c
Merge pull request #13 from sne11ius/development
Add searchcursor plugin
2018-07-31 17:00:19 +02:00
Martin Blom 35b2176bac Made EasyMDE themable (again?).
* The default theme is 'easymde', but can be overridden by options.theme.
* Changed styles to use this theme as selector instead of .CodeMirror.
* Dropped unnecessary .cm-strikethrough styling.
* Added .cm-quote styling.
* Changed .CodeMirror-selected rule to match codemirror.css.
2018-07-29 10:08:54 +02:00
N-3-0 efda8d4a21 n-3-0 : Add optional onToggleFullScreen support from options 2018-07-15 03:04:10 -06:00
jeroen.akkerman 18c03985ea Disabled text multi-select 2018-06-29 10:41:24 +02:00
Cornelius Wichering b60b3cd184 Added searchcursor plugin 2018-05-28 22:08:02 +02:00
Jeroen Akkerman e50bffba36 Links in rendered preview will now open in a new tab by default. 2018-05-13 22:38:05 +02:00
Jeroen Akkerman c8614d9186 Fixed CSS that was broken after my FA5 changes, fixes #9 2018-05-13 16:47:49 +02:00
jeroen.akkerman 0786961de3 Complete rename to EasyMDE 2018-04-23 15:18:49 +02:00
Jeroen Akkerman c34cebefd6 Made entire edit field have cursor: text. 2017-12-10 01:18:21 +01:00
Jeroen Akkerman 68601d9d38 Fix guide button not working 2017-12-05 13:51:32 +01:00
Jeroen Akkerman 70236ba68e Use single quotes 2017-12-05 11:56:56 +01:00
Jeroen Akkerman de26368ad1 Set indent style to 4 spaces 2017-12-05 11:51:36 +01:00
Jeroen Akkerman e5f39d6bfa Pls don't go away again... 2017-12-04 14:38:17 +01:00
Jeroen Akkerman 745f38ceda Guide button should not be disabled when preview is active. 2017-12-04 12:14:28 +01:00
Jeroen Akkerman 24fae9d68f Changed link and image defaults to https:// 2017-12-04 12:10:07 +01:00
Jeroen Akkerman 89ed815735 Small CSS changes
* Removed opacity change on hover.
* Removed default opacity.
* Remove default button color.
* Added opacity change on button disable.
2017-12-04 12:06:59 +01:00
Jeroen Akkerman e45dcec53f Added newline back to end of file (IDE mistake) 2017-12-04 11:43:05 +01:00
Jeroen Akkerman 7b147b3148 Added FontAwesome 5 compatibility without breaking FontAwesome 4 compatibility. 2017-12-04 11:29:21 +01:00
Jeroen Akkerman 60a4bb6392 Fix linting errors so project actually builds. 2017-12-04 11:16:25 +01: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 5d1648a510 Rename syncPreviewSideScroll to syncSideBySidePreviewScroll 2017-03-02 10:30:05 +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
Mummakill b9071f0c91 Fix multiline numbered list function 2016-11-23 19:00:34 +02: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