Joplin is a free and open-source note taking application that works on every platform. Joplin’s user interface isn’t as polished as some of its competitors — it feels more geeky, if that makes any sense — but the application is a favorite among privacy advocates and is recommended by privacytools.io. Joplin stores notes on your local file system, provides end-to-end encryption, and allows you to synchronize files across devices by storing them on a service like Dropbox or Nextcloud.
Joplin provides support for the following Markdown elements.
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 is also supported. |
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 | |
Automatic URL Linking | Yes | |
Disabling Automatic URL Linking | Yes | |
HTML | Yes |
As an added bonus, Joplin provides support for several obscure elements.
Element | Markdown | Rendered Output |
---|---|---|
Abbreviation | *[HTML]: Hyper Text Markup Language The HTML specification is maintained by the W3C. |
The HTML specification is maintained by the W3C. |
Emoji | :joy: |
😂 |
Highlight | ==word or phrase== |
word or phrase |
Insert | ++This text has been inserted++ |
This text has been inserted |
Subscript | H~2~O |
H2O |
Superscript | X^2^ |
X2 |
Don't stop now! 😎 Drop in to the Slack chat room and star the GitHub repository. If you liked this and want to receive new Markdown tutorials, enter your email address below. No spam!