If you have a Box with many pages and want to jump ahead without navigating through each page, you can do this easily with a console command.
From the Box editor, click Save & Preview:
(You can also do this with a live Box on your site.)
Right-click inside the box, then click Inspect.
This opens your browser’s Dev Tools. Click the Console tab:
Execute this command on the console:
- boxapi.showPage(‘thx’)
You can jump to any page with this command. Just change (‘thx’) to the page abbreviation, such as main, thx, ep1, ep2, etc.
Questions or comments? Let us know at contact@digioh.com