The plugin system is designed with a clean separation between core functionality and platform-specific implementations: src/ ├── core/ # Platform-agnostic core functionality │ ├── types.ts # Core ...
This project demonstrates how to write a simple export plugin for SQLEditor using Javascript. This code is mostly the same as the bundled HTML Report plugin that ships with SQLEditor, except that it ...