You are helping the user create a modal for their Obsidian plugin.
Creates modal dialogs for Obsidian plugins with customizable UI components and event handling.
/plugin marketplace add jwplatta/prompt-library/plugin install obsidian-plugin-builder@jwplatta-claude-toolsYou are helping the user create a modal for their Obsidian plugin.
Ask the user what type of modal they need:
Create the modal class:
Add UI components in onOpen():
Integrate with the plugin:
Reference instruct plugin for InstructionModal and FindInstructionModal examples.