2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-06-30 22:51:01 -06:00

1203 Commits

Author SHA1 Message Date
Michael Bolli
206f02272b changelog: include new autoRefresh option 2020-10-02 11:16:38 +02:00
Michael Bolli
c780d5af38 include codemirror autorefresh addon 2020-10-02 10:45:53 +02:00
Jeroen Akkerman
3e8830de82 2.12.0 2.12.0 2020-09-29 22:38:25 +02:00
Jeroen Akkerman
c94ea5301c Add missing type for previewImagesInEditor 2020-09-29 22:38:22 +02:00
Jeroen Akkerman
b86cd5ba01 Update changelog for 2.12.0 2020-09-29 22:33:06 +02:00
Jeroen Akkerman
14a5029306
Merge pull request #244 from czynskee/cm_overlay_mode_param
Cm overlay mode param
2020-09-29 22:13:52 +02:00
Jeroen Akkerman
dc6074d535 Merge branch 'master' into cm_overlay_mode_param 2020-09-29 22:07:25 +02:00
Jeroen Akkerman
3c99ac805e Update dependencies, closes #246 2020-09-29 21:51:12 +02:00
Jeroen Akkerman
5dc8bd5248 Add some static methods to typing tests 2020-09-29 21:47:34 +02:00
czynskee
eac3f519fb Update readme with overlayMode options. 2020-09-16 12:48:52 -07:00
czynskee
4ce74e904b Added option to supply an additional code-mirror overlay mode 2020-09-16 12:31:35 -07:00
Jeroen Akkerman
00215ecaeb
Merge pull request #242 from dalboris/better-size-units-2
Change default size units from 'b,Kb,Mb' to ' B, kB, MB' (#239)
2020-09-14 17:40:07 +02: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
Jeroen Akkerman
7b90f83ae9
Merge pull request #235 from devforth/master
Add images preview in edit mode plus add keydown cleanup
2020-09-10 16:40:47 +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
Jeroen Akkerman
5a5bb97a20
Merge pull request #223 from nick-denry/fix_to_textarea
Fix toTextArea issue
2020-08-10 16:43: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
754bdc3ab2 Add missing changelog link 2020-07-16 18:47:20 +02:00
Jeroen Akkerman
78c3b6fa28 Fix changelog link 2020-07-16 18:46:39 +02:00
Jeroen Akkerman
c8630d6840 2.11.0 2.11.0 2020-07-16 18:45:15 +02:00
Jeroen Akkerman
87182dda65 Update changelog for 2.11.0 2020-07-16 18:45:02 +02:00
Jeroen Akkerman
3af0a9f5f3 Update dependencies 2020-07-16 18:42:53 +02: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
Jeroen Akkerman
86d6ce7c6a
Merge pull request #203 from cornerman/highlightjs
adhere to language ascription in highlightjs
2020-06-11 12:52:28 +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
Jeroen Akkerman
9dbb1dbe8a
Merge pull request #201 from nick-denry/describe_maxheight_option
Describe maxHeight option
2020-06-03 22:18:48 +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
2bd4b289b3 maxHeight option typings 2020-06-03 17:30:13 +03:00
Nick Denry
d339c6af97 Describe maxHeight option 2020-06-03 17:15:06 +03:00
Jeroen Akkerman
d90085acb5
Merge pull request #196 from nick-denry/preview_without_fullscreen
Preview without fullscreen
2020-06-03 13:40:09 +02:00
Jeroen Akkerman
711d62cd8f Fix whitespace character in readme 2020-06-03 13:00:55 +02:00
Jeroen Akkerman
8fa73cf079 Add new option to documentation and typings 2020-06-03 12:55:27 +02:00
Jeroen Akkerman
4a6119daaf Add contribution to changelog 2020-06-03 12:52:28 +02:00
Nick Denry
57788bd392 Code style 2020-06-03 00:59:02 +03:00