I would like to jump to the journal page directly no matter what I am doing, even if I am editing a block in some pages.
Is there anyway to accomplish this? Thanks!!!
I would like to jump to the journal page directly no matter what I am doing, even if I am editing a block in some pages.
Is there anyway to accomplish this? Thanks!!!
Go to journal → g j
Hope that is what you are looking for.
Sorry but that’s not what I am looking for. When you are typing in a block, the shortcut can not be used. You can use them only after existing the typing through pressing Esc.
I am looking for a general way to escape to the home page no matter whether I am typing.
You can try remapping the shortcut in settings to something that uses cmd or ctrl.
You can use them only after existing the typing through pressing Esc.
I think you answered your own question there.
Type these keys on your keyboard: Esc
g
j
Works in edit mode and non-edit mode.
@Zhenghao_Peng Did you ever figure this out? I have the shortcut mapped to use cmd+j
but it still requires esc
beforehand.
Logseq v0.9.11
Just in case anyone happens to come across this issue again, in the Keymap settings I’ve mapped ‘Escape editing’ and 'Go to home’ to the same thing, ctrl+t
for example.
Now when I’m in the editing mode, I just double tap ctrl+t
and I get to my home page. It’s workaround but it works.
I went through the code and src/main/frontend/modules/shortcut/config.cljs#L849 seems to be the line that would need to be moved to global-prevent-default
, maybe someone can make an issue/plugin for it
There also seems to be an old plug-in (sawhney17/logseq-go-now). I tried it and it worked for me for like 5 minutes, then the hotkey broke and some error kept popping up. Probably because it’s 3 years old, maybe I’ll make something similar if I have the time