Introducing EmDash — the spiritual successor to WordPress that solves plugin security
… For example, a plugin that sends an email after a content item gets saved looks like this: import { definePlugin } from "emdash"; export default = definePlugin { id: "notify-on-publish", version: "1.0.0", capabilities: "read:content", "email:send" , hooks: { "content:afterSave": async event, ctx = … …