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

1130 Commits

Author SHA1 Message Date
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
Nick Denry
82c447cf85 Remove bottom rigth radius for CM-sided 2020-06-03 00:45:28 +03:00
Nick Denry
f72d590332 Semantic fix 2020-06-02 16:05:45 +03:00
Nick Denry
4862def4a4 Toggle sideBySide first due to classes set properly 2020-06-01 16:16:40 +03:00
Nick Denry
d4cbe44fa4 Set preview height after element is added 2020-06-01 16:15:18 +03:00
Nick Denry
f3b1090e53 Adjust sideBySide with no fullscreen and maxHeight option 2020-06-01 15:44:57 +03:00
Nick Denry
f85afc44e1 Code style 2020-05-29 17:42:07 +03:00
Nick Denry
1fd1ee2a97 Deal with minHeight option 2020-05-29 03:15:56 +03:00
Nick Denry
a61c7198a3 Extra border fix 2020-05-29 01:59:22 +03:00
Nick Denry
b7093dabc3 Preview without fullscreen 2020-05-29 01:53:15 +03:00
Jeroen Akkerman
41fef9ae3e Update dependencies 2020-05-09 01:16:24 +02:00
Jeroen Akkerman
454ebc6fb6 Add support for Node.js 14 2020-05-09 01:14:50 +02:00
Jeroen Akkerman
890c72589e Fix checkboxes always have bullets in front of them
Fixes #136
2020-05-09 01:14:41 +02:00
Jeroen Akkerman
df3d6511c8
Merge pull request #180 from A-312/no-previous-function
Add `toolbar` variable instead `wrapper.previousSibling`
2020-04-27 15:43:31 +02:00
Jeroen Akkerman
b1d29c491f
Merge pull request #184 from firm1/fix_183
Fix refresh display cursor position
2020-04-20 15:12:49 +02:00
firm1
64705178ab changelog 2020-04-15 15:12:11 +02:00
firm1
24d4cc87af fix #183 : refresh cursor position on activity 2020-04-15 15:10:59 +02:00
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.
2020-04-10 22:34:10 +02:00
Jeroen Akkerman
228fe91a72 2.10.1 2.10.1 2020-04-06 14:09:36 +02:00
Jeroen Akkerman
546c09da5b Update changelog for 2.10.1 2020-04-06 14:09:30 +02:00
Jeroen Akkerman
cc65563714 Fixed typescript error when entering certain strings for toolbar buttons
Closes #178
2020-04-06 14:07:24 +02:00
Jeroen Akkerman
bcb1f7dfbd 2.10.0 2.10.0 2020-04-02 12:15:12 +02:00
Jeroen Akkerman
d628896c91 Update changelog for 2.10.0 2020-04-02 12:15:01 +02:00
Jeroen Akkerman
ad439d157a Update dependencies 2020-04-02 12:11:14 +02:00