Commit Graph

82 Commits (master)

Author SHA1 Message Date
Jeroen Akkerman e4610b3763
Merge pull request #452 from vanillajonathan/patch-4
Use Responsive Font Sizes
2 years ago
Jeroen Akkerman e57c16bc5c
Merge pull request #461 from vanillajonathan/patch-12 2 years ago
Jonathan 554112b05f
Update easymde.css 2 years ago
Jonathan 2972b280a5
Update easymde.css 2 years ago
Jonathan 7f9ba6abc8
Fix inconsistent border color 2 years ago
Jonathan b675e611a4
Update easymde.css 2 years ago
Jonathan 5a4af7e38a
Update easymde.css 2 years ago
Jonathan 1706b4b0cf
Use Responsive Font Sizes 2 years ago
Robson Jean Penteado b640429f19 fix issue #362 3 years ago
Robson Jean Penteado 8ef68936b0 update easymde.css, fix issue #362 3 years ago
Jeroen Akkerman 42304e8a87 Update editorconfig and automatic code format 3 years ago
Irene Oppo 53223c4de0 Support rtl languages by adding a direction option 3 years ago
Steve 7069fd1031 Move from multiple "no-fullscreen" classes to one using inheritance 3 years ago
Matthijs Kuiper ec94037ac2 Add toolbar top and bottom padding 3 years ago
Situphen a070698b34 Use visibility:hidden; instead of display:none; for the dropdown menu 3 years ago
Jeroen Akkerman 6209e53c69
Merge pull request #253 from devforth/master
Bugfixes for preview images in editor
4 years ago
Jeroen Akkerman 11f805f0b5 Fix CSS scoping issues (#252) 4 years ago
Ivan Borshchov dba3201c79 fix cursor preceise positioning when content with images are loaded into editor, show preview only for images on separate lines (not inlines) 4 years ago
Ivan Borshchov 2c793ee418 Add images preview in edit mode plus add keydown cleanup 4 years ago
Nick Denry 82c447cf85 Remove bottom rigth radius for CM-sided 4 years ago
Nick Denry f3b1090e53 Adjust sideBySide with no fullscreen and maxHeight option 4 years ago
Nick Denry 1fd1ee2a97 Deal with minHeight option 4 years ago
Nick Denry a61c7198a3 Extra border fix 4 years ago
Nick Denry b7093dabc3 Preview without fullscreen 4 years ago
StefKors eec7559aaa Set base z-index to 0 4 years ago
Jeroen Akkerman b85bdde0ed Add button shortcuts and typings 4 years ago
firm1 b11cd8edb0 don't use down icon 4 years ago
firm1 26d2da9e29 @Ionaru 's review : disable actions on top of dropdown, add dropdown icon and open on clic 4 years ago
firm1 eea2917be1 @situphen 's review 4 years ago
firm1 98fbe56248 allow dropdown menu on toolbar to group secondary buttons 4 years ago
Jeroen Akkerman 5ffeba5a3c Added option to override the preview screen styling 5 years ago
Jeroen Akkerman e81e1f2c38 Fix sub-icons issue with FA5 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
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
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 de26368ad1 Set indent style to 4 spaces 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 60a4bb6392 Fix linting errors so project actually builds. 6 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
James Sinclair 4bf96ffd32 Addressing accessibility issues with using links instead of buttons. 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
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
Jonatan Kłosko 517d5ee249 Add an option indicating a minimal height of the editable area. 8 years ago
Wes Cossick 24ec612c44 Fix linting and update dependencies 8 years ago