Commit Graph

166 Commits (038a9204b4413900de7fbac8986bd54508d563ae)

Author SHA1 Message Date
Steve 038a9204b4 Allow for specifying a custom spell-checker for EasyMDE 3 years ago
Jeroen Akkerman fc0ecfa77e
Merge pull request #313 from wwsalmon/absolute-image-paths
Absolute image paths
3 years ago
Steve b61fe7945a Add simple class handling utiltity to DRY adding/removing class names.
Note that this isn't necessary and can be rolled back, but could be used throughout the code to make class handling more clear and consistent.
3 years ago
Steve 82a8e4a8ce restore removed comment 3 years ago
Steve 548229dd1a remove added comment 3 years ago
Steve 40ddcea4e3 remove extra comment updates 3 years ago
Steve d0f69390ce a little comment/cleanup 3 years ago
Steve 1ee8519e50 Unwind all the onlyCleanup stuff and set classes directly. 3 years ago
Steve 4533dd4776 clarify comments in togglePreview 3 years ago
Steve d636eb7407 clean up diff 3 years ago
Steve 7069fd1031 Move from multiple "no-fullscreen" classes to one using inheritance 3 years ago
Steve d76872f4ff undo some comment changes to make diff cleaner 3 years ago
Steve 8ed6cd699e make toggle cleanup flag clearer 3 years ago
Steve 25db654cf0 more code cleanup for readibilty 3 years ago
Steve fa8855e3be code refactoring to improve readability 3 years ago
Steve 61e93a3d53 handle fullscreen toggle consistently by adusting toggleSideBySide 3 years ago
Steve abbec5bde1 bugfix: move sidebyside accessor outside of options check 3 years ago
Samson Zhang 6e7e8f9b82 add imagePathAbsolute option 3 years ago
Daichi Ninomiya c2dbe77615
fix(easymde.js): Fixed extension acquisition logic 3 years ago
Jeroen Akkerman 0ff81e89a6
Merge pull request #286 from smundro/retain-preview-on-fullscreen-toggle
don't toggle preview if sideBySideFullscreen is false
3 years ago
Jeroen Akkerman 3f90b9fe72
Merge pull request #284 from Fanvadar/fix-spellchecker
Fix spell checker
3 years ago
Steve 480145264a don't toggle preview if sideBySideFullscreen is false 3 years ago
Alexander Wilson 7b0411fd79 Fix spell checker 3 years ago
Eugene Mirotin b7d5af36c8
Fix #278
Remove erroneous and unneeded call to window.removeEventListener
3 years ago
Marc-Etienne Trudel db348fe44b
wip 3 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