Are you an extension developer? If so, you know how tedious it can be to properly document all the blocks and functionality in your extensions. The manual process of capturing screenshots, describing each block, and compiling it into comprehensive documentation is very time-consuming.
Well, there's good news! A new tool called the Extension Documentation Generator makes it incredibly easy to automatically generate complete documentation for your AIX extensions with just a single click.
Features
With this handy tool, all you have to do is upload the extension here and this tool will analyse the extension and produce a full set of documentation, including:
Detailed descriptions of every block in your extension
Clear images/screenshots of each block's appearance
Listings of the block properties, inputs, and outputs
The generated documentation is professionally formatted so that you can easily share it with the community.
Not only does this save you huge amounts of time and effort compared to manually documenting everything, but it ensures your documentation is comprehensive and accurate. No more unintentionally leaving out important details!
Important
This tool does not store your extension anywhere nor does the developer of this website have access to any extension uploaded here. But still, if you are insecure about uploading your paid extension here, you can simply delete classes.jar and AndroidRuntime.jar from your extension (.aix) file before uploading it here.
Currently helper blocks are not supported by this tool. However, I'll look forward to add support for it in future.
--> Changed block colours. Now they are the same as in AppInventor2.
--> Added option to save documentation as a PDF file.
--> Fixed the extension name not written on Event Blocks.
It's not mandatory but the attribution automatically gets copied when you click copy documentation.
It doesn't copy the images to clipboard. For that you need to download all the blocks as zip file and then manually add them to the copied documentation.
The blocks are rendered using google's blockly library. So its not in the form of an image. That's why its not possible to copy them along with documentation text.
Unfortunately there's no solution for it in my mind as its converting the whole documentation layout to image and then splitting it to make the pdf pages.