From 58f09f3f3fbb2693e09cbf943595ed82f5ef17c5 Mon Sep 17 00:00:00 2001 From: ivaquero Date: Sun, 5 May 2024 19:45:41 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20update=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/advanced_cn.md | 13 ++++++++++--- docs/utilities.md | 13 ++++++++++--- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/docs/advanced_cn.md b/docs/advanced_cn.md index d7488fab..1b0c3a3d 100644 --- a/docs/advanced_cn.md +++ b/docs/advanced_cn.md @@ -66,9 +66,16 @@ ### Formats -- [x] `mdto`:转换 markdown - - [x] 转换至含有 Unicode 的 PDF(中文) +- [x] 文本转换使用 `pandoc` +- [x] 媒体转换使用 `ffmpeg` ```sh -mdto `文件名` `格式` +# 文本 +todocx [文件名] +tohtml [文件名] +topdf [文件名] +totyp [文件名] +# 媒体 +tomp3 [文件名] +tomp4 [文件名] ``` diff --git a/docs/utilities.md b/docs/utilities.md index 9a11530c..dad38a6a 100644 --- a/docs/utilities.md +++ b/docs/utilities.md @@ -2,9 +2,16 @@ ### Formats -- [x] Convert markdown: `mdto` - - [x] to PDF with Unicode (for CJK) +- [x] Text Conversion Using `pandoc` +- [x] Media Conversion Using `ffmpeg` ```sh -mdto `filename` `format` +# text +todocx [filename] +tohtml [filename] +topdf [filename] +totyp [filename] +# media +tomp3 [filename] +tomp4 [filename] ```