Open capalmer1013 opened 5 years ago
I'm sporadically working on this.
My first attempt was https://github.com/ojack/hydra/pull/62 which had the documentation online on a separate page.
Then we scoped out how to make the documentation inline in the hydra editor and I made this list...
Move function documentation from docs/*.md
into hydra-synth/src/composable-glsl-functions.js
. Write a simple script to generate the docs/funcs.md
file from that. We could commit the generated file to Git at this point, so everyone can still read the documentation online. -> https://github.com/ojack/hydra/pull/65
Add jBox jQuery UI library and make the help popup draggable.
Add marked library. Insert the content of the generated funcs.md file in the help dialog.
It would be very nice to view function docs in a running hydra window like how Sonic-Pi has a documentation viewer built in.