sponsor Vim development Vim logo Vim Book Ad

markdown-preview-sync : A quasi real-time vim markdown preview plugin

 script karma  Rating 0/0, Downloaded by 382  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
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
markdown-preview-sync.zip 1.0.0 2019-04-27 7.0 aa aa Initial upload
ip used for rating: 54.81.157.133

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github