arminveres / md-pdf.nvim

Preview markdown files and convert to PDF inside Neovim!
59 stars 4 forks source link

feat: add option to ignore file viewer state #12

Closed arminveres closed 1 month ago

arminveres commented 1 month ago

This change focuses on allowing auto conversion even if the file viewer is closed. While not so useful if the file viewer was intentionally closed, it's useful for applications that report back closed, such as firefox.

Closes #4