Skip to content

tomato3713/dps-joplin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

dps-joplin

NeoVim plugin for Joplin note-taking app

Note: this plugin is under construction

Installation

# clone the repository
git clone git@github.com:tomato3713/dps-joplin.git

## add the following lines to your vimrc or init.vim
set runtimepath^=/path_to/dps-joplin
let g:joplin_token = "${authorization token}"
let g:joplin_opener = "vsplit"

Usage

:JoplinWinOpen

Open the notes list in the QuickFix window. Press Enter to open the note at the current cursor line. For saving changes, you use :w command.

:JoplinWinClose

Close the quickfix window and delete quickfix list.

:JoplinOpenNotebook

Open the notebook and notes tree in the buffer window. Press Enter to open the note at the current cursor line. Press L or <Right> to expand notebook at the current cursor line. Press H or <Left> to collapse notebook at the current cursor line.

under construction commands!

:JoplinNewTodo

partially implemented. a new item is created in the notebook opened in the Joplin application.

:JoplinNewNote

partially implemented. a new item is created in the notebook opened in the Joplin application.

:JoplinSearch <word>

not implemented.

Options

" debug on
let g:joplin_debug = true

" item opener, sorry this option is not work.
let g:joplin_opener = "vsplit"

About

NeoVim plugin for Joplin note-taking app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published