Releases: gasparschott/obsidian-continuous-mode
3.0.2b
3.0.1b
3.0.1b:
• Fixed an issue that prevented normal arrow navigation in active Semi-Compact Mode notes.
• Fixed a styling issue with Compact Modes.
3.0.0b
3.0.0b: Major update: new features, bug fixes, and code improvements.
• NEW: Compact Mode and Semi-Compact Mode: This allows you to emulate the note preview sidebar found in apps like Bear or Evernote.
• When Compact Mode is active, the left split will preview the first few lines of each open note (or a thumbnail for images). Clicking a preview or otherwise making it active will open the note in the right sidebar.
• When Semi-Compact Mode is active, the active note will be displayed normally.
• Compact Mode notes can be navigated with the arrow keys.
• Added user settings to open clicked file explorer folders or files in compact mode.
• Note: You may wish to disable the Obsidian editor setting Always focus new tabs
to allow continuous arrow navigation of Compact View items.
• Several improvements to the scroll into view behavior.
• Improved single click to open file explorer item. Now the action is only triggered by a simple click, and not by a two-finger click or if the alt/option, ctrl, or shift keys are pressed.
• Improved single click to append files from the file explorer.
• Added user setting to disable some warnings (e.g., when replacing a split with folder contents).
• Added user setting to always hide note headers in Continuous and Compact Mode.
• Added user setting to only show note header file name in Compact Mode.
• Fixed some issues with reading the list of extra file types to be opened in Continuous Mode.
• Fixed an issue where pinned status of leaves was not remembered when performing various Continuous Mode actions.
• Fixed some issues with arrow navigation between leaves.
• Removed the "Clear stored data" setting, as stored data is now automatically pruned when the plugin unloads.
• Made the borders between notes in Continuous Mode less prominent.
• Reorganized context menus.
• Many other small bugfixes.
• Updated ReadMe.
2.2.2
2.2.2
• ADDED: Commands to change the sort order of notes in the active tab group.
• ADDED: User setting to set the default sort order when opening multiple items in Continuous Mode.
• ADDED: User setting to disable scroll sidebar items into view when they are selected or become active.
• FIXED: Problems with sorting files when there was an empty new tab in the tab group.
• IMPROVED: Tab headers scroll into view when the active leaf changes.
• IMPROVED: Clicking in a leaf will scroll it or the clicked line/item into view. This can be disabled by enabling "Disable scroll active note into view" in the Settings.
• IMPROVED: Arrow navigation in properties/frontmatter blocks.
• IMPROVED: Arrow navigation in sidebars.
• INTERNAL: Minimized use of javascript function scrollIntoView, as a long-standing Chrome bug prevents simultaneous scrolling of two or more elements into view; use scrollTo instead.
2.2.1
2.2.1
• FIXED: Continuous Mode was listed twice in the tab group menu.
• FIXED: Bottom margin of notes in reading view was set to 0.
2.2.0
2.2.0
• ADDED: A whole bunch of commands for opening items in Continuous Mode that were formerly only available via the context menus.
• ADDED: Enabled Continuous Mode in the sidebars. This can be toggled via the context menus or commands. For clarity, the title of each sidebar pane is displayed; these titles can be hidden with the "Hide note headers" menu item or command.
• FIXED: Continuous Mode wasn't always restored on app launch or when the plugin was deactivated and reactivated.
• FIXED: PDFs leaves should scroll to top when entering via arrow navigation.
• FIXED: Completely reworked compatibility with Longform plugin to work around an issue with accessing project metadata.
• Other fixes and code clean up.
• Updated the Readme.
2.1.2
2.1.2
• IMPROVED: Removed scroll to top of note when entering previous note with up arrow key.
2.1.1
2.1.1
• FIXED: Some further fixes for sorting when opening files in Continuous Mode with the context menu items.
2.1.0
2.1.0
• ADDED: Scroll the active tab header into view when active leaf changes. Useful when there are many tabs open in the tab group.
• FIXED: Items with numbers in their names were not sorted in the correct order when opening multiple items in Continuous Mode.
2.0.0
2.0.0
• Completely reworked the Continuous Mode core styles, removing display:contents
, which was causing all sorts of problems. In particular, scroll into view should be much more reliable now. Please report any new problems.
• FIXED: Clicking note titles in the tab group menu did not properly select and scroll leaf into view.
• FIXED: Single click to open file explorer folders wasn't working.