You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-10Lines changed: 23 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,6 +154,19 @@ This Dify plugin `md_exporter` provides tools to export Markdown text to DOCX, P
154
154
## Tools
155
155
156
156
### Markdown → DOCX
157
+
158
+
> **Custom styling: Template DOCX file**
159
+
> `md_to_docx` tool supports using an optional custom DOCX template file.
160
+
> The default template docx file used in `md_to_docx` tool could be fond in [this link](https://github.com/bowenliang123/md_exporter/tree/main/tools/md_to_docx/template).
161
+
>
162
+
> In Microsoft Word, the template docx file controls the styles
163
+
> for headings, paragraphs, tables, lists, etc.
164
+
>
165
+
> Please refer to Microsoft Words's official docs at `Modify an existing style`
166
+
> section of [Customize or create new styles](https://support.microsoft.com/en-us/office/customize-or-create-new-styles-d38d6e47-f6fc-48eb-a607-1eb120dec563).
167
+
> Use Microsoft Word's "Home" - "Style Panel"
168
+
> to set the fonts, font size, color, spacing, indentation, alignment, etc.
169
+
157
170

158
171
159
172
---
@@ -190,14 +203,13 @@ output XLSX file:
190
203
> -[Hyper links and Inner links](https://github.com/MartinPacker/md2pptx/blob/master/docs/user-guide.md#hyperlinks-and-vba-macros)
191
204
> - and more, please refer to [docs](https://github.com/MartinPacker/md2pptx/blob/master/docs/user-guide.md).
192
205
193
-
> **Template PPTX file: Slide Master**
194
-
>
195
-
> In Microsoft PowerPoint, a slide master controls the overall design and layout of the slides in a presentation,
196
-
> eg. font size on title, color style for text, layouts.
197
-
>
206
+
> **Custom styling by Template PPTX file: Slide Master**
198
207
> `md_to_pptx` tool supports using an optional custom PPTX template file with slide master.
199
208
> The default template pptx file used in `md_to_pptx` tool could be fond in [this link](https://github.com/bowenliang123/md_exporter/tree/main/tools/md_to_pptx/template).
200
-
>
209
+
>
210
+
> In Microsoft PowerPoint, a slide master controls the overall design and layout of the slides in a presentation,
211
+
> eg. font size on title, color style for text, layouts.
212
+
>
201
213
> If you are looking for a way to customize the appearance of your slides, you can create a template PPTX file with slide master.
202
214
>
203
215
> To update the slide master of template pptx file, please refer to Microsoft's official docs at [Customize a slide master](https://support.microsoft.com/en-us/office/customize-a-slide-master-036d317b-3251-4237-8ddc-22f4668e2b56).
0 commit comments