feat(new tool): markdown to word

This commit is contained in:
guihouchang 2025-06-05 11:26:24 +08:00
parent 8b807a8968
commit 1fd83e1ca9
8 changed files with 1054 additions and 197 deletions

View file

@ -392,3 +392,18 @@ tools:
text-to-binary:
title: Text to ASCII binary
description: Convert text to its ASCII binary representation and vice-versa.
markdown-to-word:
title: Markdown to Word
description: Convert Markdown documents to Word document format with live preview and custom styling support.
input:
placeholder: Enter your Markdown text here...
label: Markdown Input
preview:
label: Preview
export:
button: Export to Word
disabled: Please enter Markdown content first
notification:
success: Export successful!
error: Export failed, please try again.