This plugin allows you to launch a Marimo notebook without leaving your vault.
- Search for Marimo Notebook Plugin in Obsidian's community plugins browser.
- Enable the plugin.
- Go to the settings section and follow the instructions to set up the plugin.
Prerequisites
- pnpm (^10.25.0)
Instructions
-
Install dependencies
pnpm install
-
Run in watch mode:
pnpm run dev
-
Build for release:
pnpm run build
Feedback, bug reports, and pull requests are all welcome and appreciated.