当前位置:网站首页>Typora+docsify quick start
Typora+docsify quick start
2022-07-02 12:40:00 【Time chaser】
Typora What is it? ?
Typora The Chinese version is an easy-to-use and minimalist cross platform Markdown Editor , Software using this software can help users easily convert text to HTML, Software is designed from the bottom up , Software support markdown The standard grammar of , At the same time, this software also supports dynamic preview function , One click preview , Make everything so clean 、 pure . although Typora Official release 1.0 edition , Entered the era of payment ( If you need to experience new functions, you can pay as long as you pay RMB at one time 89 element , Can be in 3 Use... In this device .), But I think beta The free version before version can also fully meet everyone's needs .
Typora Chinese net
Typora Download address
Typora On the topic
Markdown What is it? ?
Markdown It's a lightweight markup language , It allows people to write documents in plain text format that is easy to read and write ,Markdown The suffix of the file is “.md”.
Markdown It's a lightweight markup language , Typesetting grammar is concise , Let people pay more attention to the content itself rather than typesetting . It uses plain text format that is easy to read and write , But with HTML zlc , Exportable HTML、PDF And their own .md File format . Because of simplicity 、 Efficient 、 Easy to read 、 Easy to write ,Markdown Heavily used , Such as Github、Wikipedia Wait for the website , Such as major blog platforms :WordPress、Drupal、 Simple books 、 Nuggets, etc .
Markdown Basic grammar
In the use of Typora First of all, you should familiarize yourself with Markdown Basic syntax , So you can use it Typora In order to be more convenient 、 Writing articles is faster .
Markdown The official tutorial
Docsify Use guide
Docsify Use guide ( Build the strongest 、 The lightest individual & Team documents )
Typora Use of shortcut keys
Using shortcut keys can improve our development , Editing efficiency , Therefore, it is very important for the shortcut keys of tools to operate flexibly .
- newly build : CTRL +
N
- preservation : CTRL +
S
- Save as : CTRL + SHIFT +
S
- The paragraph :CTRL+
0
- Open the outline view :ctrl + shift + 1
- First level title : CTRL +
1
This is 1 Level title , The largest font size - Secondary title : CTRL +
2
- Three level title : CTRL +
3
- The fourth level title : CTRL +
4
- Five level titles : CTRL +
5
- Six level title : CTRL +
6
- Insert table : CTRL +
T
- insert reference : CTRL + SHIFT +
Q
- Ordered list : CTRL + SHIFT +
[
- Unordered list : CTRL + SHIFT +
]
- Code block : CTRL + SHIFT +
K
- Bold font : CTRL +
B
- Hyperlinks : CTRL +
K
- Insert a picture : CTRL + SHIFT +
l
- Show / Hide the sidebar : CTRL + SHIFT +
L
- open / Turn off source mode : CTRL +
/
- Full text search : CTRL +
F
- Full text replacement : CTRL +
H
- Developer tools : SHIFT +
F12
- Jump to the beginning of the text CTRL +
Home
- Jump to the end of the text CTRL +
End
Settings on Typora Still open the last edited file and directory
Typora- Save automatically
In order to prevent the hard-working content from being saved and lost due to the accidental shutdown of the computer, we can set automatic saving , Avoid computers or Typora Accidental shutdown .
Typora Configure pictures to ensure that Docsify Can be accessed normally in
Generally, in order to ensure that the pictures in the project can be accessed normally in different platforms , We usually use relative paths to store , So in Typora In, we need to set the path of image saving to the specified folder of the current project .
stay Typora Through Ctrl+V Copy and save the picture to the specified project folder location , Use relative paths to access !
Set as follows
First of all, the current location of our folder is ProjectDocs Folder directory , So we are ProjectDocs New China images Folder to store files and pictures .
file =》 preferences =》 Images
Set the relative path of image saving
Paste the picture into Typora View the effect
Reference article
边栏推荐
- spfa AcWing 851. spfa求最短路
- VLAN experiment
- Sub thread get request
- . Net, C # basic knowledge
- Shuttle encapsulated AppBar
- Enhance network security of kubernetes with cilium
- arcgis js 4.x 地图中加入图片
- Mysql database foundation
- drools执行完某个规则后终止别的规则执行
- AAAI 2022 | Peking University & Ali Dharma Institute: pruning and compression of pre training language model based on comparative learning
猜你喜欢
Find the common ancestor of any two numbers in a binary tree
bellman-ford AcWing 853. 有边数限制的最短路
SparkContext: Error initializing SparkContext解决方法
CDH存在隐患 : 该角色的进程使用的交换内存为xx兆字节。警告阈值:200字节
分布式机器学习框架与高维实时推荐系统
[FFH] little bear driver calling process (take calling LED light driver as an example)
"As a junior college student, I found out how difficult it is to counter attack after graduation."
China traffic sign detection data set
Sparkcontext: error initializing sparkcontext solution
CDH6之Sqoop添加数据库驱动
随机推荐
Redis bloom filter
Fastdateformat why thread safe
计算二叉树的最大路径和
China traffic sign detection data set
Bom Dom
MySQL与PostgreSQL抓取慢sql的方法
drools中then部分的写法
Enhance network security of kubernetes with cilium
CDA data analysis -- Introduction and use of aarrr growth model
Sweetheart leader: Wang Xinling
MySQL indexes and transactions
Shuttle encapsulated AppBar
软件测试面试题-2022年大厂面试题合集
通过反射执行任意类的任意方法
LeetCode—剑指 Offer 59 - I、59 - II
Error in kubeadm join: [error port-10250]: port 10250 is in use [error fileavailable--etc kubernetes PKI
Writing method of then part in drools
LeetCode—剑指 Offer 51. 数组中的逆序对
Sse/avx instruction set and API of SIMD
Simple understanding of ThreadLocal