{"id":25461059,"url":"https://github.com/3ru/markdown-image-converter","last_synced_at":"2026-04-02T17:53:39.554Z","repository":{"id":277924908,"uuid":"929746392","full_name":"3ru/markdown-image-converter","owner":"3ru","description":"🖼️ Convert Markdown files to elegant images (PNG/JPEG) right in VS Code. Simple, fast, and customizable.","archived":false,"fork":false,"pushed_at":"2026-03-28T23:19:14.000Z","size":46262,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-29T01:44:16.237Z","etag":null,"topics":["developer-tools","image-converter","markdown","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=ryuya.markdown-image-converter","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/3ru.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-09T09:50:11.000Z","updated_at":"2026-03-28T23:18:35.000Z","dependencies_parsed_at":"2025-05-17T04:18:41.241Z","dependency_job_id":null,"html_url":"https://github.com/3ru/markdown-image-converter","commit_stats":null,"previous_names":["3ru/markdown-image-converter"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/3ru/markdown-image-converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3ru%2Fmarkdown-image-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3ru%2Fmarkdown-image-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3ru%2Fmarkdown-image-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3ru%2Fmarkdown-image-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3ru","download_url":"https://codeload.github.com/3ru/markdown-image-converter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3ru%2Fmarkdown-image-converter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31312744,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["developer-tools","image-converter","markdown","vscode","vscode-extension"],"created_at":"2025-02-18T05:22:23.879Z","updated_at":"2026-04-02T17:53:39.547Z","avatar_url":"https://github.com/3ru.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Markdown Image Converter\n\nConvert your markdown files to PNG/JPEG images directly in VS Code. Perfect for creating social media posts, documentation screenshots, or visual content from your markdown files.\n\n![Default conversion demo](images/demo.gif)\n\n## ✨ Features\n\n- 🖼️ **One-Click Conversion**: Convert any markdown file to PNG/JPEG with a single command\n- 📱 **Multiple Output Formats**: Support for PNG and JPEG formats with customizable quality settings\n- 🎨 **Zenn-style Formatting**: Beautiful output using Zenn's markdown styling\n- 📏 **Resolution Options**: Choose between standard and HD quality outputs\n- ⚡ **Split Mode**: Split and convert markdown sections using customizable delimiters (e.g., `---`)\n- 🎯 **Flexible Output**: Customizable output directory and file naming\n\n## 📦 Installation\n\n1. Open VS Code\n2. Press `Ctrl+P` / `Cmd+P`\n3. Type `ext install ryuya.markdown-image-converter`\n4. Press Enter\n\n## 🚀 Quick Start\n\n1. Open any markdown file\n2. Use the command palette (`Ctrl+Shift+P` / `Cmd+Shift+P`) and type \"Convert to Image\"\n3. Choose your desired output format (PNG/JPEG)\n4. The image will be generated based on your settings\n\n## 📝 Usage\n### Split Mode Demo\nSplit your markdown into multiple images using custom delimiters:\n\n![Split mode demo](images/split.gif)\n\n## ⚙️ Extension Settings\n\nThis extension contributes the following settings:\n\n| Setting                                    | Type     | Default               | Description                                                            |\n| ------------------------------------------ | -------- | --------------------- | ---------------------------------------------------------------------- |\n| `markdown-image-converter.outputFormat`    | `string` | `\"png\"`               | Default output format (`\"png\"` or `\"jpeg\"`)                            |\n| `markdown-image-converter.resolution`      | `string` | `\"hd\"`                | Output resolution (`\"standard\"` or `\"hd\"`)                             |\n| `markdown-image-converter.splitter`        | `string` | `\"\"`                  | Delimiter to split markdown sections (e.g., `\"---\"`)                   |\n| `markdown-image-converter.splitOutputDir`  | `string` | `\"{name}-{format}\"`   | Output directory pattern for split images                              |\n| `markdown-image-converter.margin`          | `number` | `12`                  | Margin around the edges of the exported image, in pixels               |\n| `markdown-image-converter.executablePath`  | `string` | `\"\"`                  | Chrome or Chromium executable path to use for rendering                |\n\n## ⌨️ Commands\n\n| Command                               | Description     |\n| ------------------------------------- | --------------- |\n| `markdown-image-converter.exportPNG`  | Convert to PNG  |\n| `markdown-image-converter.exportJPEG` | Convert to JPEG |\n\n## 🔍 Known Issues @ Roadmap\n\n- Large markdown files may take longer to convert\n\n\n## 📚 Resources\n\n- [Zenn Markdown Guide](https://zenn.dev/zenn/articles/markdown-guide)\n- [Zenn Content CSS](https://github.com/zenn-dev/zenn-editor/tree/canary/packages/zenn-content-css)\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\n**🌟 Enjoying the extension? [Rate it on the marketplace](https://marketplace.visualstudio.com/items?itemName=ryuya.markdown-image-converter)!**\n\nFound a bug? Please [open an issue](https://github.com/3ru/markdown-image-converter/issues).\n\nMade with ❤️ by [Ryuya](https://github.com/3ru)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3ru%2Fmarkdown-image-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3ru%2Fmarkdown-image-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3ru%2Fmarkdown-image-converter/lists"}