quarto-dev / quarto

Quarto open-source scientific and technical publishing system
https://quarto.org
GNU Affero General Public License v3.0
332 stars 29 forks source link

Make Document Outline Width Adjustable in Visual Mode #205

Open jgsw opened 1 year ago

jgsw commented 1 year ago

In Visual Mode, the document outline is currently of a fixed, fairly narrow width. It would be great if the width could be made adjustable.

(For what it's worth, a broader usability suggestion on the outline. I'm not sure why Visual Mode has a separate outline, which appears to the left of the document, while in Source Mode the outline appears in the Secondary Side Bar - usually on the right of the document. It might be more visually consistent to use the same outline for both source and visual modes).

jjallaire commented 1 year ago

Agreed that consistency would be better here, but the VS Code custom editor API won't allow us to generate Outline items that target custom editors (they need to target text editors).

In terms of resizability, yes, that is 100% on our radar and we will make this improvement (will keep this open as a further reminder)

olivroy commented 1 week ago

It would also be great to have the option of moving the outline to the right instead of left.