pbek / QOwnNotes

QOwnNotes is a plain-text file notepad and todo-list manager with Markdown support and Nextcloud / ownCloud integration.
https://www.qownnotes.org/
GNU General Public License v2.0
4.69k stars 414 forks source link

[F] Tabs without Note Editor #2969

Closed TheMarkovian closed 8 months ago

TheMarkovian commented 8 months ago

Expected behaviour

Show tabs for different opened notes while the note edit panel is hidden/closed in a workspace. I regularily use a preview-only workspace to browse my notes and reference multiple notes simultaneously. Unfortunately, I can't use the tab functionality that way.

Actual behaviour

Tabs are linked to the note edit panel and are therefore inaccessible if the note edit panel is hidden in a workspace.

pbek commented 8 months ago

Hm, i don't think this will work technically, since all the panels can be placed anywhere and the tabs are bound to the note edit panel. So previews can be tabbed as part of notes 🤔

TheMarkovian commented 8 months ago

That might be true. If the tabs are free floating that would be u unintuitive for regular users.

Maybe another approach is a setting toggle that duplicates the tabs above the preview panel?

TheMarkovian commented 8 months ago

My first instinct was to resize the edit panel to only show the tabs, but it wont let me!

pbek commented 8 months ago

Maybe another approach is a setting toggle that duplicates the tabs above the preview panel?

The tabs are part of the note edit panel, so it needs to be visible. The preview only reacts to the really "current note". There only can be one current note. The tabs are just an "illusion" that there can be multiple current notes...

TheMarkovian commented 8 months ago

Thanks for responding to my odd request! I discovered QOwn two months ago and it is everything I've ever needed in a notes application. This one thing just forced me to change my operating procedure, so I took the step to inquire about a change.

Final, hopefully easier, suggestion. Would it be possible to make the editor panel as resizable as the preview panel is? The preview panel can be shrunk to just a small horizontal bar, but the editor cant be shrunk to smaller than half a screen. If the editor would allow me to do the same, I would just do that and use the editor tabs without its panel dominating half the screen.

pbek commented 8 months ago

In the Panels settings you can turn off that it is the central widget, that might help.

TheMarkovian commented 8 months ago

The central widget option was already turned off. The first screenshot below shows the minimum height of the edit panel. The second the minimum height of the preview panel. Width is resizable without problems.

afbeelding

afbeelding

Kvcd12 commented 8 months ago

Create a Workspace. Enable Unlock panels from the Windows menu. "Separate" the Note preview panel from the application. Manually maximize the Note preview panel. Thus, the panel appears to be over or floating above the application. I wasn't sure if everything would snap back into place if one chose another Workspace, but it does. And choosing the new Workspace automatically separates the Note preview panel and floats it over the application.

Note Preview Float

TheMarkovian commented 8 months ago

This works and solves the issue for me. Thanks!