Skip to content

1.0.1

Choose a tag to compare

@github-actions github-actions released this 21 Jun 17:12
· 9 commits to main since this release

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 .py notebooks 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 ```marimo code block syntax.
  • Context Menu Integration: Easily open relevant files in Marimo using the Obsidian file tree context menus.