As a programmer, there is often a need to write technical documentation. Markdown is deeply loved by programmers because of its concise syntax and ease of use. Who doesn't have a Markdown tool installed on their computer? I have been using Typora before, and I like the real-time preview function of what you see is what you get, but now the new version is charged! MarkText
that has a writing experience comparable to Typora. It supports a variety of themes and is very cool. I recommend it to everyone!
SpringBoot actual e-commerce project mall (50k+star) address: https://github.com/macrozheng/mall
Introduction to MarkText
MarkText, known as the next-generation Markdown editor, is an easy-to-use open source editor that supports Linux, MacOS and Windows systems. MarkText already has 26.9k+
Star on Github, which shows that it is very popular!
Its main features are as follows:
- With the same seamless real-time preview function as Typora, it brings you an immersive writing experience;
- Supports a variety of different styles of Markdown syntax and extensions;
- Support export to Html and PDF;
- Support three writing modes: source mode, typewriter mode, focus mode;
- Support a variety of themes: three light modes, three dark modes;
- Support image file upload: Support uploading to SM.MS image bed and Github.
The following is a picture of the use of MarkText, which is quite cool.
Install
The installation of MarkText is very convenient, just go to the official website to download the installation package of the corresponding system and install it. The download address: https://marktext.app/
use
Using MarkText to write documents is still very good, especially its real-time preview function, I recommend everyone to try it.
- If you have used some Markdown editors, you will find that many editors divide the interface into two parts, one part is the Markdown code, and the other part is the preview, such as the editor in IDEA;
- When using MarkText, when you enter a Markdown statement, it will be directly converted into a preview in real time, and the user experience is greatly improved. This may be the reason why many friends like to use tools such as Typora;
- MarkText is a light theme by default, you can
upper left corner of 161f0ab2fdda50 -> Theme, you can see that a total of 6 themes are supported;
- Here we switch to the dark theme. If you want to open the sidebar on the left, you can open it through the
upper left corner of 161f0ab2fdda91->View->Show Sidebar, and the sidebar can display the outline of the article;
- Sometimes we need to modify the Markdown source code, which can be achieved by switching to the source code mode
upper left corner of 161f0ab2fddad0->View->Source Code Mode;
- MarkText's code style support is really good. Look at the Java code style we usually use, which is cooler than Typora;
- MarkText also supports file uploading, which can be uploaded to the SM.MS image bed and Github, and can be set through the setting button in the lower left corner of
-> Image Uploader;
- MarkText can also support various charts, for example, we can generate a sequence diagram through the following code.
Summarize
I experienced a MarkText today, and the experience of writing documents with it is indeed not inferior to Typora. The key point is that it is still open source and free. Real-time preview of documents + 6 cool themes, really easy to use! If you don't have a good Markdown editor, try it!
project address
https://github.com/marktext/marktext
This article GitHub https://github.com/macrozheng/mall-learning has been included, welcome everyone to Star!
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。