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
Wes Cossick
de87b0ccd3
Added basic HTML tag syntax highlight styling
2015-10-21 10:04:21 -05:00
Wes Cossick
03b5ed2551
Fix preview overlap issue
2015-10-20 15:13:28 -05:00
PhantomX
df1e551c0f
add UMD support and add linting utility for JavaScript ESLint
2015-10-07 23:52:14 +03:00
Wes Cossick
a52a9a0098
Use .no-disable and .no-mobile classes instead of .fa-X classes
2015-09-25 15:56:49 -05:00
Wes Cossick
5466648503
Rebuild project
2015-09-25 15:49:54 -05:00
Wes Cossick
b0193b4110
Hide fullscreen button on mobile due to issues
2015-09-25 15:32:24 -05:00
Wes Cossick
f77dbc6aab
Update/download dependencies
2015-09-12 02:03:49 -05:00
Wes Cossick
08c9d89662
Fix toolbar height again
2015-09-05 14:17:59 -05:00
Wes Cossick
4213ec606a
Fix toolbar height bug in fullscreen
2015-09-05 14:13:41 -05:00
Dave Brondsema
fe1f2a8d4f
Negate the active styling of buttons when in preview mode
2015-09-03 17:27:49 +00:00
Wes Cossick
8ed562431a
Compress and prettify
2015-09-02 10:23:15 -05:00
Wes Cossick
e9d4205731
Mobile: Fade edges of fullscreen toolbar
2015-09-02 01:09:02 -05:00
Wes Cossick
8c32586d73
Mobile: Hide side-by-side preview
2015-09-02 00:46:23 -05:00