Download Hise Doc's without losing auto generated content
-
Is there a way to download the Hise Doc's in markdown format that retains the auto generated content?
To be used within an IDE.
-
@Bart You could clone the repo https://github.com/christophhart/hise_documentation
-
I've tried cloning the repo in git bash with:
git clone https://github.com/christophhart/hise_documentation.git
Yet exploring the files in VS Code the auto generated content / functions remain empty..
-
@Bart If it's to use with AI in an IDE, you should be able to point the AI to the main docs URL, or add it as a source. Then it will always see the latest auto-generated content. Add a rule for it to always consult the docs for latest syntax, methods, etc.
Although be aware that many entries in the docs are empty anyway.
-
@Bart There's also this repo: https://github.com/christophhart/hise_doc_html
The autogenerated HTML files from the hise_documentation repository
-
Thanks Danny. I'm wanting the docs as an added folder to the workspace in VS Code, so I don't have to jump out of the IDE every time to look something up. Also for searching keywords throughout the documentation. The Hise Docs search bar appears to only show functions containing the keyword.
-
@Bart Maybe the built in doc can download it for you

Press F1 in HISE, then press the sync/update button to show this window.