See documentation and flow chart for reporter choice
On mobile, the alarms will be displayed using the built-in notification system.
If for any reason the notifications do not work, please open an issue.
+Joplin uses and renders Github-flavoured Markdown with a few variations and additions. In particular:
+Math expressions can be added using the Katex notation. To add an inline equation, wrap the expression in `{.katex}EXPRESSION`
, eg. `{.katex}\sqrt{3x-1}+(1+x)^2`
. To create an expression block, wrap it as follow:
```katex
+EXPRESSION
+```
+
For example:
+```katex
+f(x) = \int_{-\infty}^\infty
+ \hat f(\xi)\,e^{2 \pi i \xi x}
+ \,d\xi
+```
+
Here is an example with the Markdown and rendered result side by side:
+ +Checkboxes can be added like so:
+-[ ] Milk
+-[ ] Rice
+-[ ] Eggs
+
The checkboxes can then be ticked in the mobile and desktop applications.
+Please see the guide for information on how to contribute to the development of Joplin: https://github.com/laurent22/joplin/blob/master/CONTRIBUTING.md
Joplin is currently available in the languages below. If you would like to contribute a new translation, it is quite straightforward, please follow these steps:
Joplin uses and renders Github-flavoured Markdown with a few variations and additions. In particular:
-Math expressions can be added using the Katex notation. To add an inline equation, wrap the expression in `{.katex}EXPRESSION`
, eg. `{.katex}\sqrt{3x-1}+(1+x)^2`
. To create an expression block, wrap it as follow:
```katex
-EXPRESSION
-```
-
For example:
-```katex
-f(x) = \int_{-\infty}^\infty
- \hat f(\xi)\,e^{2 \pi i \xi x}
- \,d\xi
-```
-
Here is an example with the Markdown and rendered result side by side:
- -Checkboxes can be added like so:
--[ ] Milk
--[ ] Rice
--[ ] Eggs
-
The checkboxes can then be ticked in the mobile and desktop applications.
-Please see the guide for information on how to contribute to the development of Joplin: https://github.com/laurent22/joplin/blob/master/CONTRIBUTING.md