# txtNovelReading **Repository Path**: cao1234/txt-novel-reading ## Basic Information - **Project Name**: txtNovelReading - **Description**: 一个vscode插件,用于txt小说阅读 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-03-13 - **Last Updated**: 2026-01-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # txt-novel-reading 一个使用vscode阅读中文txt小说的插件,将txt文件分割为章节,使用vscode阅读,可自定义字体大小、字体颜色、背景颜色,可查看和快速跳转章节。 ## 开始使用 1. 安装插件 2. 设置文件存放目录 3. 选择txt文件,会将txt文件按章节切割,文件越大等待时间越长 ## 快捷操作 * `空格键/↓`: 向下滚动,滚动到最后自动切换下一章. * `↑`: 向上滚动 * `esc`: 快速关闭窗口 * `单击右键`: 操作菜单 * `双击左键`: 快速隐藏和展示内容,摸鱼必备 ## 存在问题 本插件章节切割使用正则规则为 `/(?<=\r\n)(\s*)([第序]{1}.*?[章幕卷篇]{1}.*?)(?=\r\n)/g`,可以适配第一章、第一篇、第1章、第1篇......如果解析错误,可能是正则无法匹配分割,请检查并更换txt文件 ## 仓库地址 https://gitee.com/cao1234/txt-novel-reading