Preview Hugo in Obsidian

I like use Hugo and Obsidian, but usually we can only open a terminal to start huto server and then open a browser to preview it.

So I developed this plugin which starts the hugo server with exec and then uses the custome iframe (via GitHub - Ellpeck/ObsidianCustomFrames: An Obsidian plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.) to preview.

Since there is no official plugin repository, use git clone to install:

git clone https://github.com/fzdwx/hugo-preview-obsidian /path/to/.obsidian/plugins/

or download from release page:

Screenshot:

Thanks All !