mirror of
https://github.com/dotwee/obsidian-raindropio-plugin.git
synced 2026-07-22 06:50:29 +00:00
chore: update descriptions in manifest.json, package.json, and README.md for clarity and configurability
This commit is contained in:
parent
4004e0c92d
commit
be914418da
3 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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 <lukas@wolfsteiner.media>",
|
||||
"authorUrl": "https://lukas.wolfsteiner.media",
|
||||
"isDesktopOnly": false
|
||||
|
|
|
|||
|
|
@ -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 <lukas@wolfsteiner.media> (http://lukas.wolfsteiner.media/)",
|
||||
|
|
|
|||
Loading…
Reference in a new issue