Skip to content

Quick Start

Ready to build? Here’s the fastest way to create a new Obsidian plugin or theme with Rhyolite:

Terminal window
pnpm create rhyolite@latest my-plugin -- --plugin react
Terminal window
pnpm create rhyolite@latest my-theme -- --theme minimal

Navigate to your new project and follow the README for next steps. Run tests and build with:

Terminal window
pnpm install
pnpm build
pnpm test