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

100 Commits

Author SHA1 Message Date
Nick Denry
1fd1ee2a97 Deal with minHeight option 2020-05-29 03:15:56 +03:00
Nick Denry
b7093dabc3 Preview without fullscreen 2020-05-29 01:53:15 +03: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
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
kolaente
de1f32bd1f
Fix icon class handling if no custom icon classes are provided 2020-03-23 18:18:04 +01:00
kolaente
cc0706bfc2
Also still add custom classes when using custom icon markup 2020-03-23 18:07:52 +01:00
kolaente
85e59747ab
Merge branch 'master' into feature/137-custom-icons 2020-03-23 17:48:29 +01:00
Jeroen Akkerman
cca5c07346 Add most recently merged PR (#169) to changelog 2020-03-20 14:24:14 +01:00
Jeroen Akkerman
f69b3c37fc
Merge pull request #169 from felipefdl/master
bugfix for IE compatibility, thanks to markedjs/marked#1585 (comment)
2020-03-20 14:17:19 +01:00
Dmitry Mazurov
1e64cba17e Added DateTimeFormat support for autosave.
Signed-off-by: Dmitry Mazurov <dimabzz@gmail.com>
2020-03-19 12:17:40 +03:00
Dmitry Mazurov
ad83e77aee Added option time format for autosave (12/24). Added option text for autosave. 2020-03-18 14:39:46 +03:00
Felipe Lima
afa35b9e65 bugfix for IE compatibility, thanks to markedjs/marked#1585 (comment) 2020-03-16 11:15:59 -03:00
kolaente
9a20111767
Remove unused empty line 2020-03-14 22:26:42 +01:00
kolaente
a12ba4790a
Add support for custom icon markup 2020-03-14 22:18:23 +01:00
Jeroen Akkerman
b85bdde0ed Add button shortcuts and typings 2020-03-06 01:17:33 +01:00
Jeroen Akkerman
8c01edd7cd Merge branch 'master' into dropdown 2020-03-06 00:52:20 +01:00
adamb70
c83c593d58 Use .call() on the sanitize function 2020-02-04 18:21:54 +00:00
adamb70
9d2665b895 Allow custom sanitize function
Update README.md
2020-02-04 13:46:56 +00:00
firm1
b11cd8edb0 don't use down icon 2020-01-28 21:35:28 +01:00
firm1
26d2da9e29 @Ionaru 's review : disable actions on top of dropdown, add dropdown icon and open on clic 2020-01-28 18:55:25 +01:00
firm1
eea2917be1 @situphen 's review 2020-01-28 18:54:35 +01:00
firm1
98fbe56248 allow dropdown menu on toolbar to group secondary buttons 2020-01-28 18:54:35 +01:00
firm1
9ab45526a1 Merge remote-tracking branch 'origin/allow-options' into allow-options
# Conflicts:
#	CHANGELOG.md
2020-01-26 20:28:08 +01:00
firm1
b6301f3976 update Changelog and @situphen 's review ! 2020-01-26 20:26:32 +01:00
Jeroen Akkerman
f319bc3096 Merge branch 'master' into allow-options 2020-01-26 00:05:09 +01:00
Jeroen Akkerman
b4eca2a3d6 Add name to changelog and add non-breaking option 2020-01-25 23:36:13 +01:00
firm1
4245da6eae add two options inputStyle and nativeSpellcheck 2020-01-25 03:43:44 +01:00
Situphen
0dc4c2697e Differentiate between regular autosave delay and submit autosave delay 2020-01-20 21:44:16 +01:00
Situphen
ef213175ce Remove empty localStorage entries 2020-01-12 13:25:23 +01:00
Jeroen Akkerman
d5d99e166e Merge branch 'master' into html_stay 2019-08-20 00:38:20 +02:00
Jeremy Fleischman
8a2283cf27
Bail out if there are no files to upload.
Without this change, if you either:
  - Click and drag some text into the markdown editor, or
  - Copy paste some text into the markdown editor

The status bar will get updated to say "Uploading image ...", and will
never stop.
2019-07-29 02:54:20 -07:00
Jeremy Fleischman
efb840c633
Fix openBrowseFileWindow to also obey self.options.imageUploadFunction if specified.
I think this part just got missed in
https://github.com/Ionaru/easy-markdown-editor/pull/106.

I'm not sure if I should be doing anything with the `onSuccess` and
`onError` callbacks here.
2019-07-29 02:49:36 -07:00
Sebastián Pérez Pérez
0a5b0d3ac4 Allow custom upload function 2019-07-23 13:35:49 +01:00
Jeroen Akkerman
63a1825b6e Log errors to console.error 2019-07-18 14:46:08 +02:00
Jeroen Akkerman
0558fb0d68 Increase timeout of error message to 10s 2019-07-18 14:29:54 +02:00
Jeroen Akkerman
65af615c9b This PR will close #46 (super small edit to make that comment) 2019-07-18 12:43:10 +02:00
Jeroen Akkerman
917ea336c4 Pre-calculate max file size 2019-07-18 12:01:50 +02:00
Jeroen Akkerman
f1b6a42561 Auto-format of the code 2019-07-18 12:00:32 +02:00
Jeroen Akkerman
6c66b54e2a Improve status bar logic 2019-07-18 11:45:39 +02:00
Jeroen van Oorschot
5f56c27ba7 update changelog 2019-07-16 11:01:05 +02:00
Jeroen van Oorschot
4f581b0c31 Show error message in status bar and reset status bar afterwards. 2019-07-15 22:29:11 +02:00
Jeroen van Oorschot
d9ee9c43d3 Allow server side error messages. 2019-07-15 22:04:02 +02:00
Jeroen van Oorschot
29d145a9b1 Add option for CSRF token on AJAX image upload 2019-07-15 21:39:49 +02:00
Jeroen van Oorschot
c54168a656 Fix status bar. 2019-07-15 15:52:43 +02:00
Jeroen van Oorschot
bbf3340581 IE11 compat. Fix status bar. 2019-07-15 15:11:07 +02:00
Jeroen van Oorschot
d317873fb0 update auxilary files and readme with 2.7.0 2019-07-15 13:24:58 +02:00
Jeroen van Oorschot
ff0db2000a Merge with 2.7.0. 2019-07-15 11:37:22 +02:00
Andreas Richter
f831662fdd Allow html to stay on preview page. 2019-06-26 11:06:00 -04:00