blocks-everywhere
blocks-everywhere copied to clipboard
Gutenberg block editor in WordPress comments, admin pages, bbPress, and BuddyPress.
Unfortunately the styles added in https://github.com/Automattic/blocks-everywhere/pull/201 to correct the editor width break the layout in a couple of scenarios: 1. We launched a new Forums theme which has a wider...
The Block editor loads the editor stylesheet into the context of the page, however the Block Editor CSS loaded is not scoped to the editor instance at all. This causes...
https://meta.trac.wordpress.org/ticket/7606 > While writing on the forum, I spotted a tiny accessibility issue with the link toolbar popup. You can't see the icons to edit, remove, or copy the link...
Emojis are sometimes causing closing `` tags to appear in the WP.org forums. Live example: https://wordpress.org/support/topic/front-page-74/#post-16371055 I also did some testing on the test site, adding emojis in three different...
Instead of rolling our own plugin to extend the editor, it would be useful if the list of unsupported format types was defined through the PHP Configuration of Blocks Everywhere....
If the source textarea contains non-block HTML/text, currently the editor loads without any content in the editor. This PR borrows the loader handler from this isolated editor example, but adopt...
As reported in https://wordpress.org/support/topic/issue-with-underline-rendering-in-forum/ & https://meta.trac.wordpress.org/ticket/7599 certain styles are not being respected properly. This PR adds the needed tags for Underline and Language selection. Note: For WordPress.org I'm likely to...
I am trying to enable the image upload on comments. I will set the comments user only so there is no security issue. I tried this but didn't work. what...
Parsing plain text is wasteful, and more importantly breaks core WordPress tests when Blocks Everywhere is enabled. Because the core tests have a comment with the body "Hello World", which...
Hello, it would be possible create ACF field? https://www.advancedcustomfields.com/ Thank you