Using
- vim mode
- live preview
- a transcluded (embedded) wiki link
- inside a bullet point
vim movement command gj
can not move past the transcluded link.
gj
is identical to j
except it accounts for line wraps. Some of us noremap j gj
for this reason.
gj
is effectively equivalent to using the arrow keys to navigate.
Steps to reproduce
- enable vim mode
- use Live Preview
- create the following document
![[#foo]]
- ![[#foo]]
# foo
NOTE: for some reason, copy and pasting this snippet from Discourse into Obsidian elides the line breaks. Go into source mode to ensure the document is structured properly
- starting at the top line, attempt to navigate down one line at a time using
gj
. Typegj
repeatedly. Same with the down arrow.
Expected result
gj
should be able to move past the transcluded wikilink in the bullet point just as it does on the transcluded wikilink that isn’t in a bullet.
Actual result
gj
can not move past the bullet point with the transcluded wikilink. j
of course still works.
The same result happens with the down arrow.
Environment
SYSTEM INFO:
Obsidian version: v0.13.22
Installer version: v0.13.19
Operating system: Darwin Kernel Version 20.6.0: Wed Nov 10 22:23:07 PST 2021; root:xnu-7195.141.14~1/RELEASE_X86_64 20.6.0
Login status: logged in
Catalyst license: vip
Insider build toggle: on
Live preview: on
Legacy editor: off
Base theme: dark
Community theme: none
Snippets enabled: 0
Safe mode: on
RECOMMENDATIONS:
none