mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-19 01:17:31 +00:00
- Add @super-productivity/plugin-api package with TypeScript definitions - Define core plugin interfaces, types, and manifest structure - Add plugin hooks system for event-driven architecture - Create plugin API type definitions and constants - Add documentation and development guidelines
5 lines
169 B
JavaScript
5 lines
169 B
JavaScript
// Sync MD Plugin - Runs in host context
|
|
console.log('Sync MD Plugin loaded');
|
|
|
|
// Create and show the plugin's index.html in an iframe
|
|
PluginAPI.showIndexHtmlAsView();
|