blocks-everywhere icon indicating copy to clipboard operation
blocks-everywhere copied to clipboard

Gutenberg block editor in WordPress comments, admin pages, bbPress, and BuddyPress.

Results 34 blocks-everywhere issues
Sort by recently updated
recently updated
newest added

While the Underline option is provided as an inline style, it isn't displayed correctly. ### To replicate - Select some text in a forum post - Click the upside-down caret...

bug
bbpress

Allow users to switch between the Block editor and source (HTML) editing. Related: https://meta.trac.wordpress.org/ticket/6608#comment:9 > I think there should be an option to fill out a simple form. In my...

The editor block is in a very rough state, and could be added here

The list view button is provided by Gutenberg and it has some internal dynamic list view system that adjusts what is shown in the list depending on the viewport. This...

gutenberg

There is a custom paragraph block which gives us limited control over paste handling. It's not ideal to duplicate a core block, and it doesn't retain white spaces. It would...

gutenberg

As per https://meta.trac.wordpress.org/ticket/6634 HTML within `` is improperly unescaped and ultimately stripped. This is because bbPress **expects** that code will always be within back ticks ``. It doesn't support code...

bbpress

The modifications to email notifications for bbPress require a lot of workarounds. With a few changes to core bbPress it would be a lot simpler.

bbpress

Several attempts have been made to work around the content filters in bbPress. As new problems come in they workarounds get more elaborate. It may make more sense to replace...

bbpress

The content block makes request to the REST API to get topic details. However, this assumes the path: `https://${ blog }/wp-json/wp/v2/topic?slug=${ encodeURIComponent( slug ) }` It's possible the path is...

If we need to override a bbPress core style then it will be better to push a change to bbPress to make the CSS selector more specific and less able...