Typora使用总结

1. 主题切换

默认的主题不够花哨, 换一些奇怪的主题, 这里以Dracula为例(因为之前在Xshell上使用的就是Dracula主题hhh).

德古拉主题下载

下载完解压, 会有如下文件(用CMD的tree查看一下, 新电脑这会儿还没装git bash):

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PS D:\softwares\Typora\dracula-typora-theme-main\dracula-typora-theme-main> tree /F
卷 新加卷 的文件夹 PATH 列表
卷序列号为 EEAC-6A26
D:.
│ .gitignore
│ dracula.md
│ LICENSE
│ README.md

├─images
│ dracula-typora.png
│ screenshot1.png
│ screenshot2.png
│ screenshot3.png

└─theme
│ dracula.css

└─dracula
400.woff
400i.woff
600i.woff
700.woff
700i.woff

打开README文件, 里面有写使用方法:

1
2
3
4
5
6
## Install

* Download or clone this repository.
* Open Typora Theme Folder from Preference Panel → Appearance section.
* Copy the contents of `/theme` (dracula folder and dracula.css file) into the newly opened Typora theme folder.
* Restart typora, then select `Dracula` from Themes menu.
  1. 打开Typora文件->偏好设置->外观->主题文件夹(C:\Users\test\AppData\Roaming\Typora\themes)
  2. 把下载解压后的Dracula文件夹下的theme文件夹下的所有内容(dracula文件夹和dracula.css), cp到刚刚打开的主题文件夹中
  3. 重启Typora, 选择Dracula主题.