Breaks too much, lacks the one feature that would have made it worth the trouble
-
I understand the desire for a new WP editor. Look at the existing options:
(1) Tiny MCE is a funny old dog that looks like a refugee from Geocities.
(how many of you have come back to your carefully embedded and nested tags to find that someone has used Tiny MCE to remove all the indentation and half of the hard returns, stuffed in a ton of shortcodes? Bad stuff.)(2) The text editor is rudimentary at best; update button doesn’t use AJAX, jumps to the top of the screen while the page refreshes during EVERY save, no code highlighting or delimiter-matching. not even a fixed-width font. You’re on your own there.
So I wasn’t surprised at the existence of Gutenberg. What did surprise me about Gutenberg:
(1) I can’t believe that the new editor would include no provision for responsive content (correct me if I’m wrong). These “blocks” seem like perfect candidates to have responsive grid classes wrapped around them. But if you look at the HTML, it’s worse than nothing, it adds hard-coded inline width and height attributes. Is the assumption being made that everyone is going to be using WP on old clunky desktop computers? The new paradigm is mobile-first, phones and iPads, responsive page templates, responsive page content (it’s easy to get desktops right.)
(2) It breaks things. I couldn’t even test it on a live site, looks like it trashed control over wp_autop and the site was infested with <p> tags, hosed the front end format. Why should a new editor break existing un-edited pages?
(3) Apparently it stores data in a non-backwards compatible way in the database?
(4) Slated to be in core?
I would look on Gutenberg favorably if it was a new project in embryo, but it’s not ready to be in core.EDIT: Revised my rating up a little bit. Gutenberg is interesting software and I unfairly gave it a very low rating because I wanted to discourage it as a core feature.
- The topic ‘Breaks too much, lacks the one feature that would have made it worth the trouble’ is closed to new replies.