Skip to content

Commit

Permalink
Merge pull request #15 from studiowebux/14-feature-request-select-fil…
Browse files Browse the repository at this point in the history
…e-as-template-and-create-new-note

feat: added new features, fixed linting, TODOs: docs and review
  • Loading branch information
studiowebux authored Oct 15, 2024
2 parents 14ee7ec + ca2892c commit 3dcd0ae
Show file tree
Hide file tree
Showing 14 changed files with 3,412 additions and 3,233 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

## About

- **Spotify Account Integration**: Users can connect their Spotify accounts using the official Spotify API. This enables the plugin to access their **_current playing information_**.
- **Song Insertion Shortcut**: With a simple snippet or shortcut, users can add the currently playing song from their Spotify account into the cursor position of their document. This feature simplifies the task of connecting music and creative thoughts.
- **Spotify Account Integration**: Users can connect their Spotify accounts using the official Spotify API. This enables the plugin to access their **_current playing information_**.
- **Song Insertion Shortcut**: With a simple snippet or shortcut, users can add the currently playing song from their Spotify account into the cursor position of their document. This feature simplifies the task of connecting music and creative thoughts.
- **Custom Template**: Create your template to add the currently playing song in your notes.
- **Supports**: Songs and podcasts

Expand Down
22 changes: 11 additions & 11 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"id": "spotify-link",
"name": "Spotify Link",
"version": "1.4.1",
"minAppVersion": "0.15.0",
"description": "Include the song you're currently listening to in your note.",
"author": "Studio Webux",
"authorUrl": "https://studiowebux.com",
"isDesktopOnly": false,
"fundingUrl": {
"Buy Me a Coffee": "https://www.buymeacoffee.com/studiowebux"
}
"id": "spotify-link",
"name": "Spotify Link",
"version": "1.5.0",
"minAppVersion": "0.15.0",
"description": "Include the song you're currently listening to in your note.",
"author": "Studio Webux",
"authorUrl": "https://studiowebux.com",
"isDesktopOnly": false,
"fundingUrl": {
"Buy Me a Coffee": "https://www.buymeacoffee.com/studiowebux"
}
}
Loading

0 comments on commit 3dcd0ae

Please sign in to comment.