Generates a foundational Obsidian plugin template featuring commands, custom settings tabs, and ribbon icons.
This skill provides a comprehensive boilerplate for developers looking to build their first Obsidian plugin. It guides the user through creating a main plugin class, implementing a custom settings tab, adding commands to the command palette, and creating UI elements like ribbon icons and modals. By following these established implementation patterns, developers can quickly move from initial setup to functional feature development within the Obsidian ecosystem, ensuring all core components like data persistence and event listeners are handled correctly.
主な機能
01Command palette integration with editor context support
02Ribbon icon registration using Lucide icon sets
03Boilerplate for main plugin class with lifecycle hooks
04Interactive modal creation and status bar item examples
050 GitHub stars
06Custom settings tab implementation for user configuration
ユースケース
01Quickly testing development environment and build pipeline functionality
02Learning the core Obsidian API for UI and settings management
03Bootstrapping a new Obsidian plugin project with standard patterns