Commit Graph

224 Commits (2.4.1)

Author SHA1 Message Date
Summon528 3588edd929
Add fa-redo class for FA5 6 years ago
jeroen.akkerman 34e1a02bbf Merge remote-tracking branch 'origin/master' into development 6 years ago
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.
6 years ago
pk b8e7293516 Fix fullscreen not working with toolbar: false 6 years ago
jeroen.akkerman 8b6c7de99f Update version for `onToggleFullScreen` option, lint fix & updates. 6 years ago
Jeroen Akkerman 9b735ce20f
Merge pull request #16 from n-3-0/development
Add optional onToggleFullScreen support from options
6 years ago
Jeroen Akkerman 21ef42937c
Merge pull request #13 from sne11ius/development
Add searchcursor plugin
6 years ago
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.
6 years ago
N-3-0 efda8d4a21 n-3-0 : Add optional onToggleFullScreen support from options 6 years ago
jeroen.akkerman 18c03985ea Disabled text multi-select 6 years ago
Cornelius Wichering b60b3cd184 Added searchcursor plugin 6 years ago
Jeroen Akkerman e50bffba36 Links in rendered preview will now open in a new tab by default. 6 years ago
Jeroen Akkerman c8614d9186 Fixed CSS that was broken after my FA5 changes, fixes #9 6 years ago
jeroen.akkerman 0786961de3 Complete rename to EasyMDE 6 years ago
Jeroen Akkerman c34cebefd6 Made entire edit field have `cursor: text`. 6 years ago
Jeroen Akkerman 68601d9d38 Fix guide button not working 6 years ago
Jeroen Akkerman 70236ba68e Use single quotes 6 years ago
Jeroen Akkerman de26368ad1 Set indent style to 4 spaces 6 years ago
Jeroen Akkerman e5f39d6bfa Pls don't go away again... 6 years ago
Jeroen Akkerman 745f38ceda Guide button should not be disabled when preview is active. 6 years ago
Jeroen Akkerman 24fae9d68f Changed link and image defaults to `https://` 6 years ago
Jeroen Akkerman 89ed815735 Small CSS changes
* Removed opacity change on hover.
* Removed default opacity.
* Remove default button color.
* Added opacity change on button disable.
6 years ago
Jeroen Akkerman e45dcec53f Added newline back to end of file (IDE mistake) 6 years ago
Jeroen Akkerman 7b147b3148 Added FontAwesome 5 compatibility without breaking FontAwesome 4 compatibility. 6 years ago
Jeroen Akkerman 60a4bb6392 Fix linting errors so project actually builds. 6 years ago
Wes Cossick 93e876562f Merge pull request #520 from stadtgestalten/translatable-prompt-texts
allow promptTexts to be translated via options
7 years ago
Wes Cossick ee11454138 Merge pull request #530 from awjecc/AllowToDisableSyncingScrollViaOptions
Allow to disable syncing scroll in side-by-side mode via options
7 years ago
Tsubasa 5d1648a510 Rename syncPreviewSideScroll to syncSideBySidePreviewScroll 7 years ago
Wes Cossick 547ddfd9d5 Merge pull request #532 from stephenoakman/514-mobile-text-selection
Defaulting styleSelectedText to false if on a mobile device
7 years ago
Wes Cossick 0b4b70a4a2 Merge pull request #527 from luclu/fix-sideBySide-fullscreen-toggle
Fix toggleFullscreen() if icon is hidden
7 years ago
Stephen Oakman c0dc7abb73 Defaulting styleSelectedText to false if on a mobile device 7 years ago
Wes Cossick 44b5b14e9b Merge pull request #523 from jrsinclair/development
Addressing accessibility issues with using links instead of buttons.
7 years ago
Wes Cossick de7c68b9e5 Merge pull request #517 from boristhuy/boristhuy-css-modifications
[#493] Fix wrapping issues in live preview and Side By Side
7 years ago
Tsubasa 775e448518 Allow to disable syncing scroll in side-by-side mode via options 7 years ago
Luca Zeug 18f8256a4a Fix toggleFullscreen() if icon is hidden 7 years ago
James Sinclair 4bf96ffd32 Addressing accessibility issues with using links instead of buttons. 7 years ago
Konrad Mohrfeldt 125200fb35 allow promptTexts to be translated via options 7 years ago
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.
7 years ago
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.
7 years ago
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.
7 years ago
Mummakill b9071f0c91 Fix multiline numbered list function 8 years ago
Wes Cossick b5407e01e0 Fix typo in code 8 years ago
Wes Cossick 7e58a01a35 Merge pull request #404 from hansottowirtz/fix_399
Fix preview not rerendering when setting value
8 years ago
Hans Otto Wirtz 568da438c6 Fix preview not rerendering when setting value 8 years ago
Wes Cossick c2ca78c46b Rebuild project 8 years ago
Wes Cossick a1fd3255f9 Merge pull request #395 from lukasz89/togglelists
Fix lists exchanges
8 years ago
Lukasz Ostrowski d44eea64e3 commit dist files 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