chore: bump version to 1.1.0 and update command description to support all file types

This commit is contained in:
Flatulent Fowl 2026-05-12 23:13:27 +02:00
parent c82229078b
commit 236fad5913
3 changed files with 4 additions and 4 deletions

View file

@ -74,10 +74,10 @@ Right-click any supported file in the Obsidian file explorer and select **Conver
Open the command palette (`Cmd/Ctrl+P`) and run:
```
DocDrop: Convert active PDF to Markdown
DocDrop: Convert active file to Markdown
```
This converts whichever PDF file is currently open/active.
This converts whichever supported file is currently open/active.
### Output file

View file

@ -1,7 +1,7 @@
{
"id": "docdrop",
"name": "DocDrop",
"version": "1.0.0",
"version": "1.1.0",
"minAppVersion": "1.0.0",
"description": "Convert PDF files to Markdown using Microsofts markitdown CLI.",
"author": "Rhys Gottwald",

View file

@ -1,6 +1,6 @@
{
"name": "docdrop",
"version": "1.0.0",
"version": "1.1.0",
"description": "Obsidian plugin: convert PDFs to Markdown via Microsoft's markitdown",
"main": "main.js",
"type": "module",