Closed anjoclaudio closed 3 years ago
@anjoclaudio I have the same problem. I found, by inspecting the code with the dedicated button on the TinyMCE bar, that the plugin was wrapping the markdown of images in <div>
. So, it means that the markdown can't be processed, due to the HTML precedence.
The plugin should not generate those root blocks, especially if we have :
-
name: forced_root_block
value: 'false'
But it does. :(
Dragging and dropping page media into the editor is scheduled to appear as a feature in the soon-to-be release of the plugin - it has now, amongst many other things, been implemented in the latest development version.
If it's not a problem, please install that version as described here and give feedback, just to make sure that the horrible awful hacks javascript code added to perform that job works right before we call it a release.
Thanks!
I know this is an old issue - but if this project is not abandoned, could this be fixed please ?
I installed the latest development version and when dragndropping image from the media section to the editor, it shows "insert link" dialog. What i'd expect is an insert media dialog with images..
if its an easy fix and you can guide me, im open to submiting a PR.
thanks :)
Yup, to say the least it's about time to actually find a little time and polish up all the changes for release (or actually, more like two releases - it doesn't look like all the changes will be possible to implement without a slight deprecation).
Thanks for the push - a couple just as important ones that apparently popped up lately weren't even put in my notifications for some reason...
Fixed in v1.3.0 - hopefully. :slightly_smiling_face:
I've added paste_data_images parameter but when dragging and dropping an image from page media it only creates a markdown image link. Drag & Drop from elsewhere works fine otherwise.