-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure compatibility with plugins that replace WP's default WYSIWYG editor #160
Comments
This issue will become moot if we switch to content filtering (re: #144). |
Any external editor that applies filters attached to See #177 |
Would you consider adding the filter also to the |
Hi @marcochiesi. Thanks for the suggestion, it's definitely worth considering. I'm curious why you don't use the filters associated with |
The |
Got it. It would make sense that some filters would assume a global Additionally, if this functionality gets merged into WordPress—which is the current goal—it would be better for you to apply the filter in the context of the plugin, rather than having WordPress automatically run all text widgets through this particular filter, in my opinion. |
@joemcgill as @marcochiesi mentioned, could cause some issues if a user is uploading images through a plugin like ACF? |
I don't think it would cause problems, but there might definitely be edge cases where filtering all |
If the code will get merged into WordPress core, I would definitely add the filter on the Black Studio TinyMCE Widget side. I suppose that the function name will change once it gets merged... isn't it? |
That's correct. I'll update you once we finalize the new filter name. |
Leaving this open until we finalize the new filter name. Changing status from |
Hi @marcochiesi, Looks like the core display filter is going to be named |
In some cases, users can run into a bug when using a wysiwyg editor that is not the default tinyMCE editor provided by wordpress. This is most likely due to a javascript error, in that our plugin javascript isn't triggered by non-default wysiwyg editors. Here's an example of such - https://wordpress.org/support/topic/srcset-not-updating-when-image-is-replaced-in-black-studio-tinymce-widget-editor?replies=1
The text was updated successfully, but these errors were encountered: