当前位置:网站首页>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
边栏推荐
- Sparkcontext: error initializing sparkcontext solution
- String palindrome hash template question o (1) judge whether the string is palindrome
- 计数类DP AcWing 900. 整数划分
- 线性DP AcWing 897. 最长公共子序列
- "As a junior college student, I found out how difficult it is to counter attack after graduation."
- Why do programmers have the idea that code can run without moving? Is it poisonous? Or what?
- Map and set
- IPhone 6 plus is listed in Apple's "retro products" list
- 2.7 binary tree, post order traversal - [FBI tree]
- MySQL与PostgreSQL抓取慢sql的方法
猜你喜欢
Redis sentinel mechanism and configuration
计数类DP AcWing 900. 整数划分
堆 AcWing 839. 模拟堆
高性能纠删码编码
[ybtoj advanced training guidance] judgment overflow [error]
堆(優先級隊列)
Why do programmers have the idea that code can run without moving? Is it poisonous? Or what?
Interview with meituan, a 34 year old programmer, was rejected: only those under the age of 30 who work hard and earn little overtime
线性DP AcWing 899. 编辑距离
VLAN experiment
随机推荐
防抖 节流
Introduction to CPU instruction set
Anti shake throttle
bellman-ford AcWing 853. 有边数限制的最短路
ArrayList与LinkedList效率的对比
区间DP AcWing 282. 石子合并
模块化 CommonJS ES Module
Rust search server, rust quick service finding tutorial
单指令多数据SIMD的SSE/AVX指令集和API
高性能纠删码编码
线性DP AcWing 902. 最短编辑距离
CDA data analysis -- common knowledge points induction of Excel data processing
High performance erasure code coding
Deep copy event bus
. Net, C # basic knowledge
async/await 异步函数
Performance tuning project case
[ybtoj advanced training guidance] cross the river [BFS]
Redis introduction, scenario and data type
BOM DOM