mirror of
https://github.com/flatulentfowl/docdrop.git
synced 2026-07-22 06:49:52 +00:00
INITIAL COMMIT
This commit is contained in:
parent
2eb6d5f3a4
commit
8fcba99348
3 changed files with 4 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,2 @@
|
|||
node_modules/
|
||||
main.js
|
||||
*.js.map
|
||||
|
|
|
|||
2
main.js
Normal file
2
main.js
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -3,8 +3,8 @@
|
|||
"name": "DocDrop",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "1.0.0",
|
||||
"description": "Convert PDF files to Markdown using the markitdown CLI.",
|
||||
"description": "Convert PDF files to Markdown using Microsoft's markitdown.",
|
||||
"author": "Rhys Gottwald",
|
||||
"authorUrl": "",
|
||||
"isDesktopOnly": true
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue