mirror of
https://github.com/flatulentfowl/docdrop.git
synced 2026-07-22 06:49:52 +00:00
chore: bump version to 1.1.0 and update command description to support all file types
This commit is contained in:
parent
c82229078b
commit
236fad5913
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue