[Feature]: Switch -f
to pass the path to the static HTML file
#133
Labels
enhancement
New feature or request
-f
to pass the path to the static HTML file
#133
Describe the improvement
Hi @JohannesKaufmann,
I love your HTML to MD converter and, as I've also emailed you, I want to integrate it into https://github.com/janreges/siteone-crawler
I can handle the implementation without this feature, but it would be great if I could also pass the HTML as a path to a file on disk, e.g. via
-f /path/to/file.html
. SiteOne Crawler supports all platforms and the HTML to MD conversion phase will be done in the final crawling phase with conversion of static*.html
files.I can use the
cat
,echo
ortype
commands on Windows, but support for working with files on disk would be more straightforward.If there was already this support for files on disk, it would make sense to also add
-o /path/to/output.html
as an alternative to write MD on stdout.Thank you again for this great tool 💪 From my research its output is the best quality of all the tools I have tried.
The text was updated successfully, but these errors were encountered: