benji300 / joplin-favorites

Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access.
MIT License
94 stars 7 forks source link

Allow multi-line favorites in horizontal mode #22

Open shinglyu opened 1 year ago

shinglyu commented 1 year ago

Use case: I have many favorites and I prefer to use horizontal mode. I'm happy to give it 2~3 lines of height.

Current behavior: Currently all the favorites are on one line, regardless of the height of the container. If the width overflows the window, there is a scroll bar.

Expected behavior: I'd expect the favorites to wrap around to the next line, give that there are enough vertical space. Similar to the behavior of CSS flex-wrap: wrap