Secondary workflow for Obsidian: building modals, views, suggestion popups, and custom UI elements.
obsidian-install-auth setupobsidian-core-workflow-a
For full implementation details and code examples, load:
references/implementation-guide.md
| Error | Cause | Solution |
|---|---|---|
| View not showing | Not registered | Call registerView in onload |
| Modal closes immediately | Event propagation | Stop event propagation |
| Decorations not updating | Missing update handler | Implement update method |
| Menu item missing | Wrong event | Verify event type |
For common errors, see obsidian-common-errors.
Basic usage: Apply obsidian core workflow b to a standard project setup with default configuration options.
Advanced scenario: Customize obsidian core workflow b for production environments with multiple constraints and team-specific requirements.