2025-03-08 04:54:16 +00:00
|
|
|
{
|
2025-03-10 16:40:09 +00:00
|
|
|
"id": "markitdown",
|
2025-03-10 14:49:56 +00:00
|
|
|
"name": "Markitdown File Converter",
|
Release v2.1.0: 11 new features + Python detection fix
New: drag-and-drop, URL/YouTube conversion, preview modal, post-conversion
hooks, custom filename templates, recursive folders, conversion history,
resolved path hint, troubleshooting UI, unit tests, BRAT beta channel.
Fixed: Python detection on macOS/Windows GUI apps, settings focus loss,
empty path crash, stale metadata detection.
2026-03-18 01:12:37 +00:00
|
|
|
"version": "2.1.0",
|
2025-03-08 04:54:16 +00:00
|
|
|
"minAppVersion": "0.15.0",
|
2025-03-10 16:40:09 +00:00
|
|
|
"description": "Convert PDFs, Office documents, images, and other file formats to Markdown using Microsoft's Markitdown tool",
|
2025-03-10 14:49:56 +00:00
|
|
|
"author": "Ethan Troy",
|
|
|
|
|
"authorUrl": "https://github.com/ethanolivertroy",
|
|
|
|
|
"isDesktopOnly": true
|
2026-02-17 06:08:20 +00:00
|
|
|
}
|