Work in progress
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
- ❤️ Simple Dependency and easy to install
- 🖋 KaTeX Support
Install with vim-plug:
Plug 'vim-denops/denops.vim'
Plug 'kat0h/bufpreview.vim'
Or install with dein.vim:
call dein#add('vim-denops/denops.vim')
call dein#add('kat0h/bufpreview.vim')
Or install with minpac:
call minpac#add('vim-denops/denops.vim')
call minpac#add('kat0h/bufpreview.vim')
Or install with Vundle:
Plugin 'vim-denops/denops.vim'
Plugin 'kat0h/bufpreview.vim'
Commands:
" Start the preview
:PreviewMarkdown
" Stop the preview
:PreviewMarkdownStop
" Toggle the window
:PreviewMarkdownToggle
Open preview window automatically:
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