Obsidian SGF Viewer (Go Board Game)

I’m trying to create a plugin for viewing SGF files in Obsidian Notes.

Originally, I wanted to use Sabaki as an editor, however, I don’t know how to embed it on a browser (I’ve even created an issue about this).

Right now, I’m trying to use WGo.js, which is something I have used on my personal website, fanaro.io.

After creating the boilerplate for the plugin, I feel a bit lost as to how to make it happen, since this is my first Obsidian plugin. For example, I don’t know how to embed <script> elements in a note — or maybe there’s a way of using WGo.js imperatively through JS, even though I’ve tried it in the past, in vain.

Right now, I’ve created a question about this on StackOverflow, any help would be greatly appreciated.

1 Like

You might wanna take a look at Obsidian Goban plugin

1 Like

Ah, yes. I had seen that one, but it doesn’t actually go through SGF files, it’s Sensei Library’s format.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.