既然要写博客,那么Markdown语言就不得不好好学习一下,来简单介绍一下markdown语法以及Mac电脑上我用过的好用的app。
Markdown简介
Markdown是一种轻量级标记语言,创始人为约翰·格鲁伯。它允许人们使用易读易写的纯文本格式编写文档,然后转换成有效的XHTML(或者HTML)文档。这种语言吸收了很多在电子邮件中已有的纯文本标记的特性。 由于Markdown的轻量化、易读易写特性,并且对于图片,图表、数学式都有支持,目前许多网站都广泛使用Markdown来撰写帮助文档或是用于论坛上发表消息。如GitHub、Reddit、Discord、Diaspora、Stack Exchange、OpenStreetMap 、SourceForge、简书等,甚至还能被用来撰写电子书。
--引用自维基百科
Macbook Markdown App推荐
简洁强大👉【Typora】哇!看官网就知道,这是一个十分简洁,高效的APP
官网介绍
Readable & Writable 可读可写
Typora gives you a seamless experience as both a reader and a writer. It removes the preview window, mode switcher, syntax symbols of markdown source code, and all other unnecessary distractions. Instead, it provides a real live preview feature to help you concentrate on the content itself.
Typora 为您提供作为读者和作者的无缝体验。 它删除了预览窗口、模式切换器、Markdown 源代码的语法符号以及所有其他不必要的干扰。 相反,它提供了真正的实时预览功能,帮助您专注于内容本身。
Distractions Free 免打扰
Seamless Live Preview 无缝实时预览
What You See Is What You Mean 所见即所得
APP特点
1. Organize Files (整理文件)
Typora allows you to manage your files easily, providing both file tree panel and articles (file list) side panel. Fell free to organize files in your own way, including putting in sync services, like Dropbox or iCloud.(Typora 允许您轻松管理文件,提供文件树面板和文章(文件列表)侧面板。 可以按照自己的方式自由地组织文件,包括安装 Dropbox 或 iCloud 等同步服务。)
2. Outline Panel(轮廓面板)
Automatically see the Outline structure of your documents in outline panel, which allows you to quickly go through the document and jump to any section with one click.(在大纲面板中自动查看文档的大纲结构,使您可以快速浏览文档并一键跳转到任何部分。)
3. Import & Export(输入和输出)
Export to PDF with bookmarks. Go further and export or import. More formats, including docx, OpenOffice, LaTeX, MediaWiki, Epub, etc, can be exported or imported.(导出为带书签的 PDF 文件。进一步导出或导入。还可导出或导入更多格式,包括 docx、OpenOffice、LaTeX、MediaWiki、Epub 等。)
- Word Count(字数统计)
See how large your document is in words, characters, lines, or reading minutes.(查看文档的字数、字符数、行数或阅读分钟数。)
- Focus Mode & TypeWriter Mode(聚焦模式和类型写入模式)
Focus mode helps you focus only on the current line, by blurring the others. Typewriter mode always keeps the currently active line in the middle of the window.(聚焦模式可以模糊其他行,让你只关注当前行。打字机模式始终将当前活动行保持在窗口中间。)
- Auto Pair(自动配对)
Auto complete pair of brackets and quotes like a code editor. Also, There's also an option to auto pair markdown symbols, like * or _.
(像代码编辑器一样自动完成括号和引号的配对。此外,还有一个自动配对标记符号(如 * 或 _)的选项。)