Commit Graph

215 Commits (23f241bd47e5e11cb72369787b201d496948768e)

Author SHA1 Message Date
Jonathan 23f241bd47
Use classList.add and classList.remove 2 years ago
Jeroen Akkerman 24feffcba6
Merge pull request #464 from vanillajonathan/patch-1
Add ARIA role=application
2 years ago
Jeroen Akkerman e57c16bc5c
Merge pull request #461 from vanillajonathan/patch-12 2 years ago
Jonathan eee701ef86
Update easymde.js 2 years ago
Jeroen Akkerman 3895e0a607
Merge pull request #451 from vanillajonathan/patch-7
Add keyboard shortcuts for headings
2 years ago
Jonathan 3cc99e47ae
Add ARIA role=application 2 years ago
Jonathan 4714577c36
Update easymde.js 2 years ago
Jonathan cd9bbe7939
Add ARIA attribute to button 2 years ago
Jeroen Akkerman 611aa50443
Merge pull request #455 from vanillajonathan/patch-9
Set role attribute on the toolbar
2 years ago
Jonathan 38717daffe
Add support for text buttons 2 years ago
Jonathan 146a5e3fb1
Accept APNG for image uploads 2 years ago
Jonathan b31cf2bf7c
Accept AVIF for image uploads 2 years ago
Jonathan bed6b493c8
Update easymde.js 2 years ago
Jeroen Akkerman 2b178671ca
Merge pull request #449 from vanillajonathan/patch-2
Add actions for header size 4, 5 and 6
2 years ago
Jonathan 2666001eda
Set role attribute on the toolbar 2 years ago
Jonathan 757d5eb729
Add keyboard shortcuts for headings 2 years ago
Jonathan be1d994322
Update easymde.js 2 years ago
Jonathan 0dd2f99f9d
Accept GIF for image uploads 2 years ago
Jonathan 9a57f00d92
Update easymde.js 2 years ago
Jonathan c1071c8539
Add header size 4, 5 and 6 2 years ago
Jeroen Akkerman 16f2dde59d Fix #399 autofocus property 2 years ago
Salem Cobalt bf9b0108d7
Handle Webp Image Uploads
With this fix, uploaded WebP images render as links in the markdown (vs images).
2 years ago
Diego Garcia Weber ed196be5a0 added option to readme, imagesPreviewHandler to types and defensive check that the handler provided by the user returns a string 2 years ago
Diego Garcia Weber d8fa00e460 Adds the option to add a handler for images preview 2 years ago
ZsgsDesign aa6fe59e93 fixed default image configuration typo 2 years ago
ZsgsDesign 8805c379d8 fixed comment typo for csrf token 2 years ago
ZsgsDesign f3dca2e82a add robust CSRF support and provide default values for CSRF fields 2 years ago
Jeroen Akkerman d8eae5d74c Improve readability of encode/escape functionality 2 years ago
Zignature 16545eb0e1 Made escaping prompt URLs automatic instead of optional again 2 years ago
Zignature c174b6f149 Changed function name escapeURI to escapedPromptURL and option escapeURLs to option escapePromptURLs 2 years ago
Zignature 33489ab616 URL encoding and escaping for JS prompt URLs
- URL encoding and escaping added for JS prompt entered URLs
- added option escapeURLs (boolean)
2 years ago
Zignature 5d0294f5f5 Fix issue #373 problems in urls with special characters
Added function to escape URLs entered via JS prompt.

It's a partial fix because people cannot be stopped entering URLs manually and forgetting to escape them.
2 years ago
Jeroen Akkerman 6159ed1383 Update marked to resolve security vulnerability 2 years ago
Jeroen Akkerman 24d86491da Fix incorrect initial line and column count 2 years ago
Jeroen Akkerman 98d9049728 Move adding custom attributes above all others 2 years ago
Jeroen Akkerman 565c42e0ff Add hasOwnProperty check 2 years ago
Jeroen Akkerman 1c656d5712 Merge branch 'master' into options-toolbarbutton-attributes 2 years ago
Jeroen Akkerman c1da7424e9
Merge pull request #389 from Zignature/options-liststyle
Fix for issue #386 Show '-' instead of '*' for unordered list
2 years ago
Jeroen Akkerman e2db3c6946 Attempt at improving submenus in Safari for #362 2 years ago
Zignature 2cdc11848a Requested changes applied 2 years ago
Zignature 5df842b630 Fix for issue #386 Show '-' instead of '*' for unordered list
Added unorderedListStyle to the options
2 years ago
Zignature a9d9993dae Fix for issue #380 Custom attributes for toolbar buttons
Added "attributes" option to custom toolbar button
2 years ago
Zignature 2936fc3383 Accurate line and column count in status bar
Both Line and column (character) count are increased by 1.

This fixes issue #381
2 years ago
Zignature a7170b9392 Fix issue #381 2 years ago
Jeroen Akkerman 42304e8a87 Update editorconfig and automatic code format 3 years ago
Jeroen Akkerman cda237031f
Merge pull request #357 from ukjinjang/fix/compare_image_extension
Convert media file extension to lowercase before check if image
3 years ago
Irene Oppo 53223c4de0 Support rtl languages by adding a direction option 3 years ago
Uk-Jin Jang b121795887 fix: convert media file extension to lowercase before check if image 3 years ago
mrlugilugi f52f9807a2
fix: Escaping asterisk to produce valid RegEx 3 years ago
Steve 038a9204b4 Allow for specifying a custom spell-checker for EasyMDE 3 years ago