Commit Graph

198 Commits (be1d994322384c9ee9028ba7014b91048c159ad3)

Author SHA1 Message Date
Jonathan be1d994322
Update easymde.js 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
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
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
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 42304e8a87 Update editorconfig and automatic code format 3 years ago
Jeroen Akkerman cda237031f
Merge pull request #357 from ukjinjang/fix/compare_image_extension
Convert media file extension to lowercase before check if image
3 years ago
Irene Oppo 53223c4de0 Support rtl languages by adding a direction option 3 years ago
Uk-Jin Jang b121795887 fix: convert media file extension to lowercase before check if image 3 years ago
mrlugilugi f52f9807a2
fix: Escaping asterisk to produce valid RegEx 3 years ago
Steve 038a9204b4 Allow for specifying a custom spell-checker for EasyMDE 3 years ago
Jeroen Akkerman fc0ecfa77e
Merge pull request #313 from wwsalmon/absolute-image-paths
Absolute image paths
3 years ago
Steve b61fe7945a Add simple class handling utiltity to DRY adding/removing class names.
Note that this isn't necessary and can be rolled back, but could be used throughout the code to make class handling more clear and consistent.
3 years ago
Steve 82a8e4a8ce restore removed comment 3 years ago
Steve 548229dd1a remove added comment 3 years ago
Steve 40ddcea4e3 remove extra comment updates 3 years ago
Steve d0f69390ce a little comment/cleanup 3 years ago
Steve 1ee8519e50 Unwind all the onlyCleanup stuff and set classes directly. 3 years ago
Steve 4533dd4776 clarify comments in togglePreview 3 years ago
Steve d636eb7407 clean up diff 3 years ago
Steve 7069fd1031 Move from multiple "no-fullscreen" classes to one using inheritance 3 years ago
Steve d76872f4ff undo some comment changes to make diff cleaner 3 years ago
Steve 8ed6cd699e make toggle cleanup flag clearer 3 years ago
Steve 25db654cf0 more code cleanup for readibilty 3 years ago
Steve fa8855e3be code refactoring to improve readability 3 years ago
Steve 61e93a3d53 handle fullscreen toggle consistently by adusting toggleSideBySide 3 years ago
Steve abbec5bde1 bugfix: move sidebyside accessor outside of options check 3 years ago
Samson Zhang 6e7e8f9b82 add imagePathAbsolute option 3 years ago