No description
Find a file
2025-03-16 12:31:44 +08:00
.github/img 🎉 init: first commit 2025-03-16 12:31:44 +08:00
.editorconfig 🎉 init: first commit 2025-03-16 12:31:44 +08:00
.eslintignore 🎉 init: first commit 2025-03-16 12:31:44 +08:00
.eslintrc 🎉 init: first commit 2025-03-16 12:31:44 +08:00
.gitignore 🎉 init: first commit 2025-03-16 12:31:44 +08:00
.npmrc 🎉 init: first commit 2025-03-16 12:31:44 +08:00
esbuild.config.mjs 🎉 init: first commit 2025-03-16 12:31:44 +08:00
LICENSE 🎉 init: first commit 2025-03-16 12:31:44 +08:00
main.ts 🎉 init: first commit 2025-03-16 12:31:44 +08:00
manifest.json 🎉 init: first commit 2025-03-16 12:31:44 +08:00
package.json 🎉 init: first commit 2025-03-16 12:31:44 +08:00
pnpm-lock.yaml 🎉 init: first commit 2025-03-16 12:31:44 +08:00
README.md 🎉 init: first commit 2025-03-16 12:31:44 +08:00
styles.css 🎉 init: first commit 2025-03-16 12:31:44 +08:00
tsconfig.json 🎉 init: first commit 2025-03-16 12:31:44 +08:00
version-bump.mjs 🎉 init: first commit 2025-03-16 12:31:44 +08:00
versions.json 🎉 init: first commit 2025-03-16 12:31:44 +08:00

Open in GitHub Plugin For Obsidian

This is an Obsidian plugin designed to open projects or files directly in GitHub via your browser. Learn more about Obsidian at https://obsidian.md.

preview1 preview2

Manually installing the plugin

  • Copy over main.js,manifest.json,styles.css to your vault VaultFolder/.obsidian/plugins/open-in-github.

Development

Clone this repo to VaultFolder/.obsidian/plugins/ and excute the commands below, then open your Obsidian App.

pnpm i
pnpm dev

Documentation: