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

58 Commits

Author SHA1 Message Date
Jeroen akkerman
a602d3b826 Add support for marked extensions
Fixes #514
Fixes #611
2025-02-21 22:31:16 +01:00
Robin van der Noord
c68bdf148a
Allow setting a custom name for the upload-image input 2023-12-18 10:57:48 +01:00
Jeroen Akkerman
35587a9477 Update dependencies, fixes #562 2023-09-27 00:52:59 +02:00
Jeroen Akkerman
c25adab400
Merge pull request #519 from borodean/update-status-bar-typing 2023-01-12 15:14:11 +01:00
Vadym Borodin
cb5564e1b2 Expose the "upload-image" variant for ToolbarButton 2023-01-12 14:44:10 +02:00
Vadym Borodin
fbc181f5c8 Expose the updateStatusBar type 2023-01-12 14:38:17 +02:00
Jeroen akkerman
d26b4e399b Add toolbarButtonClassPrefix option
Fixes #493
2022-09-17 23:07:24 +02:00
Jeroen akkerman
84aafddd92 Add extra typing tests for previewRender 2022-08-20 18:19:18 +02:00
Jeroen Akkerman
b4c55d9075
Merge pull request #471 from LevitatingOrange/detachedPreviewRendering 2022-08-20 17:24:15 +02:00
David Bazílio Ribeiro
9ddbc4a585 Fix type for hideIcons 2022-07-27 17:58:51 +01:00
Lennart Vogelsang
8295aa6a5a
Changed: ignore output of previewRender if it is null 2022-06-07 19:55:27 +02:00
Jonathan
332cf61086
Add header size 4, 5 and 6 2022-05-17 23:17:04 +02:00
Diego Garcia Weber
aa711787b2 clarified readme description of parameter, removed extra parantheses from type 2022-03-07 10:58:09 -05: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
ZsgsDesign
f3dca2e82a add robust CSRF support and provide default values for CSRF fields 2022-01-24 12:05:00 +08:00
Jeroen Akkerman
6159ed1383 Update marked to resolve security vulnerability 2022-01-14 23:23:54 +01:00
Jeroen Akkerman
4ddb5b8e1b Add toolbar button attributes to type declaration 2022-01-11 21:38:36 +01:00
Jeroen Akkerman
9862ecf98c Add unorderedListStyle option to type declaration 2022-01-11 19:49:39 +01:00
Jeroen Akkerman
598821b6bb Add typings and tests for 'direction' option 2021-10-28 11:33:17 +02:00
Jeroen Akkerman
42304e8a87 Update editorconfig and automatic code format 2021-10-05 22:28:22 +02:00
Camille Drapier
cb351333d1 Add cleanup function to TypeScript definition 2021-06-10 16:18:35 +09:00
Steve
038a9204b4 Allow for specifying a custom spell-checker for EasyMDE 2021-05-18 16:05:40 -07:00
Jeroen Akkerman
fc0ecfa77e
Merge pull request #313 from wwsalmon/absolute-image-paths
Absolute image paths
2021-04-08 18:05:14 +02:00
Samson Zhang
6e7e8f9b82 add imagePathAbsolute option 2021-03-11 12:09:09 -07:00
ChronosMasterOfAllTime
6527a311a3 #307 - add optional icon field to ToolbarIcon interface in easymde.d.ts 2021-02-26 09:06:01 -06:00
Jeroen Akkerman
f286a6bae5
Merge pull request #250 from danice/scrollbar-styles
Include Codemirror scrollbar style property
2020-11-11 22:59:59 +01:00
Jeroen Akkerman
b06d1fe67f Add documentation and typings 2020-11-11 22:41:49 +01:00
Daniel Calbet
3517348ef7 scrollbar style in options type 2020-10-04 06:39:01 +00:00
Michael Bolli
c780d5af38 include codemirror autorefresh addon 2020-10-02 10:45:53 +02:00
Jeroen Akkerman
c94ea5301c Add missing type for previewImagesInEditor 2020-09-29 22:38:22 +02:00
Jeroen Akkerman
dc6074d535 Merge branch 'master' into cm_overlay_mode_param 2020-09-29 22:07:25 +02:00
Jeroen Akkerman
5dc8bd5248 Add some static methods to typing tests 2020-09-29 21:47:34 +02:00
czynskee
4ce74e904b Added option to supply an additional code-mirror overlay mode 2020-09-16 12:31:35 -07:00
Jeroen Akkerman
b461979067 Add missing drawUploadedImage export 2020-08-16 19:31:00 +02:00
Nick Denry
b23ff6675d Use undefined instead of false 2020-06-03 22:45:59 +03:00
Nick Denry
2bd4b289b3 maxHeight option typings 2020-06-03 17:30:13 +03:00
Jeroen Akkerman
8fa73cf079 Add new option to documentation and typings 2020-06-03 12:55:27 +02:00
Jeroen Akkerman
cc65563714 Fixed typescript error when entering certain strings for toolbar buttons
Closes #178
2020-04-06 14:07:24 +02:00
Jeroen Akkerman
4a1e6de4de Add typings for options added in PR #170 2020-03-20 14:35:24 +01:00
Jeroen Akkerman
b85bdde0ed Add button shortcuts and typings 2020-03-06 01:17:33 +01:00
Jeroen Akkerman
fc81bd476c Add sanitizerFunction to typings 2020-03-06 00:43:08 +01:00
Jeroen Akkerman
95b177e25c Add typings for features added in #143 and #139 2020-01-27 10:30:31 +01:00
Jeroen Akkerman
e9e5bef137 Add missing configuration options
Fixes #126
2019-11-03 17:11:41 +01:00
Duong Tran
61937dd5ac test: add minHeight to easymde-test 2019-10-19 16:00:18 +11:00
Duong Tran
8436f67dfb feat: add missing minHeight attribute to Option interface 2019-10-16 23:20:50 +11:00
Jeroen Akkerman
509763f3b2 Stricter typings for the onSuccess and onError calls 2019-07-24 14:26:11 +02:00
Sebastián Pérez Pérez
0a5b0d3ac4 Allow custom upload function 2019-07-23 13:35:49 +01:00
Jeroen Akkerman
cd7c9b8d4d Fixed errorMessages 2019-07-18 12:56:51 +02:00
Jeroen Akkerman
11963829fc Added typings for image upload 2019-07-18 12:35:14 +02:00
Jeroen van Oorschot
ff0db2000a Merge with 2.7.0. 2019-07-15 11:37:22 +02:00