当前位置:网站首页>Use of typora
Use of typora
2022-07-01 01:27:00 【ty_ xiumud】
Typora Use
Typora Is a Markdown Editor , Can make your editor WYSIWYG .Typora More shortcut keys and can be connected to the drawing bed PicGo In combination ( The picture bed is specially used to store pictures , An online space that allows you to connect pictures to the outside world ). Thus, it is convenient to edit the text without caring about the management of the picture . Secondly, it is easy to use , convenient , Save is managed locally , Data security can be guaranteed , The page introduction is simple , Very powerful .
In short, it has the following advantages :
- There are many shortcut keys , Fast text editing
- Picture management is very convenient
- Powerful , Page introduction
Next, we will introduce the installation , Use of common shortcut keys , Setting of drawing bed and related problems
List of articles
Installation address
Official website Download address
Common shortcut key
title
stay Typora in , You can also use shortcut keys Ctrl+1(2,3,4,5,6) Indicates the corresponding title .Ctrl+0 A paragraph .
typeface
The commonly used fonts are as follows
| Font description | Shortcut key |
|---|---|
| In black | Ctrl+B |
| Underline | Ctrl+U |
Alt+Shift+5 | |
| Italics | Ctrl+Shift+I |
Select the font and use the shortcut key , You can also enter text directly after use .
Text color and size
You can use <font> </font> Label to change the color and size of the font .
as follows : Shown
The font color is red , The size is 3</font>
<font size=4 color="blue"> The font color is blue , The size is 4</font>
<font size=6 color="violet"> The font color is violet , The size is 6</font>
The font color is red , The size is 3
The font color is blue , The size is 4
The font color is violet , The size is 6
Text highlight
Use Need highlighted text
Be careful , The highlight here needs to be turned on file -> preferences Set it up . Or use the shortcut key Ctrl+, Open it directly , The settings are shown in the figure below

form
Use Ctrl+T Perform table
| explain | Shortcut key |
|---|---|
| Create a table | Ctrl+T |
| Delete row | Ctrl+Shift+Backspace |
| add rows | Ctrl+Enter |
list
You can add ordered and unordered lists
| list | Shortcut key |
|---|---|
| Ordered list | Ctrl + Shift + [ |
| Unordered list | Ctrl + Shift + ] |
demonstration :
- Ordered list 1
- Ordered list 2
- Unordered list 1
- Unordered list 2
code annotation
Generally, two methods are used for comfort ,
The code column can be used quickly , Using shortcut keys Ctrl+Shift+K To set it up
Shorter shortcut keys Ctrl+shift+
Split line
Use three --- To represent a split line
quote
Using shortcut keys
Ctrl+Shift+Q
Hyperlinks
Copy the URL and use the shortcut key directly Ctrl+K
Click on My blog Jump
Catalog
Use it directly [TOC] At the beginning of the article
The setting of the drawing bed depends on the related problems
jsd It's easy to hang up , At home IP cannot access ~ Other solutions are recommended
Installation and configuration problems
It is recommended to use github+PicGo+CDN Build your own picture bed , Simple to use , free . The specific Settings are as follows
1, download PicGo
github Address :https://github.com/Molunerfinn/picgo/releases
choice latest Version can , Download the corresponding version , The author uses the following 
Download and install .
2, software configuration

Get you github Upper Token, Just fill in , Then set your custom domain name as follows
https://cdn.jsdelivr.net/gh/+tyxiumud/blog.img
My warehouse name . The warehouse here is built on Token The acquisition method is Baidu .
3, stay Typora Use in

Here is the verification upload option. If the verification fails, don't worry , In the editing interface, you can click image upload or the image will be automatically uploaded to your warehouse .
4, Organize and save the pictures of the article ( Suggest )
Data is priceless , Local is probably the safest , After writing a note article at a time, it is recommended to save the pictures in it
C:\Users\username\AppData\Roaming\Typora\typora-user-images You can find the corresponding picture .
Just sort it out and save it by yourself .
CSDN Failed to solve the problem
take Typora My article goes to CSDN There will be problems when . Use the following script to replace the way the picture is displayed . Reference link
import re
name = " Article title "
old_path = name+".md"
new_path = name+"csdn"+".md"
old_file = open(old_path, 'r', encoding='utf-8')
new_file = open(new_path, 'w', encoding='utf-8')
old_line = old_file.readline()
count = 0
while old_line:
if "![" in old_line:
url = re.findall('https://.*png|https://.*jpeg|https://.*jpg', old_line)
img = '<img src="' + url[0] + '"/>'
new_line = re.sub('!\[.*\)', img, old_line)
new_file.write(new_line)
print(old_line + ' ===> ' + new_line)
count += 1
else:
new_file.write(old_line)
old_line = old_file.readline()
old_file.close()
new_file.close()
print('\n Successfully replaced ' + str(count) + ' Outside the chain ')
Copy the last output file to csdn that will do
边栏推荐
猜你喜欢

Training discipline principle of robot programming

Install redis database and download redis Desktop Manager in win11

酒旅板块复苏,亚朵继续上市梦,距离“新住宿经济第一股“还有多远?

XJY-220/43AC220V静态信号继电器

Q play soft large toast to bring more comfortable sleep

【学习笔记】倍增 + 二分
![[learning notes] structure](/img/55/9623ba97f57eff71c246684e3a2bba.png)
[learning notes] structure

Introduction and principle analysis of cluster and LVS

Principes de formation de la programmation robotique

友盟(软件异常实时监听的好帮手:Crash)接入教程(有点基础的小白最易学的教程)
随机推荐
Vnctf 2022 cm CM1 re reproduction
TypeError: can‘t convert cuda:0 device type tensor to numpy. Use Tensor.cpu() to copy the tensor to
DX-11Q信号继电器
生意和投资的思考
Exploration and practice of "flow batch integration" in JD
System.CommandLine版CSRebot
Docker 部署 MySQL 8
Share your own terminal DIY display banner
Q play soft large toast to bring more comfortable sleep
mysql数据库基础:流程控制
为什么要搭建个人博客
机器人编程的培训学科类原理
[go] go implements row column conversion of sets
For the first time in more than 20 years! CVPR best student thesis awarded to Chinese college students!
uniapp官方组件点击item无效,解决方案
Chromatic judgement bipartite graph
探索互联网时代STEAM教育创新之路
What is the difference between Pipeline and Release Pipeline in azure devops?
Double position relay dls-5/2 dc220v
【网络丢包,网络延迟?这款神器帮你搞定所有!】