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

1091 Commits

Author SHA1 Message Date
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
Robson Jean Penteado
8ef68936b0 update easymde.css, fix issue #362 2021-10-27 14:42:25 -03:00
Jeroen Akkerman
f004c2d0c3 More small README improvements 2021-10-10 01:04:28 +02:00
Jeroen Akkerman
551c84bc01 Fix indenting and some leftover old JS 2021-10-06 01:51:02 +02:00
Jeroen Akkerman
86e40bcf4a Update README with some more modern JS 2021-10-06 01:43:47 +02:00
Jeroen Akkerman
35b42c404a Update changelog 2021-10-05 22:42:24 +02:00
Jeroen Akkerman
42304e8a87 Update editorconfig and automatic code format 2021-10-05 22:28:22 +02:00
Jeroen Akkerman
dc38624378 Update dependencies 2021-10-05 22:19:04 +02:00
Jeroen Akkerman
c24dd01880 Drop testing support on older Node.js versions 2021-10-05 22:18:55 +02:00
Jeroen Akkerman
b364a6095a Use Github Actions instead of Tavis 2021-10-05 22:07:43 +02:00
Jeroen Akkerman
cda237031f
Merge pull request #357 from ukjinjang/fix/compare_image_extension
Convert media file extension to lowercase before check if image
2021-10-05 21:59:15 +02:00
Jeroen Akkerman
534e2cadee
Merge pull request #358 from souljuse/master
Add support for RTL languages
2021-10-05 21:59:05 +02:00
Irene Oppo
aafd40f35b Add direction option to README 2021-10-05 10:04:05 +02:00