Commit Graph

229 Commits (4d35093129d6388a955ab85a473167b9f24e09a7)

Author SHA1 Message Date
blackberrypineapple 4d35093129 Add indent and outdent toolbar buttons
Use commands 'tabAndIndentMarkdownList' and
'shiftTabAndUnindentMarkdownList' assigned to keyboard shortcuts.
10 months ago
Jeroen akkerman d26b4e399b Add toolbarButtonClassPrefix option
Fixes #493
2 years ago
Jeroen akkerman f8a66b120b Edit regex pattern for Safari browser, fixes #478 2 years ago
Jeroen Akkerman b4c55d9075
Merge pull request #471 from LevitatingOrange/detachedPreviewRendering 2 years ago
Jonathan f7b4fbfda5
Add support for Header size 4, 5, 6 2 years ago
hackerwins 03fec127eb Fix invalid icons 2 years ago
Jeroen Akkerman 4d065c361e
Merge pull request #454 from vanillajonathan/patch-8
Refactor into using a map for icon classes
2 years ago
Jonathan 78fcda535d
Update easymde.js 2 years ago
Jeroen Akkerman c84af4c3ed Fix hyperlink doubling
Closes #25
Closes #95
Closes #281
2 years ago
Lennart Vogelsang 8295aa6a5a
Changed: ignore output of previewRender if it is null 2 years ago
Jeroen Akkerman 7338ddb6e3 Replace remaining className usages 2 years ago
Jonathan 23f241bd47
Use classList.add and classList.remove 2 years ago
Jonathan 0eab3e11e8
Update easymde.js 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 21fda66d3d
Update easymde.js 2 years ago
Jonathan 9d74ea296c
Refactor into using a map for icon classes 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