Things 是 Apple 设备的专有任务管理应用程序。Things 已经上市十多年,拥有狂热的追随者,并以其设计和易用性而闻名。2021 年 8 月,Things 在 3.14 版中添加了 Markdown 支持。
Things 并不支持所有 Markdown 语法元素,但它支持的元素在应用程序的上下文中是有意义的。使用 Things 的人不是用它来写博客文章——他们只是做简短的笔记。
Things 将 Markdown 格式映射到键盘快捷键,因此您不必实际键入添加 Markdown 格式所需的字符。例如,您不必键入即可将单词设为粗体(尽管您可以)。相反,您只需按 Command-B,Things 就会用双星号将您的单词括起来。**
Things 为以下 Markdown 元素提供支持。
Element | Support | Notes |
---|---|---|
Headings | Partial | Alternative syntax is not supported. |
Paragraphs | Yes | |
Line Breaks | Yes | |
Bold | Yes | |
Italic | Yes | |
Blockquotes | Yes | |
Ordered Lists | Yes | |
Unordered Lists | Yes | |
Code | Yes | |
Horizontal Rules | Partial | The syntax is supported, but the horizontal rules themselves aren’t rendered in the application. |
Links | Yes | |
Images | Partial | The syntax is supported, but the images themselves aren’t rendered in the application. |
Tables | No | |
Fenced Code Blocks | Yes | |
Syntax Highlighting | No | |
Footnotes | No | |
Heading IDs | No | |
Definition Lists | No | |
Strikethrough | Yes | |
Task Lists | Yes | |
Emoji (copy and paste) | Yes | |
Emoji (shortcodes) | No | |
Highlight | Yes | Use two colons instead of equal signs (e.g., ).
::word or phrase:: |
Subscript | No | |
Superscript | No | |
Automatic URL Linking | Yes | |
Disabling Automatic URL Linking | Yes | |
HTML | No |
在 60 页中学习 Markdown。《Markdown 指南》专为新手和专家设计,是一本全面的参考书,包含您入门和掌握 Markdown 语法所需的一切。
获取书籍