Saving web page directly to App (HTM file)
climbthemtns, November 22, 2011 21:48
Will I be able to read this file without an Internet connection?
Will I be able to read this file without an Internet connection?
Yes and no, because that depends on how the website is created. Notebooks imports the HTML source from the web site, and if that page is self contained you can read it in NB without internet connection. However, if that page includes other frames or pages, Notebooks will have to reload them, too.
If you want to make sure to have the whole page available for offline reading, the best option is to copy the page in Safari and use "New from Pasteboard" in Notebooks. This creates a self contained web archive.
Best,
Alfons