You are helping the user add settings to their Obsidian plugin.
Adds settings to Obsidian plugins with proper TypeScript interfaces and UI components.
/plugin marketplace add jwplatta/prompt-library/plugin install obsidian-plugin-builder@jwplatta-claude-toolsYou are helping the user add settings to their Obsidian plugin.
Ask the user what settings they need:
Update the plugin structure:
Implement setting controls using Obsidian's Setting API:
Ensure proper saving/loading:
Reference the instruct plugin for comprehensive settings examples.