Skip to content

Commit 96fcea8

Browse files
committed
3.4.3
1 parent 80002ed commit 96fcea8

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ class ContinuousModePlugin extends obsidian.Plugin {
373373
scrollSideBarItems(el); return; // scroll focused left/right split item into view
374374
case !active_leaf.parent.containerEl.classList.contains('is_continuous_mode'): return; // not in continuous mode
375375
case isCompactMode(): compactModeNavigation(e,active_leaf,activeTabGroupChildren); return; // use compact mode navigation
376+
case /metadata-input|multi-select/.test(e.target.classList):
376377
case e.target.closest('.view-header') !== null: // allow arrows in note headers
377378
case getActiveLeaf()?.containerEl?.closest('.mod-root') === null && !getActiveEditor()?.hasFocus(): // not in editor
378379
case e.target.querySelector('.canvas-node.is-focused') && /Arrow/.test(e.key): // editing canvas

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "continuous-mode",
33
"name": "Continuous Mode",
4-
"version": "3.4.2",
4+
"version": "3.4.3",
55
"minAppVersion": "0.15.0",
66
"description": "Displays all open notes in a tab group as if they were a continuous scrollable document (sometimes called \"Scrivenings mode\"). Open all notes in Continuous Mode from a folder, search results, or links in a file or Dataview/query block; use arrow keys to navigate between notes; display notes in “Compact Mode” similar to Evernote or Bear; reorder notes via tab header drag-and-drop, sorting, more.",
77
"author": "Michael Schrauzer",

versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"3.4.3": "3.4.3",
23
"3.4.2": "3.4.2",
34
"3.4.1": "3.4.1",
45
"3.4.0": "3.4.0",

0 commit comments

Comments
 (0)