2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-18 15:34:28 -06:00

74 Commits

Author SHA1 Message Date
Robson Jean Penteado
b640429f19 fix issue #362 2021-10-27 14:47:43 -03:00
Robson Jean Penteado
8ef68936b0 update easymde.css, fix issue #362 2021-10-27 14:42:25 -03:00
Jeroen Akkerman
42304e8a87 Update editorconfig and automatic code format 2021-10-05 22:28:22 +02:00
Irene Oppo
53223c4de0 Support rtl languages by adding a direction option 2021-10-05 09:51:51 +02:00
Steve
7069fd1031 Move from multiple "no-fullscreen" classes to one using inheritance 2021-03-16 09:08:54 -07:00
Matthijs Kuiper
ec94037ac2 Add toolbar top and bottom padding 2021-01-28 20:28:29 +01:00
Situphen
a070698b34 Use visibility:hidden; instead of display:none; for the dropdown menu 2020-12-30 21:59:45 +01:00
Jeroen Akkerman
6209e53c69
Merge pull request #253 from devforth/master
Bugfixes for preview images in editor
2020-11-11 22:57:08 +01:00
Jeroen Akkerman
11f805f0b5 Fix CSS scoping issues (#252) 2020-10-30 13:29:42 +01:00
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) 2020-10-08 12:19:11 +03:00
Ivan Borshchov
2c793ee418 Add images preview in edit mode plus add keydown cleanup 2020-09-10 11:30:09 +03:00
Nick Denry
82c447cf85 Remove bottom rigth radius for CM-sided 2020-06-03 00:45:28 +03:00
Nick Denry
f3b1090e53 Adjust sideBySide with no fullscreen and maxHeight option 2020-06-01 15:44:57 +03:00
Nick Denry
1fd1ee2a97 Deal with minHeight option 2020-05-29 03:15:56 +03:00
Nick Denry
a61c7198a3 Extra border fix 2020-05-29 01:59:22 +03:00
Nick Denry
b7093dabc3 Preview without fullscreen 2020-05-29 01:53:15 +03:00
StefKors
eec7559aaa Set base z-index to 0 2020-03-25 17:15:51 +01:00
Jeroen Akkerman
b85bdde0ed Add button shortcuts and typings 2020-03-06 01:17:33 +01:00
firm1
b11cd8edb0 don't use down icon 2020-01-28 21:35:28 +01:00
firm1
26d2da9e29 @Ionaru 's review : disable actions on top of dropdown, add dropdown icon and open on clic 2020-01-28 18:55:25 +01:00
firm1
eea2917be1 @situphen 's review 2020-01-28 18:54:35 +01:00
firm1
98fbe56248 allow dropdown menu on toolbar to group secondary buttons 2020-01-28 18:54:35 +01:00
Jeroen Akkerman
5ffeba5a3c Added option to override the preview screen styling 2019-07-12 14:00:23 +02:00
Jeroen Akkerman
e81e1f2c38 Fix sub-icons issue with FA5 2018-11-09 10:37:20 +01: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
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
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
de26368ad1 Set indent style to 4 spaces 2017-12-05 11:51:36 +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
60a4bb6392 Fix linting errors so project actually builds. 2017-12-04 11:16:25 +01: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
James Sinclair
4bf96ffd32 Addressing accessibility issues with using links instead of buttons. 2017-02-18 07:38:19 +11: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
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
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
24ec612c44 Fix linting and update dependencies 2016-03-14 21:28:56 -05:00
Wes Cossick
f1865e5536 Update version and rebuild project 2016-01-22 12:26:50 -06:00
Wes Cossick
e89b0e4049 Merge pull request #207 from vladson/master
Add characters count to status bar.
2015-12-17 22:14:24 -06:00
Vladislav Bogomolov
6c61b1a4aa Add characters count to status bar. 2015-12-18 01:35:29 +03:00
Adam Misiorny
3178aab2cb add styling for placeholder element 2015-12-10 22:55:54 +01:00
Wes Cossick
17dad384bc Fix #166, z-index inconsistencies causing scroll issues 2015-12-04 19:52:34 -06:00
Wes Cossick
361c097643 Fix gradient CSS 2015-11-03 10:29:46 -06:00
Wes Cossick
cef2623e2a Recompile files with latest commits 2015-11-03 10:16:08 -06:00
Wes Cossick
e20b64c97a Fix bug with sprockets compilation 2015-10-26 10:37:00 -05:00