What problem does it solve?
Obsidian users often manually create notes and diagrams across vaults, duplicating effort and risking inconsistent formatting. This Skill provides a simple way to programmatically write Markdown notes and Mermaid diagrams directly into an Obsidian vault, ensuring content lands in the correct location.
Core Features & Use Cases
- Write Markdown notes to a specified vault folder, simplifying note creation for research, project documentation, and knowledge bases.
- Generate Mermaid diagrams within notes, enabling clear visual representations of system designs, workflows, and mind maps.
- Optional frontmatter support and structured notes to facilitate organization, templating, and later retrieval.
Quick Start
To publish a new note, provide vault_path, folder, filename, and content. Example: publish note to vault_path "/path/to/vault" in folder "projects/2026" with filename "System-Overview" and markdown content describing the architecture.