Skip to content

Commit cca2cce

Browse files
committed
[post] ebook convert
1 parent d129de0 commit cca2cce

File tree

4 files changed

+37
-0
lines changed

4 files changed

+37
-0
lines changed
293 KB
Loading
256 KB
Loading
216 KB
Loading
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: "ebook collections"
3+
date: 2025-11-01T14:48:54+01:00
4+
---
5+
6+
This is taken from my previous git repo
7+
8+
## Replace using regex
9+
10+
Use Replace with regex function in editor
11+
12+
```
13+
# from this
14+
([第一二三四五六七八九十百〇零壹贰参肆伍陆柒捌玖拾佰壹贰叁肆伍陆柒捌玖拾佰仟初序1234567890]{1,9}章.*)
15+
# to this
16+
## $1
17+
```
18+
19+
Change the encoding to UTF-8
20+
21+
## Convert to EPUB
22+
23+
See settings below in Calibre
24+
25+
![](calibre-01.png)
26+
![](calibre-02.png)
27+
![](calibre-03.png)
28+
29+
After this, just save it to the disk
30+
31+
## Source
32+
33+
Mostly downloaded from http://www.zxcs.me
34+
35+
* 看帮网:https://www.kanbang.cc
36+
* https://m.99xsw.cc/txt/133983.html
37+
* http://www.txt80.com

0 commit comments

Comments
 (0)