This is the MySQL Workbench plugins I've developed so far, to help me, and others, to enhance the functionality of this tool.
- Navigate to Scripting -> Install Plugin/Module... and open the corresponding '.py' file.
- Restart the Workbench when asked.
- The script can be found under: Tools -> Utilities
- Generate documentation (HTML) [mysql-wbplugin-htmlmodeldoc.py]: This plugin generates HTML documentation for the current Model. It generates documentation for all the tables in HTML, and copies it to the clipboard. Just paste it into the editor of your choice. This plugin is based in MySQL Workbench Model Document Generation by Hieu Le Trung