Reocin / obsidian-markdown-formatting-assistant-plugin

This Plugin provides a simple WYSIWYG Editor for Markdown and in addition a command line interface. The command line interface facilitate a faster workflow.
251 stars 28 forks source link

Position of GUI #27

Open Archie-2021 opened 3 years ago

Archie-2021 commented 3 years ago

Is your feature request related to a problem? Please describe. I can't open and close headings like html, text edit etc because the arrow is on the far right side and I want to keep the panel open all the time so i like to have it very small

Describe the solution you'd like Put the arrow one the left side of the title, or change the use of the arrow to change arrangement of titles (put an up and an down arrow) and use simple click for opening and closing.

mgmeyers commented 3 years ago

Example screenshot:

Screen Shot 2021-08-02 at 11 20 25 AM

One issue here is that the max-width and min-width are hard-coded to 300px, effectively setting a fixed width.

Screen Shot 2021-08-02 at 11 21 15 AM

https://github.com/Reocin/obsidian-markdown-formatting-assistant-plugin/blob/45e25215eef619fb21008a609ac3b2747a09bbb2/src/SidePanelControlView.ts#L83-L84

fkscott commented 3 years ago

I have the same issue. On macOS 11.4, the dropdown arrows are cut off by the side of the window. Changing the size of the window with CMD - and CMD = does not remedy this issue.

image