2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-06-28 13:41:01 -06:00

155 Commits

Author SHA1 Message Date
Steve
7069fd1031 Move from multiple "no-fullscreen" classes to one using inheritance 2021-03-16 09:08:54 -07:00
Steve
d76872f4ff undo some comment changes to make diff cleaner 2021-03-15 20:15:39 -07:00
Steve
8ed6cd699e make toggle cleanup flag clearer 2021-03-15 20:13:26 -07:00
Steve
25db654cf0 more code cleanup for readibilty 2021-03-15 20:08:38 -07:00
Steve
fa8855e3be code refactoring to improve readability 2021-03-15 19:40:57 -07:00
Steve
61e93a3d53 handle fullscreen toggle consistently by adusting toggleSideBySide 2021-03-15 19:30:56 -07:00
Steve
abbec5bde1 bugfix: move sidebyside accessor outside of options check 2021-03-15 13:53:08 -07:00
Daichi Ninomiya
c2dbe77615
fix(easymde.js): Fixed extension acquisition logic 2021-03-08 23:48:57 +09:00
Jeroen Akkerman
0ff81e89a6
Merge pull request #286 from smundro/retain-preview-on-fullscreen-toggle
don't toggle preview if sideBySideFullscreen is false
2020-12-31 17:27:54 +01:00
Jeroen Akkerman
3f90b9fe72
Merge pull request #284 from Fanvadar/fix-spellchecker
Fix spell checker
2020-12-31 17:27:31 +01:00
Steve
480145264a don't toggle preview if sideBySideFullscreen is false 2020-12-30 13:49:11 -08:00
Alexander Wilson
7b0411fd79 Fix spell checker 2020-12-29 11:58:40 +10:00
Eugene Mirotin
b7d5af36c8
Fix #278
Remove erroneous and unneeded call to window.removeEventListener
2020-12-22 13:38:39 +02:00
Marc-Etienne Trudel
db348fe44b
wip 2020-12-16 14:18:19 -05:00
Joh Dokler
c428a37ee3 Fix additional edge case for the sideBySideFullscreen=false + status=false bug 2020-12-09 12:08:15 +01:00
Joh Dokler
2a904b24ab Fix the sideBySideFullscreen=false + status=false bug 2020-12-09 11:58:57 +01:00
Jeroen Akkerman
f286a6bae5
Merge pull request #250 from danice/scrollbar-styles
Include Codemirror scrollbar style property
2020-11-11 22:59:59 +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
Dung Nguyen
65186e4537
Allow modify lineNumbers via config options 2020-11-11 21:48:53 +07:00
Jeroen Akkerman
70f3512120
Merge pull request #249 from mbolli/codemirror-autorefresh
include codemirror autorefresh addon
2020-10-30 12:39:22 +01:00
dani
29d2c6c5be fix for undefined scrollbar style 2020-10-11 08:44:20 +02:00
Ivan Borshchov
0c9be85cd7 fix not option 2020-10-08 13:27:01 +03: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
Jeroen Akkerman
6e48fc293c Set previewImagesInEditor option to false by default
Fixes #251
2020-10-06 14:52:54 +02:00
Daniel Calbet
eabb23fd3e using scrollbarStyle option 2020-10-02 09:25:13 +00:00
Michael Bolli
c780d5af38 include codemirror autorefresh addon 2020-10-02 10:45:53 +02:00
czynskee
4ce74e904b Added option to supply an additional code-mirror overlay mode 2020-09-16 12:31:35 -07:00
Boris Dalstein
418116c1cc Change default size units from 'b,Kb,Mb' to ' B, kB, MB' (#239) 2020-09-14 17:21:51 +02:00
Ivan Borshchov
2745b03b71 move line to another section ,rollback unneded change 2020-09-10 13:32:56 +03:00
Ivan Borshchov
2c793ee418 Add images preview in edit mode plus add keydown cleanup 2020-09-10 11:30:09 +03:00
Jeroen Akkerman
b461979067 Add missing drawUploadedImage export 2020-08-16 19:31:00 +02:00
Jeroen Akkerman
4796a2f5b6
Merge pull request #222 from nick-denry/fix_maxHeight_less_than_minHeight
Fix max height less than min height
2020-08-15 20:19:19 +02:00
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
2020-08-11 12:38:19 +02:00
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
2020-08-10 16:58:45 +02:00
Nick Denry
8b177f9c05 KISS fix 2020-08-09 17:45:49 +03:00
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.
2020-08-08 11:05:56 +01:00
Joshua License
11d210545b Early exit from updateStatusBar if no status bar is available 2020-08-08 09:18:18 +01:00
Nick Denry
55312d8ec3
Fix toTextArea issue
Solves https://github.com/Ionaru/easy-markdown-editor/issues/217
2020-08-08 00:22:06 +03:00
Nick Denry
065a022644 Fix comment 2020-08-07 23:46:51 +03:00
Nick Denry
32e0971483 Fix maxHeight less than minHeight 2020-08-07 23:41:56 +03:00
Jeroen Akkerman
531a0e6227
Merge pull request #204 from firm1/fix_181
forget debug options
2020-06-11 17:15:20 +02:00
firm1
3b831f87a4 forget debug options 2020-06-11 17:09:09 +02:00
Jeroen Akkerman
8212d4901a
Merge pull request #182 from firm1/fix_181
fix #181 : allow saving only on change content
2020-06-11 12:57:44 +02:00
johannes karoff
36d9b238cf adhere to language ascription in highlightjs 2020-06-11 12:29:33 +02:00
firm1
5db44ab734 better debounce 2020-06-08 11:20:46 +02:00
firm1
825c65e204 not an option but a bugfix 2020-06-08 11:20:46 +02:00
firm1
450bead2d1 fix #181 : allow saving only on change content 2020-06-08 11:19:52 +02:00
Nick Denry
b23ff6675d Use undefined instead of false 2020-06-03 22:45:59 +03:00
Nick Denry
04ed77f829 KISS fix 2020-06-03 22:09:01 +03:00
Nick Denry
57788bd392 Code style 2020-06-03 00:59:02 +03:00