donpark / html2jade

Converts HTML to Jade template. Not perfect but useful enough for non-daily conversions.
MIT License
1.18k stars 156 forks source link

fixed missing http requests to urls #118

Closed SkyaTura closed 7 years ago

aichholzer commented 7 years ago

@SkyaTura thank you for this. Can you please elaborate on your use case for this feature?

SkyaTura commented 7 years ago

My coworker uses this module to convert legacy pages to a new layout. However, she wanted do it directly, without downloading each page to manually update. She commented that passing URLs was suposed to be a feature, as it says on README, but it wasn't working. So I decided to fix it for her. I can't elaborate too much about, since I'm not a designer, and I don't actually used the tool often.

aichholzer commented 7 years ago

Thank you @SkyaTura 👍