Joplin
Compatibility, Markdown and annotations, in short, the Joplin. An open source note taking program that supports Markdown elements.
Overview
Joplin is a robust note taking program that allows the user to create content using Markdown.
The application interface is simple, compared to similar programs like Evernote or OneNote, but it does the job.
One of Joplin's strong points is the tool's privacy policy, the tool is recommended by the website privacytools.io.
Joplin implements end-to-end encryption, in addition to allowing you to synchronize your documents between different devices.
The Joplin contents are stored locally, but you can send your notes to services like Dropbox and Nextcloud.
More information about Joplin can be found on the official website https://joplinapp.org/.
Joplin Markdown Support
Table 1.1 shows the Markdown elements compatible with Joplin.
Element | Support | Information |
---|---|---|
Titles | Yes | |
Paragraphs | Yes | |
Line breaks | Yes | Joplin is compatible with the white spaces to the right of the content, the backslash to the right of the content and pressing the Enter key, to break a line you can use any of these options. |
Bold | Yes | |
Italic | Yes | |
Blockquote | Yes | |
Ordered lists | Yes | |
Unordered lists | Yes | |
Code | Yes | |
Horizontal lines | Yes | |
Links | Yes | |
Images | Yes | |
Tables | Yes | |
Fenced code blocks | Yes | Joplin allows you to highlight the code block content based on the programming language. |
Footnotes | Yes | |
Title Id | Partial | The tool itself generates the identification automatically, it is not possible for the user to create a custom id. |
Listas de definições | Yes | By default this formatting is not active in Joplin, to activate it, use the menu Preferences > Plugins . |
Strikethrough | Yes | |
Task lists | Yes | |
Emoji (copy and paste) | Yes | |
Emoji (access codes) | Yes | It's disabled by default, use the Preferences > Plugins menu option to activate the emoji access codes. |
automatic URL Link | Yes | |
Disable automatic link from URL | Yes | |
HTML | Yes |
Additional Markdown elements on Joplin
Table 1.2 presents obscure elements that are supported by Joplin.
NOTE: To activate most of these elements you have to use the Preferences > Plugins
menu option.
Element | Markdown | Output |
---|---|---|
Abbreviation | *[HTML]: Hyper Text Markup Language The HTML specification is maintained by the W3C. |
The HTML specification is maintained by the W3C |
Highlight | ==word or phrase== |
word or phrase |
Underline | ++underlined text++ |
underlined text |
Subscript | H~2~O |
H2O |
Superscript | X^2^ |
X2 |