qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.66k stars 218 forks source link

Add preview tool for pdf? #342

Open qvacua opened 7 years ago

qvacua commented 7 years ago
romaninsh commented 7 years ago

Would quick-look framework do that?

leonardt commented 7 years ago

I'm interested in this feature, any input on how difficult it would be to implement this? (i.e. would starting with the markdown preview infrastructure and adapting to support PDFs work or would this need to be done from scratch)

noahgamboa commented 6 years ago

Is this still a possibility?

qvacua commented 6 years ago

@leonardt It'd be not very difficult, probably one can copy-and-paste the HTML preview and replace the WebView with a pdf view. @noahgamboa Yes, it just has to be implemented... 😬

noahgamboa commented 6 years ago

I implemented a version with the pdf tool! I just need to make a pr, which will be soon

TheKnarf commented 5 years ago

Any update on this @noahgamboa ?

sivapvarma commented 4 years ago

This would be awesome to have. It would work great with vimtex.

LaTeX-Workshop plugin for vscode uses mozilla's pdf.js viewer.

Are there any native macOS options which would be easier to integrate ? For now I simple want to get a preview of the pdf built by vimtex plugin. I guess synctex support could be added later.

pwintergerst commented 2 years ago

I agree, it would be an awesome feature.

Seem that you can open a pdf file with the html preview. But I can't figure how to automaticaly open the preview after vimtex compile (and of course there is no synctex support).