# taad **Repository Path**: kingstudio/taad ## Basic Information - **Project Name**: taad - **Description**: TAAD(Translation of aircraft airworthiness data)飞机适航资料翻译 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 1 - **Created**: 2020-03-18 - **Last Updated**: 2025-08-29 ## Categories & Tags **Categories**: ebooks-manual **Tags**: None ## README # TAAD #### 介绍 TAAD(Translation of aircraft airworthiness data)飞机适航资料翻译,本项目旨在建立一个国内飞机适航性资料翻译开源组织,所有翻译资料使用MD格式文档,欢迎大家前来丰富。 ### 为什么是MD格式 关于Markdown介绍请移步[这里](https://my.oschina.net/epoch/blog/1791505)。 Markdown 的优点如下: - 纯文本,所以兼容性极强,可以用所有文本编辑器打开。 - 让你专注于文字而不是排版。 - 格式转换方便,Markdown 的文本你可以轻松转换为 html、电子书等。 - Markdown 的标记语法有极好的可读性。 我们要关注是翻译的内容,而不是格式。因此,为了提高大家翻译效率,要求都使用Markdown格式的翻译稿。 ### 使用什么编辑器 推荐使用[typora](https://www.typora.io/)+插件[typora-plugins-win-img](https://github.com/Thobian/typora-plugins-win-img)。插件使用说明请仔细查阅[typora-plugins-win-img](https://github.com/Thobian/typora-plugins-win-img)的README.MD,为了使md的引用图片都保存到项目的images子文件夹内,请按以下配置插件: ``` $.image.init({ target:'gitee', gitee: { message: "Add images", // 必须参数,提交消息 branch: "master", // 要提交到的分支(默认为:master) token: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", // 私人令牌Token userName: "kingstudio", // 用户名 repositorie: "taad", // 仓库名 Folder: "images", // 可以把上传的图片都放到这个指定的文件夹下 BucketDomain: "https://gitee.com/api/v5/repos/", } }); ``` ### Word转Markdown 1. Pandoc 命令行转化 ``` # Docx to markdown, including math: $ pandoc -s example30.docx -t markdown -o example35.md ``` 单文件转化 打开word并全部选中(CTL+A)+ 复制(CTL+C),然后在Typora粘贴(CTL+V),这样也可以将Word转化为Markdown。 2. Writage ### 其他 1. 请勿上传适航资料的英文原PDF文件。 2. 本项目为非营利项目,请勿用于商业。