Skip to content

A fork of tenfyzhon/joplin.vim to use Joplin within Neovim

License

Notifications You must be signed in to change notification settings

tylerTaerak/joplin.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

joplin.vim

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.

Dependence

  1. vim 8.2 (Or NeoVim)
  2. python3
  3. joplin.app

Install

Plug 'tenfyzhong/joplin.vim'
use {'tylerTaerak/joplin.nvim'}

Usage

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.

About

A fork of tenfyzhon/joplin.vim to use Joplin within Neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.7%
  • Vim Script 4.3%