Like the title, is there any similar plug-in or code method?
PHP中文网2017-05-16 16:45:04
vim-instant-markdown is a Vim plug-in that can preview markdown files in real time in the browser. It is implemented by using a nodeJS backend and curl. In theory, previews of other formats should also be supported, as long as corresponding support is provided in the back end.
曾经蜡笔没有小新2017-05-16 16:45:04
A Personal Wiki For Vim Plugin: vimviki.
After writing the text in lightweight markup language, use the following command:
<Leader>whh
vimwiki will generate the html file and then preview it in the browser.