Commit Graph

143 Commits (7b0411fd790a2cdc4fd5a19a0f33596c0aeccae9)

Author SHA1 Message Date
Alexander Wilson 7b0411fd79 Fix spell checker 3 years ago
Marc-Etienne Trudel db348fe44b
wip 4 years ago
Joh Dokler c428a37ee3 Fix additional edge case for the sideBySideFullscreen=false + status=false bug 4 years ago
Joh Dokler 2a904b24ab Fix the sideBySideFullscreen=false + status=false bug 4 years ago
Jeroen Akkerman f286a6bae5
Merge pull request #250 from danice/scrollbar-styles
Include Codemirror scrollbar style property
4 years ago
Jeroen Akkerman 6209e53c69
Merge pull request #253 from devforth/master
Bugfixes for preview images in editor
4 years ago
Dung Nguyen 65186e4537
Allow modify lineNumbers via config options 4 years ago
Jeroen Akkerman 70f3512120
Merge pull request #249 from mbolli/codemirror-autorefresh
include codemirror autorefresh addon
4 years ago
dani 29d2c6c5be fix for undefined scrollbar style 4 years ago
Ivan Borshchov 0c9be85cd7 fix not option 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
Jeroen Akkerman 6e48fc293c Set `previewImagesInEditor` option to `false` by default
Fixes #251
4 years ago
Daniel Calbet eabb23fd3e using scrollbarStyle option 4 years ago
Michael Bolli c780d5af38 include codemirror autorefresh addon 4 years ago
czynskee 4ce74e904b Added option to supply an additional code-mirror overlay mode 4 years ago
Boris Dalstein 418116c1cc Change default size units from 'b,Kb,Mb' to ' B, kB, MB' (#239) 4 years ago
Ivan Borshchov 2745b03b71 move line to another section ,rollback unneded change 4 years ago
Ivan Borshchov 2c793ee418 Add images preview in edit mode plus add keydown cleanup 4 years ago
Jeroen Akkerman b461979067 Add missing drawUploadedImage export 4 years ago
Jeroen Akkerman 4796a2f5b6
Merge pull request #222 from nick-denry/fix_maxHeight_less_than_minHeight
Fix max height less than min height
4 years ago
Jeroen Akkerman b9b19bb5ff
Merge pull request #225 from JoshuaLicense/pass-context-to-custom-image-upload-function
Pass the MDE context to the custom image function
4 years ago
Jeroen Akkerman 45e409b85e
Merge pull request #224 from JoshuaLicense/fix-image-upload-without-status-bar
Fix calls to updateStatusBar when the status bar is hidden
4 years ago
Nick Denry 8b177f9c05 KISS fix 4 years ago
Joshua License 0fc64ff7f9 Pass the MDE context to the image function
Removes the need to bind the context manually when wanting to access the class methods.
4 years ago
Joshua License 11d210545b Early exit from updateStatusBar if no status bar is available 4 years ago
Nick Denry 55312d8ec3
Fix toTextArea issue
Solves https://github.com/Ionaru/easy-markdown-editor/issues/217
4 years ago
Nick Denry 065a022644 Fix comment 4 years ago
Nick Denry 32e0971483 Fix maxHeight less than minHeight 4 years ago
Jeroen Akkerman 531a0e6227
Merge pull request #204 from firm1/fix_181
forget debug options
4 years ago
firm1 3b831f87a4 forget debug options 4 years ago
Jeroen Akkerman 8212d4901a
Merge pull request #182 from firm1/fix_181
fix #181 : allow saving only on change content
4 years ago
johannes karoff 36d9b238cf adhere to language ascription in highlightjs 4 years ago
firm1 5db44ab734 better debounce 4 years ago
firm1 825c65e204 not an option but a bugfix 4 years ago
firm1 450bead2d1 fix #181 : allow saving only on change content 4 years ago
Nick Denry b23ff6675d Use undefined instead of false 4 years ago
Nick Denry 04ed77f829 KISS fix 4 years ago
Nick Denry 57788bd392 Code style 4 years ago
Nick Denry f72d590332 Semantic fix 4 years ago
Nick Denry 4862def4a4 Toggle sideBySide first due to classes set properly 4 years ago
Nick Denry d4cbe44fa4 Set preview height after element is added 4 years ago
Nick Denry f3b1090e53 Adjust sideBySide with no fullscreen and maxHeight option 4 years ago
Nick Denry f85afc44e1 Code style 4 years ago
Nick Denry 1fd1ee2a97 Deal with minHeight option 4 years ago
Nick Denry b7093dabc3 Preview without fullscreen 4 years ago
Jeroen Akkerman 890c72589e Fix checkboxes always have bullets in front of them
Fixes #136
4 years ago
Jeroen Akkerman df3d6511c8
Merge pull request #180 from A-312/no-previous-function
Add `toolbar` variable instead `wrapper.previousSibling`
4 years ago
firm1 24d4cc87af fix #183 : refresh cursor position on activity 4 years ago
A-312 3150f71342 Add `toolbar` variable instead `wrapper.previousSibling`
In my project we customize Easymde and add div between toolbar and wrapper, this break fullscreen feature.
4 years ago
kolaente de1f32bd1f
Fix icon class handling if no custom icon classes are provided 4 years ago