-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Add command to view the document outline #53191
Comments
Hello @richtabor, I'm currently unable to locate the "Outline" tab within the List view. Is this feature still pending implementation? |
Thanks @richtabor I am able to find it in the post editor. But I'm unable to find it in the site editor. |
@abhi3315 The post editor has an outline because the data in it is about the single post being edited, while in the site editor multiple elements are edited at once (multiple template parts, patterns, one template, one post etc) so the outline makes little sense in the site editor. @richtabor on that logic the outline should show up when the user edits a page in the site editor :) right? |
@richtabor I've implemented the requested outline command, but hit a potential snag. The command structure doesn't seem to accommodate handling "words, characters and time" components - would some architectural changes be needed here? Let me know how I should be proceeding here if you have time. My implementation Screen.Recording.2025-02-04.at.12.44.36.AM.mov |
Add a command that renders with the document outline information in the command itself. If selected, the command should open the Outline tab within List view. In this particular example, searching for
outline
would not return the command (thoughwords
,characters
,time
would) — we need support for keywords.Visuals
The text was updated successfully, but these errors were encountered: