Posted 02 January 2015 - 06:43 PM
This program is an alternative of the builtin "help" tool. It's easier to use, and shows content from ComputerCraft wiki instead of text files from /rom/help (but it uses them as a fallback if HTTP API is not available).
This is a beta version, so some stuff may not work as excpected.
Main features:
Starting browser on main page:
[X] - quit
[H] - home page
[<] - previously opened page
[R] - reload this page
[>] - next page
Screenshots:
Using standard help files as fallback if http api is disabled:
Known issues:
This is a beta version, so some stuff may not work as excpected.
Main features:
- Loading content from ComputerCraft wiki
- Clickable links
- Automatic link detection in local help files
- History, home and reload buttons
Starting browser on main page:
guihelp
Starting on a given page:guihelp "Page name"
Force offline mode (load help files from /rom/help even if http api is available):guihelp - offline
Buttons:[X] - quit
[H] - home page
[<] - previously opened page
[R] - reload this page
[>] - next page
Screenshots:
Spoiler
Content loaded from wiki:Using standard help files as fallback if http api is disabled:
Known issues:
- Tables don't work yet
pastebin get KvBi078w guihelp
View code on Pastebin