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
Thanks for the plugin! It feels really awesome for starters. I think it'll find its way to my workflow easily =)
I think it would be pretty useful to have in the jump menu something like CTRL+Down to jump to the next same level block or higher one so one could jump over some large amount of sub-blocks easily. CTRL seemed at least for me intuitive button to try at first if it would work like that already =)
So to explain with an example:
- First level1
- First level2
- First level3
- Second level3
- Third level3
- Second level2
- Third level2
- Second level1
- Third level1
If I would be on the "First level2" block in the jump menu, I would want CTRL+Down to take me to "Second level2" (jumping over the sub-blocks of "First level2") and regular Down to "First level3" (like it does for now).
I think in a case where there is no same level block, like in following example:
- First level1
- First level2
- First level3
- Second level3
- Third level3
- Second level1
- Third level1
Jumping from "First level2" with CTRL+Down should bring you to "Second level1" because it should still jump over the sub-blocks of the block one is currently at.
I guess it's a bit up for a debate how the reverse should work. CTRL+Up could take you to a parent block of the current one or have that kind of similar "to previous sibling or if none, to parent block"-functionality.
The text was updated successfully, but these errors were encountered:
The Vim extension has this functionality, but unfortutanely the only Api we have is logseq.Editor.scrollToBlockInPage, which also scrolls the screen, even if it is unnecessary. I would wait until we have a better Api :-) (also see vipzhicheng/logseq-plugin-vim-shortcuts#50)
Hey!
Thanks for the plugin! It feels really awesome for starters. I think it'll find its way to my workflow easily =)
I think it would be pretty useful to have in the jump menu something like CTRL+Down to jump to the next same level block or higher one so one could jump over some large amount of sub-blocks easily. CTRL seemed at least for me intuitive button to try at first if it would work like that already =)
So to explain with an example:
If I would be on the "First level2" block in the jump menu, I would want CTRL+Down to take me to "Second level2" (jumping over the sub-blocks of "First level2") and regular Down to "First level3" (like it does for now).
I think in a case where there is no same level block, like in following example:
Jumping from "First level2" with CTRL+Down should bring you to "Second level1" because it should still jump over the sub-blocks of the block one is currently at.
I guess it's a bit up for a debate how the reverse should work. CTRL+Up could take you to a parent block of the current one or have that kind of similar "to previous sibling or if none, to parent block"-functionality.
The text was updated successfully, but these errors were encountered: