Thoughts on Editor UI (Block Styles Manager - Build in Public Part 4)

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ธ.ค. 2024

ความคิดเห็น • 16

  • @Hanneslsm
    @Hanneslsm 10 หลายเดือนก่อน +1

    Amazing progress! Good idea on moving the Manage style panel to the right.

    • @BrianCoords
      @BrianCoords  10 หลายเดือนก่อน

      Thanks- we'll see if works out

  • @benpollock104
    @benpollock104 10 หลายเดือนก่อน

    It's looking really good, i can't wait until we can use it! great work

    • @BrianCoords
      @BrianCoords  10 หลายเดือนก่อน

      Thank you- looking forward to getting real-world feedback.

  • @Convology
    @Convology 10 หลายเดือนก่อน

    Looks fantastic so far.

    • @BrianCoords
      @BrianCoords  10 หลายเดือนก่อน

      Thanks!

  • @deryckoe84
    @deryckoe84 10 หลายเดือนก่อน

    Hey Brian. This is getting better. I like it. Where are the CSS files being saved? in the theme, plugin or in wp-content/uploads/... ?

    • @BrianCoords
      @BrianCoords  10 หลายเดือนก่อน +1

      I'm thinking the next video will be a deep dive into how the CSS works, but basically it's making a folder called wp-content/block-styles. That's filterable though so you could have your save in your theme folder if you wanted.

    • @deryckoe84
      @deryckoe84 10 หลายเดือนก่อน

      ​@@BrianCoords makes sense but makes me think, perhaps is better to move it to wp-content/uploads/block-styles. Usually, on migrations, backups, etc, is better to keep default folder structure and ad as many subfolders as you want. Just a suggestion, of course. You are doing a great job here and it's super easy to come and trow an advice. The hard part is what you are doing.

  • @sjf29
    @sjf29 10 หลายเดือนก่อน

    Great work. Though if you're a developer use to a CLI interface, the code UI will feel cramped. Panel options being.. draggable width size, extended width with toggle, or optional modal popup (mini IDE playground).

    • @BrianCoords
      @BrianCoords  10 หลายเดือนก่อน +1

      Yeah that's an overall complaint about the block editor - those sidebars are not very flexible, you can't make them bigger or smaller. Maybe I'll come back to adding a modal so you can have an optional 'expanded view' when trying to write the code.

    • @sjf29
      @sjf29 10 หลายเดือนก่อน

      ​@@BrianCoords just in case you don't already know, Bricks auto-expands CSS box quite nice.

    • @BrianCoords
      @BrianCoords  10 หลายเดือนก่อน

      I haven't played with Bricks but I really should.

    • @sjf29
      @sjf29 10 หลายเดือนก่อน

      @@BrianCoords panel resize may arrive in 6.6. according to GitHub.

  • @ddrci88
    @ddrci88 10 หลายเดือนก่อน

    So many request will be slowdown your website I highly suggest create only one main css file

    • @BrianCoords
      @BrianCoords  10 หลายเดือนก่อน

      That's a great point that I should follow-up on in the next video- why separate files? The CSS will ultimately get parsed through the Style Engine API and much of it will actually end up as inline Style tags, rather than as separate files. developer.wordpress.org/block-editor/reference-guides/packages/packages-style-engine/