{ "id": "markdown-importer", "title": "Markdown Importer", "description": "A Foundry VTT module that lets you drag and drop markdown files onto the canvas to instantly import them as journal entries, NPC actors, or player characters. Automatically parses stat blocks, features, actions, spells, and lore. Icons and class data are looked up from your installed compendiums. Optionally integrates with Merchant Sheet to import shop inventories.", "version": "1.0.0", "compatibility": { "minimum": "12", "verified": "14", "maximum": "14" }, "authors": [ { "name": "Reetro", "url": "https://github.com/Reetro" } ], "relationships": { "systems": [ { "id": "dnd5e", "type": "system", "compatibility": { "minimum": "3.0.0" } } ], "optional": [ { "id": "merchant-sheet", "type": "module", "reason": "Enables the Merchant Shop import option when dragging markdown files onto the canvas." } ] }, "url": "https://github.com/Reetro/Markdown-Importer", "manifest": "https://raw.githubusercontent.com/Reetro/Markdown-Importer/main/module.json", "download": "https://github.com/Reetro/Markdown-Importer/releases/download/1.0/Markdown-Importer-main.zip", "readme": "https://raw.githubusercontent.com/Reetro/Markdown-Importer/main/README.md", "bugs": "https://github.com/Reetro/Markdown-Importer/issues", "changelog": "https://github.com/Reetro/Markdown-Importer/releases", "esmodules": [ "scripts/main.js" ], "styles": [ "styles/importer.css" ], "templates": [ "templates/settings.html" ], "socket": false, "library": false }