WordPress YouTuber https://www.youtube.com/daveonwp.
Writes code for @Automattic and contributes to @WordPress
Gutenberg Core.
Pinned Loading
-
responsive-navigation-block
responsive-navigation-block PublicWordPress Plugin that allows you to show different navigation menus based on the screen size using the Navigation block.
-
standalone-block-editor
standalone-block-editor PublicThe accompanying code repository for my official Gutenberg docs tutorial on creating a custom instance of a “block editor”.
-
smashingmag-wordpress-composer
smashingmag-wordpress-composer PublicCode repoistory to accompany my Smashing Magazine article Better Dependency Management In Team-Based WordPress Projects With Composer
-
wp-intervention
wp-intervention PublicOn-demand image manipulation for WordPress via the Intervention Library.
-
Picture In Picture API bookmarketlet...
Picture In Picture API bookmarketlet - finds the first video element on the page and toggles between Picture In Picture mode - https://developers.google.com/web/updates/2018/10/watch-video-using-picture-in-picture 1javascript:(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)()
-
A Tampermonkey script to automatical...
A Tampermonkey script to automatically expand all those pesky folded Github PR comments. 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.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.