Hexo+Github Page博客搭建-Typora高级配置
🔯 搭建博客系列目录
Ax 更改主题
默认的主题非常的简洁,嗯,但是我们都喜欢瞎折腾,搞一些DIY。
a 下载
打开Typora官方网站找到自己喜欢的主题然后下载下来:http://theme.typora.io/
b 打开
打开Typora,快捷键Ctrl + ,
,外观,然后打开主题文件夹
c 增加
把刚刚下载的主题解压,然后全部丢进去就OK了,再次选择主题就可以看到了。
Bx 字体颜色
a 方式一:安装AutoHotKey
下载地址:http://www.downza.cn/soft/235238.html
下载软件这种傻瓜式的下一步下一步我就不介绍了,简洁。
新建一个文本文件放入以下内容,然后保存为
.ahk
格式的文件,可以自定义。; Typora ; 快捷增加字体颜色 ; SendInput {Text} 解决中文输入法问题 #IfWinActive ahk_exe Typora.exe { ; Ctrl+Alt+O 橙色 ^!o::addFontColor("orange") ; Ctrl+Alt+R 红色 ^!r::addFontColor("red") ; Ctrl+Alt+B 浅蓝色 ^!b::addFontColor("cornflowerblue") } ; 快捷增加字体颜色 addFontColor(color){ clipboard := "" ; 清空剪切板 Send {ctrl down}c{ctrl up} ; 复制 SendInput {TEXT}<font color='%color%'> SendInput {ctrl down}v{ctrl up} ; 粘贴 If(clipboard = ""){ SendInput {TEXT}</font> ; Typora 在这不会自动补充 }else{ SendInput {TEXT}</ ; Typora中自动补全标签 } }
双击运行即可,就会发现一个脚本在运行,不想用了直接关闭。点击查看状态,F5刷新。
测试
这是使用快捷键变的颜色哦。
这个也是。
这个当然也是咯。
想要更多的,可以自己配置,这样,编辑效率就很高了,就很舒服。
b 方式二:打开开发者模式
使用Shift + F12
打开开发者模式。
修改源代码
可能你就需要去学习一下Html代码知识。
e.g.
style="color:red"
style="color:maroon"
style="color:fuchsia"
style="color:brown"
style="color:blue"
style="color:aqua"
style="color:green"
style="color:orange"
style="color:purple"
style="color:white;background:black;"
style="background:yellow"
style="background:red"
style="background:orange"
style="color:white;background:green"
style="color:white;background:blue"
这个就不再展开。
c 方式三:使用内联公式
使用Ctrl + ,
打开首选项,然后选择Markdown的内联公式
公式大全
$\textcolor{GreenYellow}{GreenYellow} $
$\textcolor{Yellow}{Yellow}$
$\textcolor{Goldenrod}{Goldenrod} $
$\textcolor{Dandelion}{Dandelion}$
$\textcolor{Apricot}{Apricot} $
$\textcolor{Peach}{Peach}$
$\textcolor{Melon}{Melon} $
$\textcolor{YellowOrange}{YellowOrange}$
$\textcolor{Orange}{Orange} $
$\textcolor{BurntOrange}{BurntOrange}$
$\textcolor{Bittersweet}{Bittersweet}$
$\textcolor{RedOrange}{RedOrange} $
$\textcolor{Mahogany}{Mahogany}$
$\textcolor{Maroon}{Maroon} $
$\textcolor{BrickRed}{BrickRed}$
$\textcolor{Red}{Red} $
$\textcolor{OrangeRed}{OrangeRed}$
$\textcolor{RubineRed}{RubineRed}$
$\textcolor{WildStrawberry}{WildStrawberry}$
$\textcolor{Salmon}{Salmon}$
$\textcolor{CarnationPink}{CarnationPink}$
$\textcolor{Magenta}{Magenta} $
$\textcolor{VioletRed}{VioletRed}$
$\textcolor{Rhodamine}{Rhodamine} $
$\textcolor{Mulberry}{Mulberry}$
$\textcolor{RedViolet}{RedViolet} $
$\textcolor{Fuchsia}{Fuchsia}$
$\textcolor{Lavender}{Lavender} $
$\textcolor{Thistle}{Thistle}$
$\textcolor{Orchid}{Orchid} $
$\textcolor{DarkOrchid}{DarkOrchid}$
$\textcolor{Purple}{Purple} $
$\textcolor{Plum}{Plum}$
$\textcolor{Violet}{Violet} $
$\textcolor{RoyalPurple}{RoyalPurple}$
$\textcolor{BlueViolet}{BlueViolet}$
$\textcolor{Periwinkle}{Periwinkle}$
$\textcolor{CadetBlue}{CadetBlue}$
$\textcolor{CornflowerBlue}{CornflowerBlue}$
$\textcolor{MidnightBlue}{MidnightBlue}$
$\textcolor{NavyBlue}{NavyBlue} $
$\textcolor{RoyalBlue}{RoyalBlue}$
$\textcolor{Blue}{Blue} $
$\textcolor{Cerulean}{Cerulean}$
$\textcolor{Cyan}{Cyan} $
$\textcolor{ProcessBlue}{ProcessBlue}$
$\textcolor{SkyBlue}{SkyBlue} $
$\textcolor{Turquoise}{Turquoise}$
$\textcolor{TealBlue}{TealBlue} $
$\textcolor{Aquamarine}{Aquamarine}$
$\textcolor{BlueGreen}{BlueGreen} $
$\textcolor{Emerald}{Emerald}$
$\textcolor{JungleGreen}{JungleGreen}$
$\textcolor{SeaGreen}{SeaGreen} $
$\textcolor{Green}{Green}$
$\textcolor{ForestGreen}{ForestGreen}$
$\textcolor{PineGreen}{PineGreen} $
$\textcolor{LimeGreen}{LimeGreen}$
$\textcolor{YellowGreen}{YellowGreen}$
$\textcolor{SpringGreen}{SpringGreen}$
$\textcolor{OliveGreen}{OliveGreen}$
$\textcolor{RawSienna}{RawSienna} $
$\textcolor{Sepia}{Sepia}$
$\textcolor{Brown}{Brown} $
$\textcolor{Tan}{Tan}$
$\textcolor{Gray}{Gray} $
$\textcolor{Black}{Black}$
例如
$\textcolor{GreenYellow}{GreenYellow} $
$\textcolor{GreenYellow}{GreenYellow} $
$\textcolor{RoyalBlue}{RoyalBlue}$
$\textcolor{RoyalBlue}{RoyalBlue}$
Cx 常用快捷键
一:菜单栏
- 文件:alt+F
- 编辑:alt+E
- 段落:alt+P
- 格式:alt+O
- 视图:alt+V
- 主题:alt+T
- 帮助:alt+H
二:文件
- 新建:Ctrl+N
- 新建窗口:Ctrl+Shift+N
- 打开:Ctrl+O
- 快速打开:Ctrl+P
- 保存:Ctrl+S
- 另存为:Ctrl+Shift+S
- 偏好:Ctrl+,
- 关闭:Ctrl+W
三:编辑
- 撤销:Ctrl+Z
- 重做:Ctrl+Y
- 剪切:Ctrl+X
- 复制:Ctrl+C
- 粘贴:Ctrl+V
- 复制为MarkDown:Ctrl+Shift+C
- 粘贴为纯文本:Ctrl+Shift+V
- 全选:Ctrl+A
- 选中当前行/句:Ctrl+L
- 选中当前格式文本:Ctrl+E
- 选中当前词:Ctrl+D
- 跳转到文首:Ctrl+Home
- 跳转到所选内容:Ctrl+J
- 跳转到文末:Ctrl+End
- 查找:Ctrl+F
- 查找下一个:F3
- 查找上一个:Shift+F3
- 替换:Ctrl+H
四:段落
- 标题:Ctrl+1/2/3/4/5
- 段落:Ctrl+0
- 增大标题级别:Ctrl+=
- 减少标题级别:Ctrl+-
- 表格:Ctrl+T
- 代码块:Ctrl+Shift+K
- 公式块:Ctrl+Shift+M
- 引用:Ctrl+Shift+Q
- 有序列表:Ctrl+Shift+[
- 无序列表:Ctrl+Shift+]
- 增加缩进:Ctrl+]
- 减少缩进:Ctrl+[
五:格式
- 加粗:Ctrl+B
- 斜体:Ctrl+I
- 下划线:Ctrl+U
- 代码:Ctrl+Shift+`
- 删除线:Alt+Shift+5
- 超链接:Ctrl+K
- 图像:Ctrl+Shift+I
- 清除样式:Ctrl+
六:视图
- 显示隐藏侧边栏:Ctrl+Shift+L
- 大纲视图:Ctrl+Shift+1
- 文档列表视图:Ctrl+Shift+2
- 文件树视图:Ctrl+Shift+3
- 源代码模式:Ctrl+/
- 专注模式:F8
- 打字机模式:F9
- 切换全屏:F11
- 实际大小:Ctrl+Shift+0
- 放大:Ctrl+Shift+=
- 缩小:Ctrl+Shift+-
- 应用内窗口切换:Ctrl+Tab
- 打开DevTools:Shift+F12
Dx 常见使用问题
- 如果打开.md文件无法选择Typora,可以重装一遍。
Ex And More ?
For more questions or feedbacks, please contact us by:
- Home Page: http://enomothem.com
- Email: enomothem@outlook.com
Fx 参考
[1] https://blog.csdn.net/superit401/article/details/106344453/ // color
[2] http://www.manongjc.com/article/77324.html // keyboard shortcut