-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add Gutenberg support #13
Comments
r-a-y
added a commit
that referenced
this issue
Nov 20, 2018
r-a-y
added a commit
that referenced
this issue
Sep 10, 2019
When using the Shortcode block, the fallback paragraph is showing when it shouldn't due to Gutenberg's use of wpautop() (I'm guessing). See #13.
r-a-y
added a commit
that referenced
this issue
Apr 9, 2020
Fixes deprecated wp.editor references for WordPress 5.2.0 and unique key React notices. See #13.
r-a-y
added a commit
that referenced
this issue
Apr 9, 2020
Requires adding some CSS classes and enqueuing a new stylesheet to deal with editor styles. See #13.
r-a-y
added a commit
that referenced
this issue
Apr 9, 2020
Some JS has changed in Gutenberg, so we're bumping the minimum version compatibility to WP v5.2.0. See #13.
r-a-y
added a commit
that referenced
this issue
Apr 9, 2020
r-a-y
added a commit
that referenced
this issue
Apr 9, 2020
Also fixes the 'aria-label' attribute field. See #13.
r-a-y
added a commit
that referenced
this issue
Apr 9, 2020
To assist users into finding their link for a Google Drive item, a help link is now added below the URL field. The help link defaults to our Github wiki page, but developers can change the link with the 'ray_gdoc_help_url' filter to point to another page. See #13.
r-a-y
added a commit
that referenced
this issue
Apr 9, 2020
r-a-y
added a commit
that referenced
this issue
Apr 9, 2020
Might need to tweak some of the JS a bit more. See #13.
r-a-y
added a commit
that referenced
this issue
Apr 14, 2020
r-a-y
added a commit
that referenced
this issue
Apr 14, 2020
r-a-y
added a commit
that referenced
this issue
Apr 14, 2020
r-a-y
added a commit
that referenced
this issue
Apr 14, 2020
The timer is used for checking user inputs. See #13.
r-a-y
added a commit
that referenced
this issue
Apr 14, 2020
r-a-y
added a commit
that referenced
this issue
Apr 14, 2020
Presentations will use the 'size' attribute by default. See #13.
r-a-y
added a commit
that referenced
this issue
Apr 14, 2020
This is for people that are typing out the link and might be slow typers. See #13.
r-a-y
added a commit
that referenced
this issue
Apr 14, 2020
r-a-y
added a commit
that referenced
this issue
Apr 14, 2020
r-a-y
added a commit
that referenced
this issue
Apr 14, 2020
r-a-y
added a commit
that referenced
this issue
Apr 14, 2020
r-a-y
added a commit
that referenced
this issue
Nov 17, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gutenberg is going to be the default editor in WordPress as of v5.0.0.
Let's add support for it.
Edit - I'm going to bump minimum support for Gutenberg to v5.2.0 since some JS properties have been changed since WP v5.0.0.
GIF:
Todo:
(And a bunch of other fixes!)
The text was updated successfully, but these errors were encountered: