Skip to content

Instantly share code, notes, and snippets.

@paolobortolotti
Forked from pmkay/gutenberg.txt
Created April 5, 2022 15:54
Show Gist options
  • Save paolobortolotti/4c97a381248808b3b05a1fd9a1efa882 to your computer and use it in GitHub Desktop.
Save paolobortolotti/4c97a381248808b3b05a1fd9a1efa882 to your computer and use it in GitHub Desktop.

Revisions

  1. @chrismccoy chrismccoy revised this gist Nov 19, 2020. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,6 @@
    WordPress Block Development Made Easy
    https://webdevstudios.com/2020/06/16/wordpress-block-development/

    Using Markdown and Localization in the WordPress Block Editor
    https://css-tricks.com/using-markdown-and-localization-in-the-wordpress-block-editor/

  2. @chrismccoy chrismccoy revised this gist Oct 8, 2020. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,12 @@
    Using Markdown and Localization in the WordPress Block Editor
    https://css-tricks.com/using-markdown-and-localization-in-the-wordpress-block-editor/

    Gutenberg blocks: Add custom default class names
    https://poolghost.com/add-custom-default-class-names-to-gutenberg-blocks/

    How to Create a Simple Gutenberg Block Pattern in WordPress
    https://speckyboy.com/create-simple-gutenberg-block-pattern-wordpress/

    WordPress Block Patterns Resource List
    https://gutenbergtimes.com/the-wordpress-block-patterns-resource-list/

  3. @chrismccoy chrismccoy revised this gist Oct 8, 2020. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,6 @@
    Using Markdown and Localization in the WordPress Block Editor
    https://css-tricks.com/using-markdown-and-localization-in-the-wordpress-block-editor/

    WordPress Block Patterns Resource List
    https://gutenbergtimes.com/the-wordpress-block-patterns-resource-list/

  4. @chrismccoy chrismccoy revised this gist Sep 17, 2020. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,6 @@
    WordPress Block Patterns Resource List
    https://gutenbergtimes.com/the-wordpress-block-patterns-resource-list/

    How WordPress Parses Dynamic Block Attributes
    https://jasonyingling.me/how-wordpress-parses-dynamic-block-attributes/

  5. @chrismccoy chrismccoy revised this gist Sep 6, 2020. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,9 @@
    How WordPress Parses Dynamic Block Attributes
    https://jasonyingling.me/how-wordpress-parses-dynamic-block-attributes/

    Autoplay Video in the WordPress Media & Text Block
    https://jasonyingling.me/autoplay-video-in-the-wordpress-media-text-block/

    How to Enable Frontend Editing with Gutenberg Blocks
    https://webdevstudios.com/2020/08/04/frontend-editing-gutenberg-blocks-1/
    https://webdevstudios.com/2020/08/11/frontend-editing-gutenberg-blocks-2/
  6. @chrismccoy chrismccoy revised this gist Aug 14, 2020. 1 changed file with 7 additions and 0 deletions.
    7 changes: 7 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,10 @@
    How to Enable Frontend Editing with Gutenberg Blocks
    https://webdevstudios.com/2020/08/04/frontend-editing-gutenberg-blocks-1/
    https://webdevstudios.com/2020/08/11/frontend-editing-gutenberg-blocks-2/

    An Improved Server Side Render Component for Dynamic WordPress Blocks
    https://wpgoplugins.com/an-improved-server-side-render-component-for-dynamic-wordpress-blocks/

    Essentials for building your first Gutenberg block
    https://blog.logrocket.com/building-first-gutenberg-block/

  7. @chrismccoy chrismccoy revised this gist Jul 31, 2020. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,9 @@
    Essentials for building your first Gutenberg block
    https://blog.logrocket.com/building-first-gutenberg-block/

    Build and Share WordPress Blocks in Isolation.
    https://riad.blog/2020/07/22/introducing-blockbook-for-wordpress/

    Better Gradient Presets in the WordPress Block Editor
    https://richtabor.com/block-editor-gradients/

  8. @chrismccoy chrismccoy revised this gist Jul 29, 2020. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,6 @@
    Better Gradient Presets in the WordPress Block Editor
    https://richtabor.com/block-editor-gradients/

    Using Gutenberg Block Variations in the WordPress Block Editor
    https://richtabor.com/block-variations/

  9. @chrismccoy chrismccoy revised this gist May 13, 2020. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,6 @@
    Using Gutenberg Block Variations in the WordPress Block Editor
    https://richtabor.com/block-variations/

    How to Turn off / Disable Unneeded WooCommerce Gutenberg blocks
    https://rudrastyh.com/gutenberg/remove-woocommerce-blocks.html

  10. @chrismccoy chrismccoy revised this gist May 13, 2020. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,6 @@
    How to Turn off / Disable Unneeded WooCommerce Gutenberg blocks
    https://rudrastyh.com/gutenberg/remove-woocommerce-blocks.html

    How to add anchor support to Gutenberg blocks
    https://junaid.dev/how-to-add-anchor-support-to-gutenberg-blocks-on-wordpress/

  11. @chrismccoy chrismccoy revised this gist Apr 20, 2020. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,6 @@
    How to add anchor support to Gutenberg blocks
    https://junaid.dev/how-to-add-anchor-support-to-gutenberg-blocks-on-wordpress/

    How to test your Gutenberg blocks with Jest and Puppeteer
    https://www.liip.ch/en/blog/how-to-test-your-gutenberg-blocks

  12. @chrismccoy chrismccoy revised this gist Apr 20, 2020. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,6 @@
    How to test your Gutenberg blocks with Jest and Puppeteer
    https://www.liip.ch/en/blog/how-to-test-your-gutenberg-blocks

    Rename class names in Gutenberg blocks
    https://poolghost.com/rename-class-names-in-gutenberg-blocks/

  13. @chrismccoy chrismccoy revised this gist Apr 20, 2020. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,6 @@
    Rename class names in Gutenberg blocks
    https://poolghost.com/rename-class-names-in-gutenberg-blocks/

    Hide block styles in Gutenberg
    https://soderlind.no/hide-block-styles-in-gutenberg/

  14. @chrismccoy chrismccoy revised this gist Apr 20, 2020. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,9 @@
    Hide block styles in Gutenberg
    https://soderlind.no/hide-block-styles-in-gutenberg/

    Adding a custom attribute to Gutenberg block
    https://chap.website/adding-a-custom-attribute-to-gutenberg-block/

    Add an image selector to a Gutenberg block
    https://www.liip.ch/en/blog/add-an-image-selector-to-a-gutenberg-block

  15. @chrismccoy chrismccoy revised this gist Apr 20, 2020. 1 changed file with 9 additions and 0 deletions.
    9 changes: 9 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,12 @@
    Add an image selector to a Gutenberg block
    https://www.liip.ch/en/blog/add-an-image-selector-to-a-gutenberg-block

    How to extend existing Gutenberg blocks
    https://www.liip.ch/en/blog/how-to-extend-existing-gutenberg-blocks-in-wordpress

    How to extend blocks
    https://junaid.dev/how-to-extend-blocks-in-the-gutenberg-editor-on-wordpress/

    Using CSS Custom Properties for better UX in Frontend and Gutenberg
    https://felix-arntz.me/blog/using-css-custom-properties-ux-frontend-gutenberg/

  16. @chrismccoy chrismccoy revised this gist Mar 12, 2020. 1 changed file with 18 additions and 0 deletions.
    18 changes: 18 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,21 @@
    Using CSS Custom Properties for better UX in Frontend and Gutenberg
    https://felix-arntz.me/blog/using-css-custom-properties-ux-frontend-gutenberg/

    Reusable Blocks accessible in WordPress admin area
    https://www.billerickson.net/reusable-blocks-accessible-in-wordpress-admin-area/

    Setting up a Custom Palette in Gutenberg
    https://davidwolfpaw.com/setting-up-a-custom-palette-in-gutenberg/

    Using Gutenberg Filters to Extend Blocks
    https://jschof.com/gutenberg-blocks/using-gutenberg-filters-to-extend-blocks/

    Gutenberg Blocks without a build process
    https://jschof.com/gutenberg-blocks/gutenberg-blocks-without-a-build-process/

    How to Add CSS Classes to a Gutenberg Block
    https://wpshout.com/quick-guides/add-css-classes-gutenberg-block/

    Extending Gutenberg With SlotFill and Filters
    https://10up.com/blog/2019/extending-gutenberg-with-slotfill/

  17. @chrismccoy chrismccoy revised this gist Nov 30, 2019. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,12 @@
    Extending Gutenberg With SlotFill and Filters
    https://10up.com/blog/2019/extending-gutenberg-with-slotfill/

    Block Comments swaps out the comment form for a block editor based input
    https://tomjn.com/2019/07/20/gutenberg-comments/

    How To Remove wp-block-library
    https://wpza.net/how-to-remove-wp-block-library-gutenberg/

    Add a custom sidebar panel to Gutenberg
    https://richardtape.com/2018/10/05/add-a-custom-sidebar-panel-to-gutenberg/

  18. @chrismccoy chrismccoy revised this gist Aug 2, 2019. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,9 @@
    Extending Gutenberg With SlotFill and Filters
    https://10up.com/blog/2019/extending-gutenberg-with-slotfill/

    Add a custom sidebar panel to Gutenberg
    https://richardtape.com/2018/10/05/add-a-custom-sidebar-panel-to-gutenberg/

    How to create a custom block for gutenberg
    https://organicthemes.com/create-custom-block-wordpress-gutenberg/

  19. @chrismccoy chrismccoy revised this gist Jul 18, 2019. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,6 @@
    Extending Gutenberg With SlotFill and Filters
    https://10up.com/blog/2019/extending-gutenberg-with-slotfill/

    How to create a custom block for gutenberg
    https://organicthemes.com/create-custom-block-wordpress-gutenberg/

  20. @chrismccoy chrismccoy revised this gist Jul 12, 2019. 1 changed file with 15 additions and 0 deletions.
    15 changes: 15 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,21 @@
    How to create a custom block for gutenberg
    https://organicthemes.com/create-custom-block-wordpress-gutenberg/

    Writing a wrapper block for Gutenberg in WordPress
    https://www.liip.ch/en/blog/writing-a-wrapper-block-for-gutenberg-in-wordpress

    Reusable Blocks as Templates
    https://themehybrid.com/weblog/reusable-blocks-as-templates

    Removing Default Gutenberg Blocks
    https://rudrastyh.com/gutenberg/remove-default-blocks.html

    How to add a Carousel to Blog Posts and Pages using Gutenberg
    https://natalieducey.com/2019/05/16/how-to-add-a-carousel-to-blog-posts-and-pages-using-gutenberg/

    Getting Started with Gutenberg – A How-To Guide for Creating Engaging Blog Posts with Gutenberg.
    https://natalieducey.com/2019/04/26/embracing-gutenberg-a-bloggers-journey-one-block-at-a-time-%EF%BB%BF/

    Creating a Block Category
    https://getwithgutenberg.com/2019/04/creating-a-block-category/

  21. @chrismccoy chrismccoy revised this gist Jun 19, 2019. 1 changed file with 12 additions and 0 deletions.
    12 changes: 12 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,18 @@
    How to create a custom block for gutenberg
    https://organicthemes.com/create-custom-block-wordpress-gutenberg/

    Creating a Block Category
    https://getwithgutenberg.com/2019/04/creating-a-block-category/

    How to Internationalize Your Block
    https://getwithgutenberg.com/2019/04/how-to-internationalize-your-block/

    Getting Started with Block Development in ES.Next
    https://getwithgutenberg.com/2019/03/getting-started-with-block-development-in-es-next/

    Selecting and Dispatching with the Data Module
    https://getwithgutenberg.com/2019/05/selecting-and-dispatching-with-the-data-store/

    How to Create Gutenberg Sidebars using only PHP
    https://rudrastyh.com/gutenberg/plugin-sidebars-with-php.html

  22. @chrismccoy chrismccoy revised this gist Jun 12, 2019. 1 changed file with 12 additions and 0 deletions.
    12 changes: 12 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,18 @@
    How to create a custom block for gutenberg
    https://organicthemes.com/create-custom-block-wordpress-gutenberg/

    How to Create Gutenberg Sidebars using only PHP
    https://rudrastyh.com/gutenberg/plugin-sidebars-with-php.html

    Bye-bye Meta Boxes, Hello Gutenberg Sidebars
    https://rudrastyh.com/gutenberg/plugin-sidebars.html

    How to Create a Gutenberg Block if You Know Nothing
    https://rudrastyh.com/gutenberg/create-a-block.html

    How to Create Inspector Controls for a Custom Gutenberg Block
    https://rudrastyh.com/gutenberg/inspector-controls.html

    How to Create Custom Text Formats for Gutenberg Block Editor
    https://jeffreycarandang.com/how-to-create-custom-text-formats-for-gutenberg-block-editor/

  23. @chrismccoy chrismccoy revised this gist May 16, 2019. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,12 @@
    How to create a custom block for gutenberg
    https://organicthemes.com/create-custom-block-wordpress-gutenberg/

    How to Create Custom Text Formats for Gutenberg Block Editor
    https://jeffreycarandang.com/how-to-create-custom-text-formats-for-gutenberg-block-editor/

    Extending Gutenberg Core Blocks with Custom Attributes and Controls
    https://jeffreycarandang.com/extending-gutenberg-core-blocks-with-custom-attributes-and-controls/

    How to Conditionally Load Front-end JavaScript for Gutenberg Blocks
    https://richtabor.com/has-blocks-gutenberg-scripts/

  24. @chrismccoy chrismccoy revised this gist Apr 8, 2019. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,15 @@
    How to create a custom block for gutenberg
    https://organicthemes.com/create-custom-block-wordpress-gutenberg/

    How to Conditionally Load Front-end JavaScript for Gutenberg Blocks
    https://richtabor.com/has-blocks-gutenberg-scripts/

    Gutenberg Block Tutorial with registerBlockType() and NO Webpack, ES6, JSX or Babel
    https://javascriptforwp.com/how-to-build-a-gutenberg-block-with-registerblocktype-and-no-webpack-es6-jsx-or-babel/

    Gutenberg Components: Form Token Field
    https://www.ibenic.com/gutenberg-components-form-token-field/

    Developing Gutenberg Blocks with Parcel.js and Astroturf
    https://roots.io/developing-gutenberg-blocks-with-parcel-js-and-astroturf/

  25. @chrismccoy chrismccoy revised this gist Mar 24, 2019. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,9 @@
    How to create a custom block for gutenberg
    https://organicthemes.com/create-custom-block-wordpress-gutenberg/

    Gutenberg Block Tutorial with registerBlockType() and NO Webpack, ES6, JSX or Babel
    https://javascriptforwp.com/how-to-build-a-gutenberg-block-with-registerblocktype-and-no-webpack-es6-jsx-or-babel/

    Developing Gutenberg Blocks with Parcel.js and Astroturf
    https://roots.io/developing-gutenberg-blocks-with-parcel-js-and-astroturf/

  26. @chrismccoy chrismccoy revised this gist Mar 15, 2019. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,9 @@
    How to create a custom block for gutenberg
    https://organicthemes.com/create-custom-block-wordpress-gutenberg/

    Developing Gutenberg Blocks with Parcel.js and Astroturf
    https://roots.io/developing-gutenberg-blocks-with-parcel-js-and-astroturf/

    Hot Module Replacement for Gutenberg Blocks
    https://humanmade.com/2018/11/26/hot-module-replacement-for-gutenberg-blocks/

  27. @chrismccoy chrismccoy revised this gist Feb 21, 2019. 1 changed file with 12 additions and 0 deletions.
    12 changes: 12 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -4,6 +4,18 @@ https://organicthemes.com/create-custom-block-wordpress-gutenberg/
    Hot Module Replacement for Gutenberg Blocks
    https://humanmade.com/2018/11/26/hot-module-replacement-for-gutenberg-blocks/

    Gutenberg Component Autocomplete
    https://www.ibenic.com/gutenberg-components-autocomplete/

    Gutenberg Color Palette and Button Styling
    https://www.billerickson.net/wordpress-color-palette-button-styling-gutenberg/

    Block Styles in Gutenberg
    https://www.billerickson.net/block-styles-in-gutenberg/

    A Step By Step Guide To Converting A WordPress Shortcode To A Gutenberg Block
    https://calderaforms.com/2019/01/convert-shortcode-gutenberg-block/

    Gutenberg blocks visual constructor
    https://lazyblocks.com/

  28. @chrismccoy chrismccoy revised this gist Nov 30, 2018. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,12 @@
    How to create a custom block for gutenberg
    https://organicthemes.com/create-custom-block-wordpress-gutenberg/

    Hot Module Replacement for Gutenberg Blocks
    https://humanmade.com/2018/11/26/hot-module-replacement-for-gutenberg-blocks/

    Gutenberg blocks visual constructor
    https://lazyblocks.com/

    Using React For WordPress Gutenberg Development
    https://torquemag.io/2018/10/using-react-for-wordpress-gutenberg-development/

  29. @chrismccoy chrismccoy revised this gist Nov 16, 2018. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -4,12 +4,18 @@ https://organicthemes.com/create-custom-block-wordpress-gutenberg/
    Using React For WordPress Gutenberg Development
    https://torquemag.io/2018/10/using-react-for-wordpress-gutenberg-development/

    Working with Editor Styles in Gutenberg
    https://jasonyingling.me/working-with-editor-styles-in-gutenberg/

    Gutenberg Blocks in the Cloud
    https://gutenbergcloud.org/

    The Guten, the Berg, and the Ugly
    https://blog.samuellevy.com/post/56-the-guten-the-berg-and-the-ugly.html

    Notes on Building a Site with Gutenberg
    https://jasonyingling.me/notes-on-building-a-site-with-gutenberg/

    Register fields for Gutenberg blocks with less repetitive code
    https://github.com/rtCamp/gutenberg-fields-middleware

  30. @chrismccoy chrismccoy revised this gist Nov 9, 2018. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions gutenberg.txt
    Original file line number Diff line number Diff line change
    @@ -4,6 +4,12 @@ https://organicthemes.com/create-custom-block-wordpress-gutenberg/
    Using React For WordPress Gutenberg Development
    https://torquemag.io/2018/10/using-react-for-wordpress-gutenberg-development/

    Gutenberg Blocks in the Cloud
    https://gutenbergcloud.org/

    The Guten, the Berg, and the Ugly
    https://blog.samuellevy.com/post/56-the-guten-the-berg-and-the-ugly.html

    Register fields for Gutenberg blocks with less repetitive code
    https://github.com/rtCamp/gutenberg-fields-middleware