You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I open a link like obsidian://advanced-uri?vault=Notebook&filepath=MyNote.md&line=15 from another note or from outside obsidian, it works as expected. It will open MyNote to line 15.
However, once the note is open, clicking a link like obsidian://advanced-uri?vault=Notebook&filepath=MyNote.md&line=200
doesn't jump the cursor to line 200 like expected.
Edit: Doing some basic console.logging, clicking from outside the note results in setCursorInLine() being activated, but not when clicking from inside the note.
The text was updated successfully, but these errors were encountered:
When I open a link like
obsidian://advanced-uri?vault=Notebook&filepath=MyNote.md&line=15
from another note or from outside obsidian, it works as expected. It will open MyNote to line 15.However, once the note is open, clicking a link like
obsidian://advanced-uri?vault=Notebook&filepath=MyNote.md&line=200
doesn't jump the cursor to line 200 like expected.
Edit: Doing some basic console.logging, clicking from outside the note results in setCursorInLine() being activated, but not when clicking from inside the note.
The text was updated successfully, but these errors were encountered: