Displays all open notes in a tab group as a continuous scrollable page (sometimes called Scrivenings mode).
• 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.