Commit Graph

100 Commits (1fd1ee2a9740e9166a48802e53bbbee2e4b563d3)

Author SHA1 Message Date
Nick Denry 1fd1ee2a97 Deal with minHeight option 4 years ago
Nick Denry b7093dabc3 Preview without fullscreen 4 years ago
Jeroen Akkerman 890c72589e Fix checkboxes always have bullets in front of them
Fixes #136
4 years ago
Jeroen Akkerman df3d6511c8
Merge pull request #180 from A-312/no-previous-function
Add `toolbar` variable instead `wrapper.previousSibling`
4 years ago
firm1 24d4cc87af fix #183 : refresh cursor position on activity 4 years ago
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.
4 years ago
kolaente de1f32bd1f
Fix icon class handling if no custom icon classes are provided 4 years ago
kolaente cc0706bfc2
Also still add custom classes when using custom icon markup 4 years ago
kolaente 85e59747ab
Merge branch 'master' into feature/137-custom-icons 4 years ago
Jeroen Akkerman cca5c07346 Add most recently merged PR (#169) to changelog 4 years ago
Jeroen Akkerman f69b3c37fc
Merge pull request #169 from felipefdl/master
bugfix for IE compatibility, thanks to markedjs/marked#1585 (comment)
4 years ago
Dmitry Mazurov 1e64cba17e Added DateTimeFormat support for autosave.
Signed-off-by: Dmitry Mazurov <dimabzz@gmail.com>
4 years ago
Dmitry Mazurov ad83e77aee Added option time format for autosave (12/24). Added option text for autosave. 4 years ago
Felipe Lima afa35b9e65 bugfix for IE compatibility, thanks to markedjs/marked#1585 (comment) 4 years ago
kolaente 9a20111767
Remove unused empty line 4 years ago
kolaente a12ba4790a
Add support for custom icon markup 4 years ago
Jeroen Akkerman b85bdde0ed Add button shortcuts and typings 4 years ago
Jeroen Akkerman 8c01edd7cd Merge branch 'master' into dropdown 4 years ago
adamb70 c83c593d58 Use .call() on the sanitize function 4 years ago
adamb70 9d2665b895 Allow custom sanitize function
Update README.md
4 years ago
firm1 b11cd8edb0 don't use down icon 4 years ago
firm1 26d2da9e29 @Ionaru 's review : disable actions on top of dropdown, add dropdown icon and open on clic 4 years ago
firm1 eea2917be1 @situphen 's review 4 years ago
firm1 98fbe56248 allow dropdown menu on toolbar to group secondary buttons 4 years ago
firm1 9ab45526a1 Merge remote-tracking branch 'origin/allow-options' into allow-options
# Conflicts:
#	CHANGELOG.md
4 years ago
firm1 b6301f3976 update Changelog and @situphen 's review ! 4 years ago
Jeroen Akkerman f319bc3096 Merge branch 'master' into allow-options 4 years ago
Jeroen Akkerman b4eca2a3d6 Add name to changelog and add non-breaking option 4 years ago
firm1 4245da6eae add two options inputStyle and nativeSpellcheck 4 years ago
Situphen 0dc4c2697e Differentiate between regular autosave delay and submit autosave delay 4 years ago
Situphen ef213175ce Remove empty localStorage entries 4 years ago
Jeroen Akkerman d5d99e166e Merge branch 'master' into html_stay 5 years ago
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.
5 years ago
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.
5 years ago
Sebastián Pérez Pérez 0a5b0d3ac4 Allow custom upload function 5 years ago
Jeroen Akkerman 63a1825b6e Log errors to console.error 5 years ago
Jeroen Akkerman 0558fb0d68 Increase timeout of error message to 10s 5 years ago
Jeroen Akkerman 65af615c9b This PR will close #46 (super small edit to make that comment) 5 years ago
Jeroen Akkerman 917ea336c4 Pre-calculate max file size 5 years ago
Jeroen Akkerman f1b6a42561 Auto-format of the code 5 years ago
Jeroen Akkerman 6c66b54e2a Improve status bar logic 5 years ago
Jeroen van Oorschot 5f56c27ba7 update changelog 5 years ago
Jeroen van Oorschot 4f581b0c31 Show error message in status bar and reset status bar afterwards. 5 years ago
Jeroen van Oorschot d9ee9c43d3 Allow server side error messages. 5 years ago
Jeroen van Oorschot 29d145a9b1 Add option for CSRF token on AJAX image upload 5 years ago
Jeroen van Oorschot c54168a656 Fix status bar. 5 years ago
Jeroen van Oorschot bbf3340581 IE11 compat. Fix status bar. 5 years ago
Jeroen van Oorschot d317873fb0 update auxilary files and readme with 2.7.0 5 years ago
Jeroen van Oorschot ff0db2000a Merge with 2.7.0. 5 years ago
Andreas Richter f831662fdd Allow html to stay on preview page. 5 years ago