Remove redundant 'Obsidian plugin:' prefix from descriptions

- Update manifest.json and package.json descriptions to remove 'Obsidian plugin:' prefix
- 'Obsidian' is implied by the plugin directory context
- Fix capitalization: 'Microsofts' -> 'Microsoft's'
This commit is contained in:
Claude 2026-05-12 18:26:47 +00:00
parent b8a30eba3e
commit 8fa2314522
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
"name": "DocDrop",
"version": "1.0.0",
"minAppVersion": "1.0.0",
"description": "Obsidian plugin: Convert PDF files to Markdown using Microsofts markitdown CLI.",
"description": "Convert PDF files to Markdown using Microsoft's markitdown CLI.",
"author": "Rhys Gottwald",
"authorUrl": "",
"isDesktopOnly": true

View file

@ -1,7 +1,7 @@
{
"name": "docdrop",
"version": "1.0.0",
"description": "Obsidian plugin: Convert PDF files to Markdown using Microsofts markitdown CLI.",
"description": "Convert PDF files to Markdown using Microsoft's markitdown CLI.",
"main": "main.js",
"type": "module",
"scripts": {