Opened 4 years ago
Last modified 3 weeks ago
#3403 assigned enhancement
Support the Gutenberg Block Editor.
Reported by: | georgestephanis | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.7 | Priority: | highest omg sweet tea |
Severity: | normal | Version: | |
Component: | General - Administration | Keywords: | has-patch needs-testing |
Cc: |
Description
Very much a work in progress, but this issue's goal is to add support for all existing bbPress shortcodes as blocks in the block editor.
Attachments (2)
Change History (12)
#1
@
4 years ago
Very coarse first pass -- at this point the main question is more of tooling around the blocks to be added.
I'd added a npm run blocks
to build them via parcel, but if y'all would prefer to tweak that to integrate with y'all's grunt tooling, that's fine. This is just the way I knew to set up the transpiling with as little friction as possible.
More to come as I continue fleshing out the other shortcodes.
#2
@
4 years ago
Just as this is going to be an ongoing thing, I'm working on this over at https://github.com/bbpress/bbPress/pull/4 -- which will update as I continue.
#3
@
4 years ago
- Milestone changed from Awaiting Review to Under Consideration
- Owner set to georgestephanis
- Status changed from new to assigned
I like where this is headed so far. Keep it up!
#4
@
3 years ago
I was just going to request this feature. The widgets will also need to be updated to blocks. Is this project dead?
#5
@
3 years ago
Is this project dead?
No. New features are worked on by a smaller team of contributors than WordPress has. As such, progress is slower.
#6
@
3 years ago
Yup! Confirming that I'm still working on it, but most of the work is in GitHub. And when I sit down to work on it I keep getting yanked away by other issues. But it's in progress, and if you'd like to pitch in with it, please let me know! I'd be delighted to collab. :)
#7
@
3 years ago
@georgestephanis
I would love to pitch in. Just to let you know, I have never made a WordPress plugin before in my life. What can I do to help?
This ticket was mentioned in PR #4 on bbpress/bbPress by georgestephanis.
3 years ago
#8
- Keywords has-patch added
Trac Ticket: https://bbpress.trac.wordpress.org/ticket/3403
Very coarse first pass. Only adds the forum index shortcode. More to come.