Live demo: https://philips.github.io/supernote-web-component/
GitHub Pages host for a live demo of <supernote-viewer>, the standalone web component being built in
philips/supernote-obsidian-plugin#183.
Pick a .note file from your device to view it in the browser - no install required.
This repo has no source of its own. The deploy workflow clones
supernote-obsidian-plugin at build time, builds the standalone bundle
(npm run build:webcomponent), and publishes the result plus its demo page to GitHub Pages. Trigger it
manually from the Actions tab (or gh workflow run deploy.yml) after changes land upstream.
The real code lives in supernote-obsidian-plugin's
src/webcomponent/ and
src/render/ - file issues and
PRs there, not here.