Typora is a simple and configurable document editor that provides excellent Markdown support. This application is ideal for students and professionals who need to write essays and reports. It might be difficult using Typora for multi-file projects or for website publishing.
Typora stands out by offering a variety of settings without sacrificing the simplicity of a barebones interface. Newcomers to Markdown may appreciate the keyboard shortcuts for formatting options as well as the intuitive live editor that hides the Markdown formatting syntax after you type it.
See the Typora Markdown reference for the official documentation. The Typora documentation indicates that the application generally uses GitHub Flavored Markdown (GFM).
Typora provides support for the following Markdown elements.
Element | Support | Notes |
---|---|---|
标题 | 支持 | |
段落 | 支持 | By default, you only need to press the Return key once (not twice). See the Typora documentation for more information. |
换行符 | 支持 | By default, you need to press Command-Shift-Return. See the Typora documentation for more information. |
粗体 | 支持 | |
斜体 | 支持 | |
块引用 | 支持 | |
有序列表 | 支持 | |
无序列表 | 支持 | |
代码块 | 支持 | |
水平分隔符 | 支持 | |
链接 | 支持 | See the Typora documentation for instructions on linking to files on your computer. |
图片 | 支持 | To insert images from your computer, use the options under Format > Images. |
表格 | 支持 | |
围栏代码块 | 支持 | |
语法高亮 | 支持 | See the list of supported languages. |
脚注 | 支持 | |
标题 ID | 部分支持 | Automatically generated. For example, if you have a heading called Heading IDs , you can link to it with [link](#heading-ids) . There’s apparently no way to set custom heading IDs. It’s unclear what happens when there are two identical headings.
|
定义列表 | 不支持 | |
删除线 | 支持 | |
任务列表 | 支持 | |
Emoji (复制和粘贴) | 支持 | |
Emoji (简码) | 支持 | |
强调 | 支持 | To use this feature, open the Preferences and enable the setting under Markdown > Syntax Support. |
下标 | 支持 | To use this feature, open the Preferences and enable the setting under Markdown > Syntax Support. |
上标 | 支持 | To use this feature, open the Preferences and enable the setting under Markdown > Syntax Support. |
Automatic URL Linking | 支持 | |
Disabling Automatic URL Linking | 支持 | |
HTML | 部分支持 | See the Typora documentation for information about which HTML elements are supported. |
Typora provides a variety of themes for when you export your documents. If you know CSS, you can customize these themes. Open the Preferences window and see the settings under Appearance > Themes.
Typora provides strict mode settings for users who want to enforce syntax limitations on headings, ordered lists, and unordered lists. For example, you could configure unordered lists to only use hyphens and not asterisks. Configure these settings in the Preferences window under Markdown > Syntax Preference. See the Typora documentation for additional information.
You can disable Typora’s live editor by selecting View > Source Code Mode. This will reveal all of the Markdown formatting that’s hidden by the live editor.
Typora provides a wide variety of export options under File > Export for when you’re ready to publish your Markdown document. Some of the export options, like Microsoft Word and LaTeX format, require Pandoc.
现在不要停下来!在下面输入你的电子邮件地址,以通过电子邮件接收新的 Markdown 教程。我们不会发送垃圾邮件!