Option `cwd` not handled well and pdfs in subdirs not rendered
tbung opened this issue · 2 comments
tbung commented
Currently, when the option cwd
is set, the items shown are correctly listed
from that directory, however the rendering script is not told about this and
still tries to find files relative to the working directory of vim.
Also, when pdf files (and I assume video files) are in subdirectories, the
conversion to png does not work because pdftoppm
is given the base name
instead of the path to the file relative to the current directory.
I have fixed both issues locally and would be happy to submit a pr if you are
interested.
elianiva commented
PR is more than welcome :)