Bear 是一款 macOS 和 iOS 应用程序,专为做笔记而设计。它就像 Evernote,但没有臃肿。
Bear 中没有很多 whizbang 功能。相反,Bear 始终如一地兑现其所有承诺。标签、搜索和同步都可以完美运行。该应用程序非常直观,这正是您在做笔记时想要的。

Bear 默认不会自动启用 Markdown 支持,但你可以在偏好设置中启用它。该应用程序具有混合实时编辑器和文本编辑器 — 您可以看到 Markdown 语法和格式更改文本的方式。这需要一段时间来适应,但如果您刚刚开始使用 Markdown,它会很有用。
要在Bear 中启用 Markdown 支持,请打开 Preferences (首选项) 窗口。在 General (常规) 选项卡上,打开 Markdown 兼容模式的设置。
Bear 支持以下 Markdown 元素。
| Element | Support | Notes |
|---|---|---|
| Headings | Partial | Alternative syntax is not supported. |
| Paragraphs | Yes | |
| Line Breaks | Partial | The Markdown syntax (trailing whitespace) is not supported, but you can press the Return key once to achieve the same result. |
| Bold | Yes | |
| Italic | Yes | |
| Blockquotes | Partial | Nested blockquotes are not supported. |
| Ordered Lists | Yes | |
| Unordered Lists | Yes | |
| Code | Yes | |
| Horizontal Rules | Yes | |
| Links | Yes | You can link to other notes by enclosing a note’s name in double brackets (i.e., ).
[[note-name]] |
| Images | No | The Markdown syntax is not supported, but you can drag and drop images into a note. |
| Tables | No | |
| Fenced Code Blocks | Yes | |
| Syntax Highlighting | Yes | |
| Footnotes | No | |
| Heading IDs | Partial | Automatically generated. There’s no way to set custom heading IDs. You can copy a link to a heading by clicking the H# symbol next to the heading in the margin and selecting Copy Link to Here. See the documentation for more information. |
| Definition Lists | No | |
| Strikethrough | Yes | |
| Task Lists | Yes | |
| Emoji (copy and paste) | Yes | |
| Emoji (shortcodes) | Yes | |
| 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 | Partial | HTML is not rendered in Bear notes, but it is apparently rendered in the HTML output from exported notes. |
作为额外的好处,Bear 提供了对几个晦涩元素的支持。
| Element | Markdown | Rendered Output |
|---|---|---|
| Underline | ~word or phrase~ |
word or phrase |
在 60 页中学习 Markdown。《Markdown 指南》专为新手和专家设计,是一本全面的参考书,包含您入门和掌握 Markdown 语法所需的一切。
获取书籍