Skip to content

1.4.0

Compare
Choose a tag to compare
@gasparschott gasparschott released this 04 Apr 17:25
· 13 commits to main since this release

Added: Settings for filtering file types to open when choosing one of the “open folder in continuous mode” contextual menu items.
• Filter markdown, canvas, images, media, and pdfs.
• Add custom file extensions to allow (assuming you have installed a plugin to allow Obsidian to open them, e.g., html, plain text and code files, etc.).
• Add custom file names to ignore (e.g., index.md).
Added: Setting to clear the stored list of tab groups with continuous mode active. This optional action prevents the list from getting unwieldy or cluttered with stale data, which can happen if you frequently open and close new tab groups.
Improved: Disabled scrolling canvas and graph contents in Continuous Mode, unless the note is active. This makes it possible to scroll through a stack of notes without getting “stuck” on these types of notes.
• If editing a canvas file (i.e., canvas leaf is active), click the background to deselect any active node and use the up and down arrow keys to navigate to the adjacent note.
• When a graph is active, use shift + arrow keys to move the graph around.
Improved: Relocated the contextual menu items for better categorization.
Updated README file.