2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-04 08:34:28 -06:00

226 Commits

Author SHA1 Message Date
Jeroen Akkerman
b4c55d9075
Merge pull request #471 from LevitatingOrange/detachedPreviewRendering 2022-08-20 17:24:15 +02:00
Jonathan
f7b4fbfda5
Add support for Header size 4, 5, 6 2022-08-12 12:15:42 +02:00
hackerwins
03fec127eb Fix invalid icons 2022-06-27 09:30:56 +09:00
Jeroen Akkerman
4d065c361e
Merge pull request #454 from vanillajonathan/patch-8
Refactor into using a map for icon classes
2022-06-16 17:25:43 +02:00
Jonathan
78fcda535d
Update easymde.js 2022-06-16 14:09:13 +02:00
Jeroen Akkerman
c84af4c3ed Fix hyperlink doubling
Closes #25
Closes #95
Closes #281
2022-06-16 10:52:01 +02:00
Lennart Vogelsang
8295aa6a5a
Changed: ignore output of previewRender if it is null 2022-06-07 19:55:27 +02:00
Jeroen Akkerman
7338ddb6e3 Replace remaining className usages 2022-05-24 12:25:09 +02:00
Jonathan
23f241bd47
Use classList.add and classList.remove 2022-05-23 19:05:42 +02:00
Jonathan
0eab3e11e8
Update easymde.js 2022-05-22 20:43:55 +02:00
Jeroen Akkerman
24feffcba6
Merge pull request #464 from vanillajonathan/patch-1
Add ARIA role=application
2022-05-22 18:47:33 +02:00
Jeroen Akkerman
e57c16bc5c
Merge pull request #461 from vanillajonathan/patch-12 2022-05-22 18:45:14 +02:00
Jonathan
eee701ef86
Update easymde.js 2022-05-22 18:15:02 +02:00
Jeroen Akkerman
3895e0a607
Merge pull request #451 from vanillajonathan/patch-7
Add keyboard shortcuts for headings
2022-05-22 14:14:45 +02:00
Jonathan
3cc99e47ae
Add ARIA role=application 2022-05-22 12:04:03 +02:00
Jonathan
4714577c36
Update easymde.js 2022-05-22 11:34:31 +02:00
Jonathan
cd9bbe7939
Add ARIA attribute to button 2022-05-22 00:17:53 +02:00
Jeroen Akkerman
611aa50443
Merge pull request #455 from vanillajonathan/patch-9
Set role attribute on the toolbar
2022-05-21 11:38:52 +02:00
Jonathan
38717daffe
Add support for text buttons 2022-05-19 22:49:29 +02:00
Jonathan
146a5e3fb1
Accept APNG for image uploads 2022-05-19 19:02:14 +02:00
Jonathan
b31cf2bf7c
Accept AVIF for image uploads 2022-05-19 12:20:40 +02:00
Jonathan
bed6b493c8
Update easymde.js 2022-05-19 10:14:11 +02:00
Jeroen Akkerman
2b178671ca
Merge pull request #449 from vanillajonathan/patch-2
Add actions for header size 4, 5 and 6
2022-05-19 09:37:22 +02:00
Jonathan
2666001eda
Set role attribute on the toolbar 2022-05-18 22:03:48 +02:00
Jonathan
21fda66d3d
Update easymde.js 2022-05-18 19:45:35 +02:00
Jonathan
9d74ea296c
Refactor into using a map for icon classes 2022-05-18 19:39:39 +02:00
Jonathan
757d5eb729
Add keyboard shortcuts for headings 2022-05-18 00:54:20 +02:00
Jonathan
be1d994322
Update easymde.js 2022-05-18 00:50:08 +02:00
Jonathan
0dd2f99f9d
Accept GIF for image uploads 2022-05-18 00:39:54 +02:00
Jonathan
9a57f00d92
Update easymde.js 2022-05-17 23:25:02 +02:00
Jonathan
c1071c8539
Add header size 4, 5 and 6 2022-05-17 23:15:13 +02:00
Jeroen Akkerman
16f2dde59d Fix #399 autofocus property 2022-04-04 15:45:12 +02:00
Salem Cobalt
bf9b0108d7
Handle Webp Image Uploads
With this fix, uploaded WebP images render as links in the markdown (vs images).
2022-03-23 14:45:32 -04:00
Diego Garcia Weber
ed196be5a0 added option to readme, imagesPreviewHandler to types and defensive check that the handler provided by the user returns a string 2022-03-01 20:47:30 -05:00
Diego Garcia Weber
d8fa00e460 Adds the option to add a handler for images preview 2022-03-01 17:15:35 -05:00
ZsgsDesign
aa6fe59e93 fixed default image configuration typo 2022-01-25 16:46:06 +08:00
ZsgsDesign
8805c379d8 fixed comment typo for csrf token 2022-01-24 12:24:27 +08:00
ZsgsDesign
f3dca2e82a add robust CSRF support and provide default values for CSRF fields 2022-01-24 12:05:00 +08:00
Jeroen Akkerman
d8eae5d74c Improve readability of encode/escape functionality 2022-01-17 00:13:40 +01:00
Zignature
16545eb0e1 Made escaping prompt URLs automatic instead of optional again 2022-01-16 00:14:00 +01:00
Zignature
c174b6f149 Changed function name escapeURI to escapedPromptURL and option escapeURLs to option escapePromptURLs 2022-01-15 23:34:05 +01:00
Zignature
33489ab616 URL encoding and escaping for JS prompt URLs
- URL encoding and escaping added for JS prompt entered URLs
- added option escapeURLs (boolean)
2022-01-15 23:26:10 +01:00
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.
2022-01-15 13:20:28 +01:00
Jeroen Akkerman
6159ed1383 Update marked to resolve security vulnerability 2022-01-14 23:23:54 +01:00
Jeroen Akkerman
24d86491da Fix incorrect initial line and column count 2022-01-14 22:33:35 +01:00
Jeroen Akkerman
98d9049728 Move adding custom attributes above all others 2022-01-11 21:30:34 +01:00
Jeroen Akkerman
565c42e0ff Add hasOwnProperty check 2022-01-11 21:28:22 +01:00
Jeroen Akkerman
1c656d5712 Merge branch 'master' into options-toolbarbutton-attributes 2022-01-11 21:23:42 +01:00
Jeroen Akkerman
c1da7424e9
Merge pull request #389 from Zignature/options-liststyle
Fix for issue #386 Show '-' instead of '*' for unordered list
2022-01-11 21:22:31 +01:00
Jeroen Akkerman
e2db3c6946 Attempt at improving submenus in Safari for #362 2022-01-11 20:10:00 +01:00