This is a plugin for us to use joplin.app in vim.
UPDATE (05.03.2023): This works in NeoVim as well, but does not include syntax highlighting.
- vim 8.2 (Or NeoVim)
- python3
- joplin.app
Plug 'tenfyzhong/joplin.vim'
use {'tylerTaerak/joplin.nvim'}
Enable you joplin.app's web clipper service first (Settings->Web Clipper).
And then copy you authorization token in the setting page. Set the token to
g:joplin_token
in you vimrc. After enable the service, it will listen on
port 41184 by default. This plugin will connect to the default port when the
plugin start. If your joplin.app listen on other port, you should set the port
to g:joplin_port
Run command Joplin
or JoplinWinOpen
to open the tree.joplin
window. It
contains all notebooks and notes.