Jeroen Akkerman

Results 154 comments of Jeroen Akkerman

I agree and is something I'm considering, it does seem to be more focused on web applications and less on packages like easymde. Also it uses Rollup under the hood...

Maybe the new version of the editor should be a custom [Web Component](https://developer.mozilla.org/en-US/docs/Web/Web_Components)? The editor could be built using [Vue](https://vuejs.org/guide/extras/web-components.html) and exported to run anywhere. Edit 2022-11-16: I've looked into...

Definitely something for https://github.com/Ionaru/easy-markdown-editor/issues/447. In the current version of the editor you can use the `autoDownloadFontAwesome` to disable the download and provide your own icons instead,

Ah that's unfortunate, I incorrectly assumed Safari had compatibility but it seems to be the only large browser that does not... 😕 https://caniuse.com/js-regexp-lookbehind Do you have any suggestions for a...

There is a difference between the two: ![image](https://user-images.githubusercontent.com/3472373/175297849-b027ee56-31f9-4444-a49b-55757dab9402.png) An image is now also seen as a link, which is not correct.

That looks promising! So far it's been good in all my tests. I'll do a few more and then implement the new pattern. :) @m-thielen if you want to make...

This is a quirk (feature!) of Markdown, multiple empty lines are treated as one line. You can instead use a `` tag in Markdown to create an empty line. The...

Make sure you test this while you have are typing in the EasyMDE editor. On Windows the same shortcut is used for printing, but the editor shortcut has priority while...

Test it on https://easy-markdown-editor.tk/, just to be safe.

I am not currently working on this part of the editor, but I doubt this would be very difficult to make. From what I get from the comments is that...