2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-06-29 14:11:02 -06:00

1130 Commits

Author SHA1 Message Date
Jeroen Akkerman
a7f4262166 Update changelog for PR #272 2020-12-12 00:38:19 +01:00
Jeroen Akkerman
6306b96cf7
Merge pull request #272 from joahim/master
Fix the sideBySideFullscreen=false + status=false bug
2020-12-09 14:13:27 +01: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
Jeroen Akkerman
62b95316b2 2.13.0 2.13.0 2020-11-11 22:54:38 +01:00
Jeroen Akkerman
7efef3b003 Update changelog for 2.13.0 2020-11-11 22:54:29 +01:00
Jeroen Akkerman
9a2e12a4e9 Update dependencies 2020-11-11 22:52:34 +01:00
Jeroen Akkerman
e087158074
Merge pull request #267 from nhymxu/patch-1
Allow modify lineNumbers via config options
2020-11-11 22:49:21 +01:00
Jeroen Akkerman
b06d1fe67f Add documentation and typings 2020-11-11 22:41:49 +01:00
Dung Nguyen
65186e4537
Allow modify lineNumbers via config options 2020-11-11 21:48:53 +07:00
Jeroen Akkerman
11f805f0b5 Fix CSS scoping issues (#252) 2020-10-30 13:29:42 +01:00
Jeroen Akkerman
21d51a053b Updated dependencies 2020-10-30 13:24:18 +01:00
Jeroen Akkerman
f65d2a7cc9 Updated changelog for PR #249 2020-10-30 13:20:25 +01:00
Jeroen Akkerman
70f3512120
Merge pull request #249 from mbolli/codemirror-autorefresh
include codemirror autorefresh addon
2020-10-30 12:39:22 +01:00
Jeroen Akkerman
6d173d0024
Update CONTRIBUTING.md 2020-10-16 14:35:34 +02: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
edfeb87653 previewImagesInEditor doc improve 2020-10-08 12:20:26 +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
23c17b88b4 2.12.1 2.12.1 2020-10-06 15:00:21 +02:00
Jeroen Akkerman
1e41667ec6 Update changelog for 2.12.1 2020-10-06 14:59:40 +02:00
Jeroen Akkerman
6e48fc293c Set previewImagesInEditor option to false by default
Fixes #251
2020-10-06 14:52:54 +02:00
Daniel Calbet
c696922fe1 changelog: include new scrollbarStyle option 2020-10-04 06:55:35 +00:00
Daniel Calbet
3517348ef7 scrollbar style in options type 2020-10-04 06:39:01 +00:00
Daniel Calbet
eabb23fd3e using scrollbarStyle option 2020-10-02 09:25:13 +00:00
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