Block or Report
Block or report getdave
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
standalone-block-editor Public
The accompanying code repository for my official Gutenberg docs tutorial on creating a custom instance of a “block editor”.
-
Code repoistory to accompany my Smashing Magazine article Better Dependency Management In Team-Based WordPress Projects With Composer
-
wp-intervention Public
On-demand image manipulation for WordPress via the Intervention Library.
-
fetch-pjax Public
[BETA] Enables PJAX (PushState + Ajax) style navigation with the native Fetch API
-
1
javascript:(function()%7B(async%20function()%20%7Bconst%20video%20%3D%20document.querySelector('video')%3Bif(!video)%20%7Balert(%22No%20video%20element%20found%20on%20page%22)%3B%7Dif%20(video%20!%3D%3D%20document.pictureInPictureElement)%20%7Bawait%20video.requestPictureInPicture()%3B%7D%20else%20%7Bawait%20document.exitPictureInPicture()%3B%7D%7D())%7D)()
-
1
// ==UserScript==
2// @name Recursively expand Github PR comments
3// @namespace http://aheadcreative.co.uk/
4// @version 1.0
5// @description Automatically expands all those pesky folded Github PR comments.
707 contributions in the last year
Contribution activity
May 2022
Created 16 commits in 1 repository
Created a pull request in WordPress/gutenberg that received 14 comments
Add link color support to Nav block to allow for override of Theme JSON styles
What?
Fixes #41146 by adding linkColor
support to the Nav block thereby ensuring that Nav block specific link color styles can take precedence ove…
Opened 5 other pull requests in 1 repository
WordPress/gutenberg
3
open
2
merged
- [WIP] Add block elements interactivity states
- Update skip serialization docs to reflect ability to target specific properties
- WIP: Recurse into conditional CSS rules for Editor iframe stylesheets
- Fix broken Page title for pages created inline within in Nav block
- Remove Navigation screen from experiments page
Reviewed 17 pull requests in 2 repositories
WordPress/gutenberg
16 pull requests
- Adds example state to link element
-
Prototype: merge block CSS with
theme.json
styles - Remove all references to the navigation areas
- Remove Navigation screen from experiments page
- Split useNavigationMenu into bite-size functions and add unit tests
- Promote fetchLinkSuggestions to non-experimental API w/out hard deprecation
- Fix broken Page title for pages created inline within in Nav block
- Search: Avoid double escaping
- Add missing styling panels for uncontrolled navigation
- Add support for button elements to theme.json
-
Enable
onEnter
support for group block - Fix the styles compatibility hook for the editor iframes
- Global Styles: Add a const for the latest schema version of Global Styles
- Try/saving to theme files
- Navigation block "Open on click": Inherit font style and font weight
-
Tidy list view props and deprecate
BlockNavigationDropdown
Automattic/isolated-block-editor
1 pull request
Created an issue in Automattic/gutenberg-everywhere that received 1 comment
Breaking change coming in Gutenberg Core
It looks like this uses __experimentalFetchLinkSuggestions
which is about to be promoted to a stable API.
Just flagging the PR so you're ready for it: