From be914418da449258edd379718914dcdf75e14961 Mon Sep 17 00:00:00 2001 From: Lukas Wolfsteiner Date: Wed, 10 Jun 2026 16:47:12 +0200 Subject: [PATCH] chore: update descriptions in manifest.json, package.json, and README.md for clarity and configurability --- README.md | 2 +- manifest.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c970b6..7c802b6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Raindrop.io Plugin for Obsidian -Raindrop.io Plugin for Obsidian shows saved Raindrop.io bookmarks inside notes and in a note-aware explorer side pane. +Browse Raindrop.io links in notes with note-aware and configurable search filters. The plugin uses a Raindrop.io access token and the official Raindrop.io REST API. OAuth is planned for a later release. diff --git a/manifest.json b/manifest.json index c426506..13a1607 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Raindrop.io Plugin", "version": "1.0.2", "minAppVersion": "1.7.2", - "description": "Browse Raindrop.io links in Obsidian with note-aware search filters.", + "description": "Browse Raindrop.io links in notes with note-aware and configurable search filters.", "author": "Lukas '@dotWee' Wolfsteiner ", "authorUrl": "https://lukas.wolfsteiner.media", "isDesktopOnly": false diff --git a/package.json b/package.json index ba1a1db..a1c0d78 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-raindropio-plugin", "version": "1.0.2", - "description": "Browse Raindrop.io links in Obsidian with note-aware search filters.", + "description": "Browse Raindrop.io links in notes with note-aware and configurable search filters.", "main": "main.js", "type": "module", "author": "Lukas '@dotWee' Wolfsteiner (http://lukas.wolfsteiner.media/)",