mirror of
https://github.com/flatulentfowl/docdrop.git
synced 2026-07-22 06:49:52 +00:00
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:
parent
b8a30eba3e
commit
8fa2314522
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue