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.
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.
A Personal Wiki For Vim Plugin: vimviki.
After writing the text in lightweight markup language, use the following command:
vimwiki will generate the html file and then preview it in the browser.