tenfyzhong / joplin.vim

This is a plugin for us to use joplin.app in vim.
MIT License
23 stars 7 forks source link

[Request] More detailed "Usage" instructions #5

Open leftbones opened 3 years ago

leftbones commented 3 years ago

Getting this configured and running was easy and fine, but actually navigating the app is a bit confusing and it would be helpful to have a few more details or shortcuts laid out.

For example: I realized right away how to navigate through the notebooks/pages, but once a page is opened, I'm not sure how to get back to that navigation pane other than just doing a :wq, I'm not sure if that's the intended way?

Another thing that would be useful to know would be how to create notebooks/pages, if that's even possible. It's fairly unclear what you can actually do with this plugin.

lclrc commented 2 years ago

navigating the app is a bit confusing and it would be helpful to have a few more details or shortcuts laid out

type ? in the pane will toggle help messages

how to get back to that navigation pane

<ctrl-w>twice or <ctrl-w>w. There are basic navigation shortcuts in vim/neovim.

how to create notebooks/pages, if that's even possible.

You can find how to do these in help messages after first step.