I got frustrated with my current .md viewer ... and the lack of finding a better one, so i just tinkered a little html together, to view the contents of the API help files. It parses the actual .md files, so it will always be the latest version. Just extract the contents of the zipfile into your Starbound/docs/lua dir and start the _index.html The result looks like that:
Oh nice. Always love when the community makes nifty tools. Personally I just use Atom to open it. https://atom.io/
hmm, doesn't work for me. I get Index but the md files don't open when I click them. Using chrome on win10. edit: after using the analyze tool of chrome, it seems that the javascript calls e.g. "activeItemAnimation" while the file is in all lowercase "activeitemanimation". Could that be the issue?
Chrome has issues on local file access... even with the way i did it... i'm sorry. I *might* put it into a self running platform maybe, to avoid that