Building a Block Styles Manager - Ep 1 (Build in Public)

Поділитися
Вставка
  • Опубліковано 6 жов 2024

КОМЕНТАРІ • 13

  • @jamiewp
    @jamiewp 8 місяців тому

    Love it 💪

  • @PhilaUAdam
    @PhilaUAdam 8 місяців тому

    Looks like a solid project. I could definitely use a block styles manager.

  • @Permaslug
    @Permaslug 8 місяців тому

    Sounds awesome! Would love to see this

  • @benpollock104
    @benpollock104 8 місяців тому

    Great idea, I've been looking for this, the best I've seen is a utility class picker for the class field, which does allow you to add multiple classes, but the big issue is all those styles would be added to the whole site, i like the idea of the block only adding the styles you need and it only giving you the suitable options for the block type.

    • @BrianCoords
      @BrianCoords  8 місяців тому

      Yep I think that’s the key thing that needs to be solved- not loading the styles across the entire site. I’m also curious about which utility classes will be needed- especially when the core editor already offers things like spacing, color, and typography.

    • @benpollock104
      @benpollock104 8 місяців тому

      recently i was trying to add flexbox order class to the column block. it is probably something core will do eventual but i just wanted to make the second column go first on mobile. Potentially to fix responsive issues there are a number of flexbox utility classes that could be used for just columns/column blocks @@BrianCoords

  • @Khawar_Mehfooz
    @Khawar_Mehfooz 8 місяців тому

    Hello! Your content is fantastic. There's a growing demand for WordPress developers skilled in block editor and Advanced Custom Fields. How about getting into creating custom WordPress themes with Roots/Sage and using ACF?

    • @BrianCoords
      @BrianCoords  8 місяців тому

      Some of the devs I work with love Roots/Sage and even Tailwind combined with Gutenberg. Great idea for a topic to dig into.

  • @56k-web
    @56k-web 8 місяців тому

    I like the idea!

  • @carltongordon
    @carltongordon 8 місяців тому

    Sweet!! i'd like to contribute its open

    • @BrianCoords
      @BrianCoords  8 місяців тому +1

      I'm hoping to upload the code as soon as it's in a stable enough state - then contributions would be very welcome!

  • @fiqihalfarizy4843
    @fiqihalfarizy4843 8 місяців тому

    will this work similarly with the generateblock style manager one??

    • @BrianCoords
      @BrianCoords  8 місяців тому

      I haven't tested that one out, but I believe that one also allows you to create styles via the UI, like filling out a "padding" area. I would love that (I would love block styles that literally move the values on things like color and spacing) but the scope of this project is only to add custom CSS, nothing more.