Is your feature request related to a problem? Please describe.
When converting all files, a new file is created as a sibling to the original. I must copy all these files to separate directory to build the converted files and compare to the original.
Describe the solution you'd like
It would be nice to be able to designate an output directory separate from the source directory. This would make it easier to build the converted files.
Describe alternatives you've considered
There might be an existing option to redirect output of which I am not aware, whether that is with this app or a shell command. I might create a shell script that uses rsync to move files into a separate directory to build the converted docs.
Is your feature request related to a problem? Please describe.
When converting all files, a new file is created as a sibling to the original. I must copy all these files to separate directory to build the converted files and compare to the original.
Describe the solution you'd like
It would be nice to be able to designate an output directory separate from the source directory. This would make it easier to build the converted files.
Describe alternatives you've considered
There might be an existing option to redirect output of which I am not aware, whether that is with this app or a shell command. I might create a shell script that uses rsync to move files into a separate directory to build the converted docs.