Commit Graph

1208 Commits (master)
 

Author SHA1 Message Date
Jeroen Akkerman f283f76f5c Update dependencies 2 years ago
Jeroen Akkerman a1ad87986d Merge branch 'master' of https://github.com/Ionaru/simplemde-markdown-editor 2 years ago
Jeroen Akkerman 76fda35bf9
Merge pull request #411 from diego-gw/imagePreviewHandler 2 years ago
Jeroen Akkerman 1f30a11773 Add changelog entry 2 years ago
Diego Garcia Weber aa711787b2 clarified readme description of parameter, removed extra parantheses from type 2 years ago
Jeroen Akkerman 853efd8a5e Update dependencies 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
Jeroen Akkerman f573560bb4 Update dependencies 2 years ago
Jeroen Akkerman a021bdf8ae
Merge pull request #394 from ZsgsDesign/master
Add robust CSRF support and provide default values for CSRF fields
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 b0d20adc6e add instances example for imageCSRFToken 2 years ago
ZsgsDesign f3dca2e82a add robust CSRF support and provide default values for CSRF fields 2 years ago
Jeroen Akkerman 50d3680017
Merge pull request #393 from Zignature/escape-url-via-prompt
Fix #373 Encode and escape URLs entered via prompt
2 years ago
Jeroen Akkerman 81ec7780bc Update changelog 2 years ago
Jeroen Akkerman d8eae5d74c Improve readability of encode/escape functionality 2 years ago
Jeroen Akkerman 0c2cf4cd51 Add tests for url prompts 2 years ago
Zignature 16545eb0e1 Made escaping prompt URLs automatic instead of optional again 2 years ago
Zignature 47f1e4f892 Updated readme and easymde.d.ts to reflect escapePrompURLs option 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 4fb35f2758 2.16.1 2 years ago
Jeroen Akkerman d0116608e6 Update changelog for 2.16.1 2 years ago
Jeroen Akkerman 6159ed1383 Update marked to resolve security vulnerability 2 years ago
Jeroen Akkerman a56badd0dc Add test for markdown rendering 2 years ago
Jeroen Akkerman 24d86491da Fix incorrect initial line and column count 2 years ago
Jeroen Akkerman 56532f9ce4 Add cypress tests 2 years ago
Jeroen Akkerman 722fb61ed2 Remove old travis build status badge 2 years ago
Jeroen Akkerman 33a4043dbb Update build status badge 2 years ago
Jeroen Akkerman 75fe53f062 2.16.0 2 years ago
Jeroen Akkerman 384655f968 Update changelog for 2.16.0 2 years ago
Jeroen Akkerman 6445f3c2d9
Merge pull request #388 from Zignature/options-toolbarbutton-attributes
Fix for issue #380 Custom attributes for toolbar buttons
2 years ago
Jeroen Akkerman 7a2373eae5 Update changelog 2 years ago
Jeroen Akkerman 4ddb5b8e1b Add toolbar button attributes to type declaration 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
Jeroen Akkerman 267db2dbe3 Update changelog 2 years ago
Jeroen Akkerman 9862ecf98c Add unorderedListStyle option to type declaration 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
Jeroen Akkerman 59a676bc8a
Merge pull request #384 from Zignature/ZignatureEasyMDE
Fix #381 Accurate line and column count in status bar
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 598821b6bb Add typings and tests for 'direction' option 3 years ago