Skip to content

Releases: gasparschott/obsidian-continuous-mode

1.5.5

23 Apr 00:35
Compare
Choose a tag to compare

1.5.5

FIXED: Sorting notes in floating windows.

1.5.4

21 Apr 19:53
Compare
Choose a tag to compare

1.5.4

• More fixes for workspace splits.

1.5.3

• Yet more fixes for floating windows.

1.5.2

FIXED: Toggling continuous Mode failed with vertical splits.
FIXED: Toggling continuous Mode failed after plugin reload.

1.5.1

FIXED: Continuous Mode did not work reliably with floating windows.
IMPROVED: Status of floating windows is now restored on app startup.

1.5.3

21 Apr 18:14
Compare
Choose a tag to compare

1.5.3

• Yet more fixes for floating windows.

1.5.2

FIXED: Toggling continuous Mode failed with vertical splits.
FIXED: Toggling continuous Mode failed after plugin reload.

1.5.1

FIXED: Continuous Mode did not work reliably with floating windows.
IMPROVED: Status of floating windows is now restored on app startup.

1.5.2

21 Apr 17:44
Compare
Choose a tag to compare

1.5.2

FIXED: Toggling continuous Mode failed with vertical splits.
FIXED: Toggling continuous Mode failed after plugin reload.

1.5.1

21 Apr 01:09
Compare
Choose a tag to compare

1.5.1

FIXED: Continuous Mode did not work reliably with floating windows.
IMPROVED: Status of floating windows is now restored on app startup.

1.5.0

19 Apr 02:45
Compare
Choose a tag to compare

1.5.0

ADDED: Open search results in Continuous Mode contextual menu.
ADDED: Open individual files in Continuous Mode contextual menu.
ADDED: Sort open tab group notes by name, modified date, or created date via the tab group, notes, and editor contextual menus.
IMPROVED: Opening in Continuous Mode now respects current File Explorer/Search sort order.
IMPROVED: Improved "scroll active note into view" code. Note: scroll into view fails when clicking a tab header the first time, and before the note has been scrolled into view at least once. This appears to be an issue with Obsidian.
IMPROVED: Disabled scrolling pdfs, unless the note is active. This matches the behavior of canvas notes and graphs.
IMPROVED: Display of graphs and canvas notes: they now fill the height of the window, allowing the header to viewed.
ADDED: Settings option to disable custom "scroll active note into view" behavior and restore default behavior.
FIXED: Several issues with appending folder items that prevented all items from being appended.
FIXED: Some issues with storing the included file types and excluded files lists in the settings.
FIXED: Some issues with arrow navigation in pdf files.
FIXED: An issue with using the arrow keys in inputs and textareas.
• Code cleanup.

1.4.0

04 Apr 17:25
Compare
Choose a tag to compare

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.

1.3.0

27 Mar 02:29
Compare
Choose a tag to compare

Added additional ways to open folders:
• Open in new split up
• Open in new split down
• Open or append folder in active tab group
• Replace active tab group with folder

Replaced Continuous Mode menu icon and added icons for submenu items.

1.2.2

23 Mar 18:04
Compare
Choose a tag to compare

• Fixed Continuous Mode not working after layout change (#12).
• Fixed incorrect image styling (#10).

1.2.1

20 Mar 21:40
Compare
Choose a tag to compare

Fixed incorrect display of tabs (forgot to delete experimental CSS).

From 1.2.0:
• NEW: Added menu item to open folders in Continuous Mode(!).
• IMPROVED: Moved toggle continuous mode menu item to submenu; added show/hide note headers menu item.
• IMPROVED: Pdfs now only take up the full window height, not the entire length of the pdf.