Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psygo/obsidian_sgf_viewer
Obsidian SGF Viewer
https://github.com/psygo/obsidian_sgf_viewer
baduk go igo obsidian weiqi
Last synced: about 11 hours ago
JSON representation
Obsidian SGF Viewer
- Host: GitHub
- URL: https://github.com/psygo/obsidian_sgf_viewer
- Owner: psygo
- Created: 2023-10-03T14:33:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-06T16:47:26.000Z (about 1 year ago)
- Last Synced: 2024-05-02T00:22:10.965Z (6 months ago)
- Topics: baduk, go, igo, obsidian, weiqi
- Language: TypeScript
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Obsidian Sample Plugin
How it works:
1. An SGF file is linked with custom syntax: `game1.sgf`.
1. Under the hood, a WGo.js SGF viewer is placed under it, much like when linking images in Obsidian.## References
- This plugin uses [WGo.js](https://github.com/waltheri/wgo.js#board) as an SGF viewer.
- [How to Embed and Use a `` from an Obsidian Plugin](https://stackoverflow.com/q/77224515/4756173)