Joplin 是一个免费的开源笔记应用程序,适用于每个平台。Joplin 的用户界面并不像它的一些竞争对手那样精致——如果这有什么意义的话,它感觉更怪异——但该应用程序是隐私倡导者的最爱,并被隐私指南推荐。Joplin 将笔记存储在您的本地文件系统上,提供端到端加密,并允许您通过将文件存储在 Dropbox 或 Nextcloud 等服务上来跨设备同步文件。或者,您可以订阅 Joplin Cloud 进行同步。

Joplin 为以下 Markdown 元素提供支持。
| Element | Support | Notes |
|---|---|---|
| Headings | Yes | |
| Paragraphs | Yes | |
| Line Breaks | Yes | In addition to trailing whitespace, you can also use a trailing backslash or press the Return key once to achieve the same result. |
| Bold | Yes | |
| Italic | Yes | |
| Blockquotes | Yes | |
| Ordered Lists | Yes | |
| Unordered Lists | Yes | |
| Code | Yes | |
| Horizontal Rules | Yes | |
| Links | Yes | |
| Images | Yes | |
| 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 | Not enabled by default, but can be enabled in Preferences > Plugins. |
| Strikethrough | Yes | |
| Task Lists | Yes | |
| Emoji (copy and paste) | Yes | |
| Emoji (shortcodes) | Yes | Not enabled by default, but can be enabled in Preferences > Plugins. |
| Highlight | Yes | |
| Subscript | Yes | |
| Superscript | Yes | |
| Automatic URL Linking | Yes | |
| Disabling Automatic URL Linking | Yes | |
| HTML | Yes |
作为额外的奖励,Joplin 提供了对几个晦涩元素的支持。
| 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. |
| Insert | ++This text has been inserted++ |
This text has been inserted |
在 60 页中学习 Markdown。《Markdown 指南》专为新手和专家设计,是一本全面的参考书,包含您入门和掌握 Markdown 语法所需的一切。
获取书籍