Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.18 KB

robohelp-to-markdown-script

Convert RoboHelp Manual to Markdown script. (semi-automatic, manual adjustment is required after use)

将 RoboHelp 制作的文档转换为 Markdown(脚本为半自动,使用后需手动调整部分文件)

Usage

  1. Installation Python dependencies
pip install -r requirements.txt
  1. Download and install Pandoc from here if you are using Windows.
  2. Copy all files in GMS2-Robohelp-en to workdir.(The folder itself is not included, i.e. "workdir/GMS2-Robohelp-en" is invalid.)
  3. Executes batches in scripts in the order of file names.(If the batch prompts that the file cannot be found, please copy these batches to this repo root directory.)
  4. (For docsify only) Run OutputSidebar.js with Node.js to make _sidebar.md

Requirement

  • Python >= 3.8
  • Pandoc (command-line)
  • Node.js (for OutputSidebar.js, this script has no additional dependencies)

Manual by yourself

It is recommended to use Visual Studio Code for the following operations (all global)

  • Replace "&amp;lt;" to "<"
  • Replace "&amp;gt;" to ">"
  • Replace "&amp;amp;" to "&"
  • Replace ".htm" to ""(empty)