Powerd By denops.vimπ
Preview markdown on your browser.
Main features:
- π» Multi Pratform Support (Mac/Linux/Windows)
- π Supports Vim and Neovim
- π‘ Sync Cursor Position
- π Fast asynchronus updates
- π¨ Syntax highlight
- π Render yaml header
- π Render plantUML
- β€οΈ Simple Dependency and easy to install
- π KaTeX Support
- denops.vim
- Deno (>= 1.28.0)
- Chrome/Safari/Firefox
Install with vim-plug
Plug 'vim-denops/denops.vim'
Plug 'kat0h/bufpreview.vim', { 'do': 'deno task prepare' }
Install with dein.vim, {'build': 'deno task prepare'}:
call dein#add('vim-denops/denops.vim')
call dein#add('kat0h/bufpreview.vim', {'build': 'deno task prepare'})
Install with minpac
call minpac#add('vim-denops/denops.vim')
call minpac#add('kat0h/bufpreview.vim', {'do': 'silent! !deno task prepare'})
Install with Vundle
Plugin 'vim-denops/denops.vim'
Plugin 'kat0h/bufpreview.vim'
Then prepare the plugin manually where it was installed.
i.e.
cd ~/.vim/bundle/bufpreview.vim && deno task prepare
" Start the preview
:PreviewMarkdown
" Stop the preview
:PreviewMarkdownStop
" Toggle the window
:PreviewMarkdownToggle
augroup bufpreview
autocmd!
autocmd Filetype markdown :PreviewMarkdown
augroup END
- https://github.com/vim-denops/denops.vim
- https://github.com/iamcco/markdown-preview.nvim
- https://github.com/previm/previm
- https://github.com/gamoutatsumi/dps-ghosttext.vim
- Vim-jp
MIT
this plugin uses these libraly