Greetings. Thanks for the awesome editor!
But i have one issue. I do not have an image uploader backend so i wanted to disable this option. But when i do so i receive an error "no url provided" and the editor does not work properly. Preview is not updated for example.
I used the provided settings example:
var md = new MdEditor('#mdeditor', { uploader: false, preview: true });

When i do use a url or random string as the uploader value the editor does work as intended. Only the image upload option fails.
Am i missing something? My hope was that the image button would work like the url button and just provides the correct brackets in the editor.
Greetings. Thanks for the awesome editor!
But i have one issue. I do not have an image uploader backend so i wanted to disable this option. But when i do so i receive an error "no url provided" and the editor does not work properly. Preview is not updated for example.

I used the provided settings example:
var md = new MdEditor('#mdeditor', { uploader: false, preview: true });When i do use a url or random string as the uploader value the editor does work as intended. Only the image upload option fails.
Am i missing something? My hope was that the image button would work like the url button and just provides the correct brackets in the editor.