MindDrop is built with extensibility in mind. From the UI to the editing experience, almost every part of MindDrop can be customized and enhanced through the Extension API. In fact, most core features of MindDrop are built as extensions and use the same Extension API.
This documentation describes:
How to build, run, debug, test, and publish an extension
How to take advantage of MindDrop's rich Extension API
Guides for building various kinds of extensions
Following our extension guidelines for best practices