Loading...
Loading...
Write, refactor, and debug Joplin plugins for desktop/mobile using the official Joplin plugin architecture, API, and manifest rules. Use when a user asks to create a new Joplin plugin, add features to an existing plugin, build CodeMirror/editor extensions, fix plugin loading/runtime errors, prepare manifest/package output, or align implementation with official docs from laurent22/joplin and joplin/plugins.
npx skill4agent add avenstack/av-skill joplin-plugin-writerdesktopdesktop+mobilenpm install -g yo generator-joplin
yo joplinsrc/index.tssrc/manifest.jsonplugin.config.jsonwebpack.config.jsjoplin.plugins.register({ onStart: async () => {} })onStartjoplin.workspacejoplin.commandsjoplin.viewssrc/manifest.jsonapp_min_versionplatformsnpm run distdist/publish/dist/index.jsplatformsmobilereferences/official-docs-index.mdyo joplinonStartreferences/official-docs-index.md