skills/smithery.ai/obsidian-hello-world

obsidian-hello-world

Installation
SKILL.md

Obsidian Hello World

Overview

Build a minimal working Obsidian plugin demonstrating the five core building blocks: commands (palette + editor + checkCallback), settings tab with typed config, ribbon icons, modals, and status bar. Every snippet uses real Obsidian API.

Prerequisites

  • Completed obsidian-install-auth setup (symlinked dev vault, npm run dev working)
  • Build pipeline producing main.js from src/main.ts

Instructions

Step 1: Define Typed Settings

Installs
2
First Seen
Mar 28, 2026
obsidian-hello-world from smithery.ai