md_convert_batch
Convert multiple files in a folder to Markdown at once. Specify a folder, optional extension filter, and subfolder scanning to batch-process text, JSON, CSV, or HTML files.
Instructions
Convert all matching files in a folder (default *.txt) to Markdown. Same formatting rules as md_convert.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | Yes | Folder to scan (absolute or relative to MARKITDOWN_WORKDIR). | |
| globExt | No | Simple extension filter, e.g. .txt or .json (default .txt). | |
| recursive | No | If true, scan subfolders (default false). | |
| writeIndex | No | If true, write/update 00-Converted-Index.md in the folder. |