【update】修复了很多细节和添加了一些样式
1.png (279.88 KB, 下载次数: 0)
下载附件
2024-11-10 11:18 上传
2.png (19.77 KB, 下载次数: 0)
下载附件
2024-11-10 11:21 上传
3.png (186.89 KB, 下载次数: 0)
下载附件
2024-11-10 11:23 上传
image-20240805232704516.png (250.06 KB, 下载次数: 0)
下载附件
2024-11-10 11:23 上传
image-20241105112239154.png (12.06 KB, 下载次数: 0)
下载附件
2024-11-10 11:23 上传
image-20241105112257596.png (2.41 KB, 下载次数: 0)
下载附件
2024-11-10 11:23 上传
image-20241105112318058.png (3.48 KB, 下载次数: 0)
下载附件
2024-11-10 11:23 上传
项目gif图片预览: https://proxy.cloudb.us.kg/https%3A%2F%2Fgithub.com%2Fxyz349925756%2FTypora-Mid 【https://proxy.cloudb.us.kg 是我自己搭建的代{过}{滤}理服务器,将需要代{过}{滤}理访问的url丢进去就可以访问。国内某些区域可能不能访问】
将上面的样式导出html/pdf 需要添加额外的css样式代码
[CSS] 纯文本查看 复制代码
ol{
counter-reset: list-counter;
}
li{
list-style: none;
display: flex !important;
align-items: center;
flex-wrap: wrap;
}
ol > li:before {
counter-increment: list-counter;
content: counter(list-counter);
background-color: #5050f1;
color: white;
padding: 1px 6px;
margin-right: 5px;
border-radius: 50%;
}
ol > li > p {
padding-top: 5px;
}
ul > li:before {
content: ">>>";
color: #F44336;
margin-right: 5px;
}
ul > li > p {
padding-top: 5px;
}
li.md-task-list-item.task-list-item.task-list-done::before {
content: "";
background: var(--checkbox-checked) 0 0 no-repeat;
background-size: 100%;
display: inline-block;
position: absolute;
height: 1.6rem;
width: 1.6rem;
margin-left: -2em;
}
li.md-task-list-item.task-list-item.task-list-not-done::before {
content: "";
background: var(--checkbox-unchecked) 0 0 no-repeat;
background-size: 100%;
display: inline-block;
position: absolute;
height: 1.6rem;
width: 1.6rem;
margin-left: -2em;
}
设置方法:
image-20241107123200610.png (122.96 KB, 下载次数: 0)
下载附件
2024-11-10 11:24 上传
image-20241107123228009.png (97.24 KB, 下载次数: 0)
下载附件
2024-11-10 11:24 上传
蓝奏:https://wwej.lanzn.com/b0kniobzc 密码:52pj
GitHub:https://github.com/xyz349925756/Typora-Mid
font.zip 可选,默认使用当前用户的默认字体。
resources.zip 对应 typora 安装目录下的 resources 当前项目使用的是 typora 1.9.5
themes.zip 对应C:\Users\换成你的用户名\AppData\Roaming\Typora目录下的theme
更多方法参考GitHub项目中的方法