王孟源的博客镜像

博客镜像:https://taizihuang.github.io/wmyblog

原网址:https://blog.udn.com/MengyuanWang/article

Odd Lots文字稿:https://taizihuang.github.io/OddLots

经济学人镜像:https://taizihuang.github.io/TheEconomist/

外交杂志镜像:https://taizihuang.github.io/ForeignAffairs/

外交杂志2000-2020:https://taizihuang.github.io/ForeignAffairs/archive

本镜像数据备份: https://github.com/taizihuang/wmyblog/archive/refs/heads/main.zip

博客内容搜索:https://taizihuang.github.io/wmyblog/search/

calibre和sublime 制作电子书使用重点

一、sublime text 批量删除空白行

1、方法
1.1 CTRL+H打开replace功能,勾选上左侧的regular expression,并填写

1.2 find what栏 : \s+$ (正则表达式)

1.3 replace with栏 : (这行留空)

1.4 接着点replace all即可

作者: CH520 原文

二、另外calibre制作带章节目录的mobi文件重点:

1、Sulime Text:

首先在“Find What”中输入的是:^(\s+|)第(.*)章

接下来“Replace With”中输入的是:###第\2章

2、Calibre 软件

点击左栏的“内容目录”标签,找到“一级目录”这一项,填入 //h:h3

TXT 输入”,在“结构”这一栏找到“格式化样式”并将其设为“markdown”。