Commit Graph

50 Commits (2.4.1)

Author SHA1 Message Date
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`. 7 years ago
Jeroen Akkerman de26368ad1 Set indent style to 4 spaces 7 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.
7 years ago
Jeroen Akkerman 60a4bb6392 Fix linting errors so project actually builds. 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
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
Wes Cossick f1865e5536 Update version and rebuild project 8 years ago
Wes Cossick e89b0e4049 Merge pull request #207 from vladson/master
Add characters count to status bar.
9 years ago
Vladislav Bogomolov 6c61b1a4aa Add characters count to status bar. 9 years ago
Adam Misiorny 3178aab2cb add styling for placeholder element 9 years ago
Wes Cossick 17dad384bc Fix #166, z-index inconsistencies causing scroll issues 9 years ago
Wes Cossick 361c097643 Fix gradient CSS 9 years ago
Wes Cossick cef2623e2a Recompile files with latest commits 9 years ago
Wes Cossick e20b64c97a Fix bug with sprockets compilation 9 years ago
Wes Cossick de87b0ccd3 Added basic HTML tag syntax highlight styling 9 years ago
Wes Cossick 03b5ed2551 Fix preview overlap issue 9 years ago
PhantomX df1e551c0f add UMD support and add linting utility for JavaScript ESLint 9 years ago
Wes Cossick a52a9a0098 Use .no-disable and .no-mobile classes instead of .fa-X classes 9 years ago
Wes Cossick 5466648503 Rebuild project 9 years ago
Wes Cossick b0193b4110 Hide fullscreen button on mobile due to issues 9 years ago
Wes Cossick f77dbc6aab Update/download dependencies 9 years ago
Wes Cossick 08c9d89662 Fix toolbar height again 9 years ago
Wes Cossick 4213ec606a Fix toolbar height bug in fullscreen 9 years ago
Dave Brondsema fe1f2a8d4f Negate the active styling of buttons when in preview mode 9 years ago
Wes Cossick 8ed562431a Compress and prettify 9 years ago
Wes Cossick e9d4205731 Mobile: Fade edges of fullscreen toolbar 9 years ago
Wes Cossick 8c32586d73 Mobile: Hide side-by-side preview 9 years ago
Wes Cossick eba5e8a77d Better bigger/smaller heading icons 9 years ago
Wes Cossick 8218391cfd Gulp now pretty formats JS and CSS 9 years ago
Wes Cossick 866488b0a9 Brand new side-by-side preview mode 9 years ago
Wes Cossick db6d381d1c Three new heading icons, Fix heading button bugs 9 years ago
Wes Cossick 8311c8431b Fix toolbar button shift issue 9 years ago
Wes Cossick ebabe1c48b Improve fullscreen, fix responsiveness 9 years ago
Wes Cossick 10ee1e70b5 Fix bug where toolbar height would leave gap 9 years ago
Fernando Mendes f2504d2dfc Updates CSS files to the most recent version 9 years ago
Fernando Mendes 7ba6bf8dbe Updates gulpfile and syncs with base repo 9 years ago
Marcos Piccinini de7f1a8d11 add css 9 years ago
Fernando Mendes 154723e058 Updates project structure to match gulpfile 9 years ago