da-h / AirLatex.vim

Overleaf / ShareLatex in Vim
MIT License
79 stars 8 forks source link

Send Recompile #22

Open da-h opened 4 years ago

da-h commented 4 years ago

:w sends recompile command in vim mode of the web client. Adapt that for vim

dmadisetti commented 1 year ago

I got recompile working (in terms of requests, see https://github.com/dmadisetti/AirLatex.vim/commit/d3f621ba7c6d5c51c8c6281326d02fe4dce41343

BUT, this does not refresh the PDF in browser. I cannot find a hook that will allow us to remotely refresh the browser either. There is a compile response, but this change just ignores it. The best way I have found to get changes to show in overleaf is just to turn on autocompile, which doesn't need an additional compile request.