gasparschott / obsidian-continuous-mode

An Obsidian plugin that displays all open notes in a tab group as if they were a single continuous document (sometimes called "Scrivenings mode"). Open all notes in Continuous Mode from a folder, search results, or links in a file; use arrow keys to navigate between notes; reorder notes via tab header drag-and-drop, sorting, more.
GNU General Public License v3.0
78 stars 2 forks source link

[bug] problem with displaying of canvas type files #13

Closed danieltomasz closed 4 months ago

danieltomasz commented 5 months ago

Hi, great plugin, at first I didn't realize how much it will be useful for me!

There is currently problem with .canvas files - as they are per definition infinite, if they are open in a tab, scrolling through stacked tab group with them actually start scroll through canvas internally (infinite white space) making it really hard to use.

Ideas of solution:

1) Use fixed/locked view of canvas (don't scroll through canvas "internally within canvas", fix the view based on current elements, only double click or other user action will allow to change the default view within canvas, in addition to view of canvas within stacked tabs) - it might be hard to implement 2) Exclude .canvas type file from stack (or allow user to exclude them by decision in settings) - might be a bit easier to implement

I am on Obsidian 1.5.11 on MacOS.

gasparschott commented 5 months ago

Thanks. Solution 2 is coming soon, along with other filtering options. I'll look into something along the lines of 1.