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

1203 Commits

Author SHA1 Message Date
Jeroen Akkerman
853efd8a5e Update dependencies 2022-03-06 21:30:06 +01: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
Jeroen Akkerman
f573560bb4 Update dependencies 2022-02-15 01:19:04 +01:00
Jeroen Akkerman
a021bdf8ae
Merge pull request #394 from ZsgsDesign/master
Add robust CSRF support and provide default values for CSRF fields
2022-02-14 15:15:00 +01: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
b0d20adc6e add instances example for imageCSRFToken 2022-01-24 12:07:07 +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
50d3680017
Merge pull request #393 from Zignature/escape-url-via-prompt
Fix #373 Encode and escape URLs entered via prompt
2022-01-17 00:17:36 +01:00
Jeroen Akkerman
81ec7780bc Update changelog 2022-01-17 00:13:40 +01:00
Jeroen Akkerman
d8eae5d74c Improve readability of encode/escape functionality 2022-01-17 00:13:40 +01:00
Jeroen Akkerman
0c2cf4cd51 Add tests for url prompts 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
47f1e4f892 Updated readme and easymde.d.ts to reflect escapePrompURLs option 2022-01-15 23:56:27 +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
4fb35f2758 2.16.1 2.16.1 2022-01-14 23:27:44 +01:00
Jeroen Akkerman
d0116608e6 Update changelog for 2.16.1 2022-01-14 23:27:23 +01:00
Jeroen Akkerman
6159ed1383 Update marked to resolve security vulnerability 2022-01-14 23:23:54 +01:00
Jeroen Akkerman
a56badd0dc Add test for markdown rendering 2022-01-14 23:09:20 +01:00
Jeroen Akkerman
24d86491da Fix incorrect initial line and column count 2022-01-14 22:33:35 +01:00
Jeroen Akkerman
56532f9ce4 Add cypress tests 2022-01-14 22:27:43 +01:00
Jeroen Akkerman
722fb61ed2 Remove old travis build status badge 2022-01-11 21:51:01 +01:00
Jeroen Akkerman
33a4043dbb Update build status badge 2022-01-11 21:50:30 +01:00
Jeroen Akkerman
75fe53f062 2.16.0 2.16.0 2022-01-11 21:44:56 +01:00
Jeroen Akkerman
384655f968 Update changelog for 2.16.0 2022-01-11 21:44:50 +01:00
Jeroen Akkerman
6445f3c2d9
Merge pull request #388 from Zignature/options-toolbarbutton-attributes
Fix for issue #380 Custom attributes for toolbar buttons
2022-01-11 21:41:22 +01:00
Jeroen Akkerman
7a2373eae5 Update changelog 2022-01-11 21:40:13 +01:00
Jeroen Akkerman
4ddb5b8e1b Add toolbar button attributes to type declaration 2022-01-11 21:38:36 +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
Jeroen Akkerman
267db2dbe3 Update changelog 2022-01-11 19:56:18 +01:00
Jeroen Akkerman
9862ecf98c Add unorderedListStyle option to type declaration 2022-01-11 19:49:39 +01:00
Zignature
2cdc11848a Requested changes applied 2022-01-11 17:16:38 +01:00
Zignature
5df842b630 Fix for issue #386 Show '-' instead of '*' for unordered list
Added unorderedListStyle to the options
2022-01-11 15:45:36 +01:00
Zignature
a9d9993dae Fix for issue #380 Custom attributes for toolbar buttons
Added "attributes" option to custom toolbar button
2022-01-11 11:00:56 +01:00
Jeroen Akkerman
59a676bc8a
Merge pull request #384 from Zignature/ZignatureEasyMDE
Fix #381 Accurate line and column count in status bar
2022-01-08 21:53:54 +01:00
Zignature
2936fc3383 Accurate line and column count in status bar
Both Line and column (character) count are increased by 1.

This fixes issue #381
2022-01-08 21:03:25 +01:00
Zignature
a7170b9392 Fix issue #381 2022-01-08 16:01:19 +01:00
Jeroen Akkerman
598821b6bb Add typings and tests for 'direction' option 2021-10-28 11:33:17 +02:00
Jeroen Akkerman
de1cd3b293 Update changelog for 2.16.0 2021-10-28 11:29:44 +02:00
Jeroen Akkerman
d27adc6a16 Update dependencies 2021-10-28 01:59:33 +02:00
Jeroen Akkerman
c15c699a52 Update changelog for PR #364 2021-10-28 01:53:59 +02:00
Jeroen Akkerman
8ad896fb40
Merge pull request #364 from robjean9/master
update easymde.css, fix issue #362
2021-10-27 23:51:32 +02:00
Robson Jean Penteado
b640429f19 fix issue #362 2021-10-27 14:47:43 -03:00