-
Notifications
You must be signed in to change notification settings - Fork 94
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
better position for outline toggle button #6876
Comments
Thanks for your report @SamuXzX. What you describe is the read-only mode of the text editor, where the toolbar is hidden and the button to toggle the outline is displayed instead. In read-write mode you find the same option at the bottom of the headings menu in the toolbar ("Show outline"). Does this solve the issue for you? |
@SamuXzX I changed the title of the issue because of your last message. You can change it again if you feel it is necessary. I agree that this button needs to be in a more obvious position. My suggestion is top left of the edit bar. And I agree with @SamuXzX - if there is enough space the outline should be shown automatically, but this is a different issue, currenty discussed here #3586 but might become a separate issue later. @mejo- do you have the info you need? If yes, can you remove "needs info"? |
Is your feature request related to a problem? Please describe.
When viewing a Markdown file using a share link generated in Nextcloud, it appears a button to show an index of the file in a sidebar, generated from the headings:
(The button says "Hide index")
I don't get why this does not appear when editing the file from Nextcloud itself:
Another way of viewing the file is opening it directly from the system, with the Nextcloud Desktop Client installed:
(The button says "Open in browser")
Describe the solution you'd like
I would like to be able to see such index in any view in Nextcloud.
One problem seems to be that the toolbar is full, but this seems like an entirely different problem (which I think needs to be solved, as being constrained like this could be a problem for Text).
The button could just appear at the left side of the top bar, just like the buttons for the sidebar are aligned to the right:
There would obviously be a problem with small screens, but maybe both this new "Show index" button and the buttons for the sidebar should receive their own row when in mobile view:
I understand this would take more screen space, but if we want to have all the options in-view, for now I see no other solution.
The text was updated successfully, but these errors were encountered: