| .github | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| global.d.ts | ||
| LICENSE | ||
| manifest.json | ||
| obsidian-song-links-demo.gif | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| Releasing.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Obsidian Song Links
Important
Song Links is publicly available!
Spotify approved our Quota Extension making the plugin available to everyone as of
2024-06-06.Thank you to the ~2000 users who have downloaded this plugin. Go ahead and start linking songs! ❤️
For those that get inspired to write by music, a small plugin connecting Spotify to Obsidian.md.
Adds an Insert song link command to the palette which inserts a link to the song currently playing on your Spotify. Demo
Of course the plugin is free, but if you'd like to support me, I greatly appreciate it.
❓ How to use
- Install and enable the plugin
- Open the plugins settings to connect to Spotify
- Open and note and run
Insert song linkfrom the command palette
🆘 Help & Feedback
If something isn't working or you have an idea to improve this plugin, I'd love to hear about it. You can either
- File an issue on Github
- Reach out to me at
dmcutaiar@gmail.com
🔨 Development
- Clone this repo
npm ior whatever you use to install dependenciesnpm run devto start compilation in watch mode
You can use npm run build to do a full build.
Information on releasing the plugin is in Releasing.
🌱 Become a Beta Tester
You can help out by testing the beta version of this plugin!
- Install and enable BRAT
- Open BRAT's settings and select
Add Beta Plugin - Paste the URL to this repository and select
Add Plugin - Enable "Song Links" in Community plugins
- You can then use the plugin as you normally would (instructions above)
- Please file an issue for any bugs you find
If you need any more info about working with BRAT, please refer to their documentation.

