No description
Find a file
Dillon Cutaiar 9ec7bda9e4 0.3.2
2024-06-06 17:56:46 -06:00
.github Create FUNDING.yml 2024-04-24 21:37:00 -06:00
src Update typo 2024-06-06 17:56:30 -06:00
.editorconfig Initial commit 2023-07-11 11:48:55 -06:00
.eslintignore Initial commit 2023-07-11 11:48:55 -06:00
.eslintrc Initial commit 2023-07-11 11:48:55 -06:00
.gitignore Initial commit 2023-07-11 11:48:55 -06:00
.npmrc Initial commit 2023-07-11 11:48:55 -06:00
esbuild.config.mjs nvm, don't need svg parser 2023-11-12 15:24:45 -07:00
global.d.ts Add electron dev dep and types 2023-11-17 11:10:14 -07:00
LICENSE add license 2023-11-03 17:45:12 -06:00
manifest.json 0.3.2 2024-06-06 17:56:46 -06:00
obsidian-song-links-demo.gif Update demo gif 2024-03-05 13:33:28 -07:00
package-lock.json 0.3.2 2024-06-06 17:56:46 -06:00
package.json 0.3.2 2024-06-06 17:56:46 -06:00
README.md One more callout update 2024-06-06 12:11:08 -06:00
Releasing.md update release instructions again 2023-11-17 12:42:25 -07:00
styles.css Add spotify fallback SVG 2023-11-12 14:58:15 -07:00
tsconfig.json Add electron dev dep and types 2023-11-17 11:10:14 -07:00
version-bump.mjs Initial commit 2023-07-11 11:48:55 -06:00
versions.json 0.3.2 2024-06-06 17:56:46 -06:00

Obsidian Song Links

Dynamic JSON Badge Release Version

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

GIF Demo

Of course the plugin is free, but if you'd like to support me, I greatly appreciate it.

BuyMeACoffee

How to use

  1. Install and enable the plugin
  2. Open the plugins settings to connect to Spotify
  3. Open and note and run Insert song link from 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

  1. File an issue on Github
  2. Reach out to me at dmcutaiar@gmail.com

🔨 Development

  1. Clone this repo
  2. npm i or whatever you use to install dependencies
  3. npm run dev to 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!
  1. Install and enable BRAT
  2. Open BRAT's settings and select Add Beta Plugin
  3. Paste the URL to this repository and select Add Plugin
  4. Enable "Song Links" in Community plugins
  5. You can then use the plugin as you normally would (instructions above)
  6. Please file an issue for any bugs you find

If you need any more info about working with BRAT, please refer to their documentation.