studiowebux / obsidian-spotify-link

Obsidian.md Plugin to include the song or episode you're currently listening to in your note.
https://studiowebux.github.io/obsidian-plugins-docs/docs/category/plugin-spotify-link
MIT License
9 stars 2 forks source link
obsidian plugin spotify

Obsidian.md - Spotify Plugin

Obsidian.md Plugin to include the song or podcast you're currently listening to in your note.

Report Bug · Request Feature


About


Installation and Usage

Full Documentation is available here


Screenshots

See Screenshot here


Releases and Github Actions

git tag -a X.Y.Z -m "Version X.Y.Z"
git push origin tags/X.Y.Z

Contributing

  1. Create a Feature Branch
  2. Commit your changes
  3. Push your changes
  4. Create a PR
Working with your local branch **Branch Checkout:** ```bash git checkout -b /prefix-name ``` > Your branch name must starts with [feature|fix|release|chore|hotfix] and use a / before the name; > Use hyphens as separator; > The prefix correspond to your Kanban tool id (e.g. abc-123) **Keep your branch synced:** ```bash git fetch origin git rebase origin/master ``` **Commit your changes:** ```bash git add . git commit -m ": commit message" ``` > Follow this convention commitlint for your commit message structure **Push your changes:** ```bash git push origin /prefix-name ``` **Examples:** ```bash git checkout -b release/v1.15.5 git checkout -b feature/abc-123-something-awesome git checkout -b hotfix/abc-432-something-bad-to-fix ``` ```bash git commit -m "docs: added awesome documentation" git commit -m "feat: added new feature" git commit -m "test: added tests" ```

Local Development

npm install
npm run build

License

Distributed under the MIT License. See LICENSE for more information.

Contact

| Buy Me A Coffee | Webux Logo Webux Lab |