Pavel Linkesch

Results 31 comments of Pavel Linkesch

No, client size resizing is not supported right now. The only option is to resize on server and return to the plugin resized imaged.

I don't know how blueimp's resizing works. In our plugin we use [`Images.showImage(img, data)`](https://github.com/orthes/medium-editor-insert-plugin/blob/2.2.2/src/js/images.js#L358) function to add an image to content. This function is called twice: 1. If you have...

Thanks for your thoughts so far. I see that dependencies are not the best thing for libraries, especially in frontend. My bad. **User modifications**: @jbellsey, you're right, but this should...

@thejameskyle Thanks :+1:

I renamed this issue to **v3.0 brainstorming** since I was forced to release v2.0 which breaks backwards compatibility and works only with MediumEditor v4.12.0 and up.

Here is the current state of v3.0: I started working on completely rewriting the plugin to vanilla JS, or ES2015 to be precise (transpiled with Babel). I ditched all the...

[v2.3.0](https://github.com/orthes/medium-editor-insert-plugin/releases/tag/2.3.0) was just released and we're finally on npm: https://www.npmjs.com/package/medium-editor-insert-plugin _It's not related to v3.0, but you asked about it._

We're adding functionality as we need it. So you can implement this yourself, create a pull request and we'll gladly merge it.

It has nothing to do with `medium-insert-buttons`, but the plugin needs text to be wrapped into paragraphs in order to work. So when you delete the only paragraph, plugin's `clean()`...

This feature is currently not supported.