Generate a Dash docset from the SuperCollider help files.
Created by Edward Loveall
- Open SuperCollider and run
SCDoc.renderAll
to generate HTML help files - Clone this repo and
cd
into the directory - Run
bundle install
- Run
ruby generate.rb
This generator is based on the assumption that HTML versions of all the SuperCollider help files exist at: ~/Library/Application Support/SuperCollider/Help
. If this is not the case you can find the Help
directory by running Platform.userAppSupportDir
in SuperCollider. Go there and look for the Help
folder. If they exist, change the line near the end of the generator.rb
file to reflect the correct path for your system.
The generator takes a while to run. Perhaps minutes, depending on your computer.
See here for to submit it to the Dash user contributions.
If you find something that is broken, missing, or wrong, please submit an issue or create a pull request for consideration. Thanks!