verstak/internal/core/plugins
mirivlad a1d7c7b88b feat: PluginPage iframe bridge + CallPluginFunction binding
- PluginPage.svelte: bidirectional postMessage bridge with iframe
  - Handles: ready, get-events, create-event, update-event, delete-event
  - Queues messages until iframe is ready
  - Exports handleDrop() for drag-and-drop from parent
- CallPluginFunction binding: calls arbitrary Lua functions on active plugins
  - Supports dotted paths: 'calendar.create_event' → _G.calendar.create_event
  - JSON params → Lua table conversion
- LuaVM: added DoString(), LState(), VM() public methods
- Plugin: added VM() getter for external access
2026-06-07 16:37:32 +08:00
..
builtin/templates step 10: plugins system (Lua + templates) + DokuWiki as optional plugin 2026-05-31 11:20:45 +08:00
api.go feat: плагин-система Lua + Calendar reference plugin 2026-06-07 14:59:46 +08:00
api_ext.go feat: плагин-система Lua + Calendar reference plugin 2026-06-07 14:59:46 +08:00
api_node.go feat: плагин-система Lua + Calendar reference plugin 2026-06-07 14:59:46 +08:00
api_utils.go feat: плагин-система Lua + Calendar reference plugin 2026-06-07 14:59:46 +08:00
lua.go step 10: plugins system (Lua + templates) + DokuWiki as optional plugin 2026-05-31 11:20:45 +08:00
manager.go fix: only plugins with on_install are managed - skip others entirely 2026-06-07 15:55:04 +08:00
manager_lifecycle.go feat: plugin install/uninstall lifecycle + UI buttons 2026-06-07 15:28:37 +08:00
manager_test.go fix: only plugins with on_install are managed - skip others entirely 2026-06-07 15:55:04 +08:00
runtime.go feat: PluginPage iframe bridge + CallPluginFunction binding 2026-06-07 16:37:32 +08:00
runtime_test.go fix: only plugins with on_install are managed - skip others entirely 2026-06-07 15:55:04 +08:00
scheduler.go feat: плагин-система Lua + Calendar reference plugin 2026-06-07 14:59:46 +08:00