StackEdit 是一款功能强大的在线 Markdown 编辑器。与 Dillinger 一样,它直接在您的 Web 浏览器中加载,因此无需在您的计算机上下载并安装应用程序。StackEdit 为高级用户提供了多种功能和可配置选项,在许多方面使其成为比同类桌面应用程序更好的全能选择。

StackEdit 的 Markdown 支持非常出色。功能包括将文件同步和保存到第三方服务、使用自定义模板输出为各种文件格式以及配置文件的元数据属性。(请注意,您必须订阅 StackEdit 才能输出为某些文件格式,如 PDF。还支持 LaTeX 和 UML 图。您显然可以在没有互联网连接的情况下使用 StackEdit。
StackEdit 因缺乏文档而受到限制。用户可以自己发现和玩弄应用程序的许多功能。这很遗憾,因为除了最高级的用户之外,所有用户基本上都无法使用未记录的功能。例如,您可以为导出的文件创建自己的模板,但没有关于使用哪种模板语言的信息,也没有关于如何创建自己的模板的指导。有一个社区支持论坛,但用户不必通读问题和答案来弄清楚如何做一些简单的事情。
StackEdit 为以下 Markdown 元素提供支持。
| Element | Support | Notes |
|---|---|---|
| Headings | Yes | |
| Paragraphs | Yes | |
| Line Breaks | Yes | |
| Bold | Yes | |
| Italic | Yes | |
| Blockquotes | Yes | |
| Ordered Lists | Yes | |
| Unordered Lists | Yes | |
| Code | Yes | |
| Horizontal Rules | Yes | |
| Links | Yes | |
| Images | Yes | There’s no ability to upload images — you’ll need to store the images on another server. |
| Tables | Yes | |
| Fenced Code Blocks | Yes | |
| Syntax Highlighting | Yes | |
| Footnotes | Yes | |
| Heading IDs | Partial | Automatically generated. There’s no way to set custom heading IDs. |
| Definition Lists | Yes | |
| Strikethrough | Yes | |
| Task Lists | Yes | |
| Emoji (copy and paste) | Yes | |
| Emoji (shortcodes) | Yes | |
| Highlight | Yes | |
| Subscript | Yes | |
| Superscript | Yes | |
| Automatic URL Linking | Yes | |
| Disabling Automatic URL Linking | Yes | |
| HTML | Yes |
作为额外的好处,StackEdit 提供了对几个晦涩元素的支持。
| Element | Markdown | Rendered Output |
|---|---|---|
| Abbreviation | *[HTML]: Hyper Text Markup LanguageThe HTML specification is maintained by the W3C. |
The HTML specification is maintained by the W3C. |
在 60 页中学习 Markdown。《Markdown 指南》专为新手和专家设计,是一本全面的参考书,包含您入门和掌握 Markdown 语法所需的一切。
获取书籍