htmlark
htmlark copied to clipboard
Pack a webpage including images and CSS into a single HTML file
Thanks for the great plugin! The downloads badge (set at 90) doesn't do your package justice, you're already at 19k downloads. Hope you'll consider continuing support & development, I'd like...
- resolves github issue 7 - the local filesystem doesn't automatically translate % sequences like %20 in resource URIs - this changeset escapes the string before accessing the filesystem Signed-off-by:...
- window's path suported - add arg to decode html text
Given an HTML file containing a css resource using an aboslute path: `` Result: ``` $ htmlark mypage.html **SS: Error reading '/css/site.css': No such file or directory Unable to convert...
right now CSS is treated as a binry file, and the embedded code is binhex / data-uri. bin-hex doesn't conserve space, and cannot be debugged / edited / enhanced. Please...
Just like the title says. I found that my empty src attribute received a very long base64 string, so I decoded it, and it contains my index.html. So I tried...
On the page https://www.bbc.co.uk/news/world-africa-51063149 I ran a test and the logo "NEWS" at the top left of the page is not turned into a data url although the picture on...
+ Added UTF-8 BOM at the beginning before you read the input, so you UTF-8 is supproted + Corrected a DocString