Markdown → Word
Markdownテキストまたは.mdファイルを.docx Word文書に変換します。Obsidian風カラーテーマも選択可能です。
変換MarkdownToWord
概要
Markdownテキストまたは.mdファイルを.docx Word文書に変換します。Obsidian風カラーテーマも選択可能です。
Convert Markdown text or a .md file to a .docx Word document, with an optional Obsidian-style colour theme.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Markdown text | multiline | 任意 | Markdown source. Leave blank to read from a file instead. 例: # Title
Some **bold** text.
- item a
- item b 変数に対応 | |
| Markdown file / folder / wildcard (optional) | file | 任意 | A .md file, a folder (converts every .md inside), or a glob like C:/docs/*.md (use ** for recursive). Overrides the text. 例: C:/docs/*.md 変数に対応 | |
| Output folder or .docx path (optional) | file | 任意 | Folder to write the .docx into, or a full path. The .docx extension is added automatically. Blank = same folder as the source .md (or current folder for pasted text). 例: C:/docs/out 変数に対応 | |
| Theme | dropdownObsidian Dark · Obsidian Light · Plain | 必須 | Obsidian Dark | Obsidian-style dark/light reading theme, or a plain black-on-white document. |
| Mermaid diagrams | dropdownAuto · Local (mermaid-cli) · Online (mermaid.ink) · Keep as code | 任意 | Auto | How to render ```mermaid code blocks. Auto = local mermaid-cli (mmdc) if installed, else the mermaid.ink web service. 'Online' sends the diagram source to mermaid.ink. 'Keep as code' leaves it as a plain code block. |
| Font | dropdownNoto Sans JP · Calibri · Yu Gothic · Meiryo · MS Gothic · Arial · Segoe UI · Times New Roman | 任意 | Noto Sans JP | Body/heading font. 'Noto Sans JP' (default) covers Latin + Japanese; Latin-only fonts keep a Japanese fallback. |
| Body font size (pt) | number | 任意 | 9 | Base size; headings scale relative to it. |
| Line spacing | number | 任意 | 1.08 | e.g. 1.0, 1.15, 1.5 |
| Page size | dropdownLetter · A4 · Legal | 任意 | Letter | |
| Orientation | dropdownPortrait · Landscape | 任意 | Portrait | |
| Margin top (inch) | number | 任意 | 0.7 | |
| Margin bottom (inch) | number | 任意 | 0.7 | |
| Margin left (inch) | number | 任意 | 0.4 | |
| Margin right (inch) | number | 任意 | 0.4 | |
| Page numbers in footer | dropdownNo · Yes | 任意 | No | |
| Store output path in | variable | 任意 | 例: docPath |