markdown-preview-sync : A quasi real-time vim markdown preview plugin
script karma |
Rating 0/0,
Downloaded by 462 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
aa aa |
|
script type |
ftplugin |
|
description |
Feature
Code Highlight
MathJax
Custom CSS
GFM-Table
TOC
Prerequisite
Jre8 or above
Vim with python2 or python3 support
|
|
install details |
Installation
If you use pathogen, do this: unzip release file markdown-preview-sync.zip to bundle directory.
If you don't use any plugin manager, just unzip release file markdown-preview-sync.zip, then copy files in /autoload and /plugin to Vim's /autoload and /plugin directory.
Setting
\" Both Chrome and Firefox are good, but Chrome is prefer
\" Set Chrome path
let g:markdown_preview_sync_chrome_path = \"\"
\" Set Firefox path
let g:markdown_preview_sync_firefox_path = \"\"
\" (Optional)Set your own css theme, put your css file in
\" autoload/java/webapp/css directory with a name: name-theme.css,
\" then set
let g:markdown_preview_sync_theme = \"name\"
\" Set key
autocmd filetype markdown nnoremap <F9> :MarkSyncPreview<cr>
autocmd filetype markdown nnoremap <S-F9> :MarkSyncClose<cr>
Last but not least, comments and issues are welcome.
github:https://github.com/pingao777/markdown-preview-sync |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.138.121.183
|