mirror of
https://github.com/hacker-c/obsidian-open-in-github-plugin.git
synced 2026-07-22 05:43:01 +00:00
No description
| .github/img | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
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.
Installation
- Download Release Files:
- main.js
- manifest.json
- Copy Files to Plugin Folder:
Paste the downloaded files into your vault’s plugin folder:
VaultFolder/.obsidian/plugins/open-in-github - Enable the Plugin: Restart Obsidian, go to Settings > Community plugins and enable the plugin.
Development
Clone this repo to VaultFolder/.obsidian/plugins/ and excute the commands below, then open your Obsidian App.
pnpm i
pnpm dev
Documentation:

