1.0.1
What's Changed
This plugin allows you to view and edit marimo notebooks directly inside Obsidian by embedding the marimo web UI and managing a local marimo server.
Key Features
- Embedded Marimo Editor: View and edit
.pynotebooks using the official Marimo interface embedded in an Electron<webview>tab. - Automatic Server Management: Detects, installs, and manages the lifecycle of the local marimo server process automatically.
- Vault-Scoped Server Isolation: Prevents process and port conflicts by managing marimo servers dynamically per Obsidian vault.
- Code-Block Embeds: View output from notebooks inline using the
```marimocode block syntax. - Context Menu Integration: Easily open relevant files in Marimo using the Obsidian file tree context menus.