工作原理

vim调用python-vim-instant-markdown启动WebSocket Server

访问页面http://localhost:7000/ => python-vim-instant-markdown::index.html(WebSocket client)

1
vim::<C-p> => :Instantmd => md_instant.py::sendall => pandoc => html => WS server PUSH

要点

  • vim工作目录必须设置为源文件所在目录(通过.git保证)

    因为pandoc::filters/image.py会修改image的绝对路径为相对路径,这样本地可编译图片!

留言

2016-11-22