logseq-plugin-vim-shortcuts icon indicating copy to clipboard operation
logseq-plugin-vim-shortcuts copied to clipboard

Config feature request: scrollBlockInPage

Open hacker-DOM opened this issue 2 years ago • 2 comments

It seems that currently, prev and nextSibling perform scrollBlockInPage:

https://github.com/vipzhicheng/logseq-plugin-vim-shortcuts/blob/c6d9defef82701a61d7b4f128e3fbdc62ca34411/src/keybindings/nextSibling.ts#L47

It would be great if there was an option to only go to the next block (and ideally scroll if it's out of view) like the default up/down behavior in logseq

hacker-DOM avatar Jun 21 '23 10:06 hacker-DOM

Hmm it looks like it's not currently supperted by the Api ('logseq.Editor') :-(

https://plugins-doc.logseq.com

hacker-DOM avatar Jun 21 '23 10:06 hacker-DOM

Yes, I can do nothing out of API. :)

vipzhicheng avatar Jan 19 '24 13:01 vipzhicheng