Hi, I’m new here. I don’t always have internet availability on my Android tablet. Is it possible to create an offline version of the manual, so it can be saved to a local drive, and read locally with a browser. Sometimes an offline version is created during development for testing, before it is uploaded to the website. I understand there would be numerous sub folders for linked assets (just testing the waters). Thanks.
The manual is open source GitHub - stephomi/nomad-manual: Website and Manual for Nomad Sculpt · GitHub
I have extracted the zip to my docs folder. How do I set my browser to open the html home page of the manual … I haven’t worked with html for decades.
Thanks (from the old guy)
1. Clean way
The html needs to be generated, you need to run these commands on a desktop computer with npm installed.
npm install
npm run dev
2. Ugly way
Since the manual is mostly static you can scrape it:
wget --mirror --convert-links --adjust-extension --page-requisites --no-parent https://nomadsculpt.com/manual/
3. Lazy way
I’ve put the files this page as well.
Ignore the pdf, it’s not good looking, instead just take the manual.zip file and decompress it. You can do it on Android.
Edit: actually the page doesn’t seem to display correctly on Android, but it looks fine on desktop…
Probably some security/cache/whatever constraints that are different on mobile.
Clean way failed … npm refused to install. (several attempts on 64bit win 11)
Lazy way failed on android … could not find pages from topic list.
Not confident enough to try Ugly way.
Thanks for trying. ![]()
Hello,
On a PC, the layout has also disappeared (Firefox or Edge).