# txt2markdown **Repository Path**: MagicHand/txt2markdown ## Basic Information - **Project Name**: txt2markdown - **Description**: 将整本小说的txt文件拆分为单章的md文件,如果使用gitbook生成静态电子书的话,还可以一键生成SUMMARY.md文件内容。 - **Primary Language**: C# - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-10-25 - **Last Updated**: 2023-10-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # txt2markdown #### 介绍 将整本小说的txt文件拆分为单章的 md 文件,如果使用 gitbook 生成静态电子书的话,还可以一键生成 SUMMARY.md 文件内容。 #### 安装教程 需要 .Net5 环境,请自行下载安装 [x86](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-aspnetcore-5.0.0-windows-x86-installer) 或 [x64](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-aspnetcore-5.0.0-windows-x64-installer) 版本运行时。