I came across Emacs bookmarks which is something similar to vscode bookmark,
I think it can be useful for better navigation.
If you’re using GitHub - vipzhicheng/logseq-plugin-vim-shortcuts: Add part of VIM key bindings experience to Logseq, this is provided through marks:
NUMBER+m: Save current page or block as a mark to NUMBER register.
NUMBER+': Load saved mark on main region.
For example, press 1m
on a line, navigate away and then press 1'
to go to the line
3 Likes
A workaround I use is that I copy the target block’s URL and use a Keyboard Maestro Macro to jump to it. Something like that would likely work with other apps as well.