Feature Request
Is your feature request related to a problem or unsupported use case? Please describe.
Currently, the dropdown menus triggered by clicking the ... (ellipsis) button vary depending on the view:
- Document editor view
- Document tree
- Document list view
This inconsistency creates confusion for users navigating between these interfaces.
Additionally, Arnaud made aware of the some user feedback on this menu
- The "Copy Markdown" is not understood by most users who don't know what markdown (and ctrl A + ctrl C has the same effect)
- The "Print" option is currently burried under the "Download" menu, which is unintuitive. It should be moved to the main
... dropdown menu for better discoverability.
Describe the solution you'd like
During a discussion with @robin-lecomte and @arnaud-robin , we agreed on the following improvements:
- Unify dropdown menus: Ensure the
... dropdown menu is identical across all document views (editor, tree, and list) to maintain consistency.
- Remove Copy Markdown:
- Delete the "Copy Markdown" button, as its functionality is already covered by standard keyboard shortcuts.
- Relocate the "Print" option:
- Move "Print" from the "Download" submenu to the main
... dropdown menu for easier access.
Feature Request
Is your feature request related to a problem or unsupported use case? Please describe.
Currently, the dropdown menus triggered by clicking the
...(ellipsis) button vary depending on the view:This inconsistency creates confusion for users navigating between these interfaces.
Additionally, Arnaud made aware of the some user feedback on this menu
...dropdown menu for better discoverability.Describe the solution you'd like
During a discussion with @robin-lecomte and @arnaud-robin , we agreed on the following improvements:
...dropdown menu is identical across all document views (editor, tree, and list) to maintain consistency....dropdown menu for easier access.