-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider optional wysiwyg above title #4482
Comments
This will be the case with step 2 (page templates) onwards as it looks beyond |
I feel like every day I read conflicting things about the "scope" of this project. . .this response indicates that the version targeted for 5.0 is scoped to just If we're being encouraged to move our metaboxes to blocks, and have a "block" mentality for content creation, etc then this seems like an important piece to that. If you do want to try somehow to pretend the scope is just related to That way folks can at least control where the title shows (via dynamic block?) within their page content. The title isn't always the first element displayed on a theme, so the editor shouldn't make it appear as if that's the case. Also, side note, but having to select the title to find the permalink seems way out of place as well. Makes much more sense to be in the Document inspector as it's really an attribute of the Document, not the content. |
Disclaimer: I am not a WordPress or Gutenberg developer. @jasonbahl I think what @mtias means is that the ability to use blocks in non post_content areas is not coming until after WordPress 5.0. Yes, blocks can access meta attributes and display them, but those blocks are being used within the Trying to add this functionality requires considering how the editing experience would work for non-post-content areas. If you wanted to edit the footer of your website, would there be an instance of the editor containing just the footer? Would that instance include some placeholder stuff above it to represent the other parts of the page? Would you edit the header, footer, sidebar, and their layout relative to each other from the same editor page? How would different page templates be edited and where would they be listed? As you can see, this gets really complicated really quickly, and I can see why it is not being worked on for the 5.0 release. As far as I can tell, there is no conflict about the scope of the Gutenberg project regarding how it interacts with stuff not in |
Re: the permalink UI, it's also an accessibility issue, see #5494. @jasonbahl and everyone: any thoughts there would be greatly appreciated 🙂 |
Thanks for bringing this up. @SuperGeniusZeb pretty much summed up the rationale for 5.0 and the @jasonbahl, I'm sorry to hear that it has come across that there have been scoping conflicts when it comes to this piece of Gutenberg. If it's any consolation, sticking to
This to me is more of a design issue than a scoping one. I'm going to close this particular issue in order to keep things trimmed for 5.0, but feel free to open one on the UI of title vs. content. |
Closed #9854 in order to consolidate here and noting the suggestion to add formatting options:
|
Issue Overview
Some articles have rich content, video, image, etc above the article title. I would like to hear your thoughts on adding a wysiwyg, single or multiple blocks above the title area.
We already have the featured image, but I was thinking about the ability to have other types of content. It will also give the possibility to distinguish media on the front page and article itself. It may also help the users workflow and experience as the whole article will be made in the main content area and separate it from the side bar completely.
Expected Behavior
Have wysiwyg, single or multiple blocks above title
Current Behavior
None
Possible Solution
Add wysiwyg, single or multiple blocks above title
The text was updated successfully, but these errors were encountered: