简介
介绍
Introduction
Markdown 是一种轻量级标记语言,使用易读易写的纯文本格式编写文档,然后转换成 HTML。
Markdown is a lightweight markup language that writes documents in an easy-to-read, easy-to-write plain text format, and then convert it into HTML.
特点
Features
Markdown 语法可读性强,未经渲染也有足够的可读性。
Markdown syntax is very readable, even when it's not rendered.
常用的社区和平台,例如 StackOverflow,GitHub,有道云笔记等支持 Markdown。
Commonly used communities and platforms, such as StackOverflow, GitHub, and Yudao YunNote, support Markdown.
Markdown 是纯文本格式,可移植性强。
Markdown is a plain text format and is highly portable.
使用场景
Usage Scenarios
网站:Jekyll、Hugo、VuePress 等工具都支持将 Markdown 构建为静态网站。
文件资料:可以使用 Markdown 工具来转换成 PDF 或 HTML。
笔记:Markdown 语法可以非常方便地记录笔记,OneNote 并不支持。
Website: Tools like Jekyll, Hugo, Vipres, and others all support building Markden as a static website.
Documentation: You can use the Markdown tool to convert to PDF or HTML.
Note: Markdown syntax makes it very easy to take notes, but OneNote doesn't support.
常用软件
Commonly Used Software
Typora
Typora
Typora 是一款 Markdown 编辑器,缺点是不支持 AI 扩展,无法集成 ChatGPT 以及其他模型,收费。
Typora is a Markdown editor, but the disadvantage is that it does not support AI extensions, cannot integrate ChatGPT and other models, and is charged.
VS Code
VS Code 通过扩展实现 Markdown 支持,支持更多个性化服务。
VS Code extends Markdown support to support more personalization.
Obsidian
Obsidian 是进阶的 Markdown 编辑器,如果要组建自己的知识库可以选择 Obsidian,支持 iOS 和 Android。
Obsidian is an advanced Markdown editor, and if you want to build your own knowledge database, you can choose Obsidian, which supports iOS and Android.