工欲善其事,必先利其器嘛。想要学习好一个软件,得用顺眼了,用方便了

Typora基础设置和快捷指令

标题设置

一级标题:ctrl+1 或者 #

二级标题:ctrl+2 或者 ##

以此类推

六级标题:ctrl+6 或者 ######

1
##后面需要加一个空格

快捷指令

删除线:alt+shift+5

加粗:ctrl+B

斜体:ctrl+I

下划线:ctrl+U

跳转到文章开头:ctrl+home

跳转到文章结尾:ctrl+end

搜索:ctrl+F

选中一整行:ctrl+L(注意,是L)

替换:ctrl+H

清除文字格式:ctrl+\

插入链接:ctrl+K

示例

表格:ctrl+T

这里是表格 秘密
创建 表格
为了 演示
大家

撤销操作:ctrl+Z

复制:ctrl+C

粘贴:ctrl+V

剪切:ctrl+X

重做:ctrl+Y

应用内切换:ctrl+tab(界面不能全屏)

隐藏侧边栏:ctrl+shift+L

代码块:ctrl+shift+K

选中当前词:ctrl+D(会选中同类型的文本)

切换全屏:F11

专注模式:F8

打字机模式:F9

居中内容:

1
<center>+你想要居中的文字+<center>

左对齐内容:

1
<p align="left">+你想要左对齐的文字+</p>

右对齐内容:

1
<p align="right">+你想要右对齐的文字+</p>

分割线:

1
---

数学公式:

1
2
3
$$+enter
或者
ctrl+shift+M

emoji:emoji网站🧑‍🦰🙈💫😃🧌

希腊字母:

image1

上下标

1
2
下标:H~2~O~2~、H~2~O、C~2~H~5~OH
上标:X^2^+Y^2^=Z^2^、m^2^、cm^3^

字体样式

对于 font-family “Monaco”,”PingFangSC-Regular”,”Helvetica Neue”,Helvetica,Arial,sans-serif;

第一位遇到的英文为 Monaco 字体(只有英文);第二位遇到的中文字体为 PingFangSC-Regular ;倘若本机中没有这两种字体,再顺延尝试第三个 Helvetica 字体和第四个 Helvetica 字体

mac设备字体推荐:

  • 中文字体:PingFangSC-regular
  • 英文字体:Monaco

win字体选择:

  • 中文字体:微软雅黑

  • 英文字体:Consolas

字体颜色

主要有三种方法:

  1. 下载 AutoHotKey 插件(不赘述)

  2. 进入发布者模式改html代码(不赘述)

  3. 使用内联公式(个人使用)

    内联公式如下:

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    $\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} $

其他问题(QA)

  • Q 如果复制到Typora的字体大小不一致怎么办?

  • A 设置->偏好设置->外观->字体大小->自定义字号,统一改变字体号

参考网站