-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support TinyMCE #52
Comments
Good one, gonna look into it this weekend! |
@Rovak awesome news :) |
I've been doing some tests and implementing simple behavior is easy. I think the exceptions are gonna be harder to implement in the editor because the pasted data can contain more complex situations:
I will try to implement the simple behavior first. After that i will consider implementing the more complex situations. |
@Rovak, awesome news :)
What do You think? |
@Rovak any news on this? |
not yet, been busy with other things and this one isn't very high on my priority list right now |
Hi Rovak, any chances You might look into this issue? |
Hi Misiu, like i mentioned before, this issue is not very high on my priority list, this plugin is focused on inputs which are not WYSIWYG based like textarea's and markdown syntax. TinyMCE already has a way to embed images so i doubt that this plugin will be used much in combination with TinyMCE. |
First I want to say this is an awesome plugin, I hadn't test it yet, but from demo I can see this is THE functionality I was looking for.
Thank You for sharing this awesome piece of code.
I noticed that You have CodeMirror integration, do You plan to add tinyMCE support? right now when placing images into TinyMCE they are included as base64, instead I would like to include them like You plugin is doing.
Maybe You already used Your plugin with TinyMCE?
The text was updated successfully, but these errors were encountered: