diff --git a/README.md b/README.md
index d7d61da452..568480ec2a 100644
--- a/README.md
+++ b/README.md
@@ -20,9 +20,9 @@ Three types of applications are available: for the **desktop** (Windows, macOS a
Operating System | Download
-----------------|--------
-Windows |
-macOS |
-Linux |
+Windows |
+macOS |
+Linux |
## Mobile applications
diff --git a/docs/index.html b/docs/index.html
index c1d313836f..978614a4f0 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -227,15 +227,15 @@
By default, the application binary will be installed under ~/.joplin-bin
. You may change this directory if needed. Alternatively, if your npm permissions are setup as described here (Option 2) then simply running npm -g install joplin
would work.
To start it, type joplin
.
For usage information, please refer to the full Joplin Terminal Application Documentation.
+For usage information, please refer to the full Joplin Terminal Application Documentation.
To import Evernote data, first export your Evernote notebooks to ENEX files as described here. Then follow these steps:
On the desktop application, open File > Import > ENEX and select your file. The notes will be imported into a new separate notebook. If needed they can then be moved to a different notebook, or the notebook can be renamed, etc.
-On the terminal application, in command-line mode, type import /path/to/file.enex
. This will import the notes into a new notebook named after the filename.
On the terminal application, in command-line mode, type import /path/to/file.enex
. This will import the notes into a new notebook named after the filename.
Joplin can import notes from plain Markdown file. You can either import a complete directory of Markdown files or individual files.
On the desktop application, open File > Import > MD and select your Markdown file or directory.
-On the terminal application, in command-line mode, type import --format md /path/to/file.md
or import --format md /path/to/directory/
.
On the terminal application, in command-line mode, type import --format md /path/to/file.md
or import --format md /path/to/directory/
.
In general the way to import notes from any application into Joplin is to convert the notes to ENEX files (Evernote format) and to import these ENEX files into Joplin using the method above. Most note-taking applications support ENEX files so it should be relatively straightforward. For help about specific applications, see below:
On the terminal application, to initiate the synchronisation process, type :sync
. You will be asked to follow a link to authorise the application (simply input your Microsoft credentials - you do not need to register with OneDrive). It is possible to also synchronise outside of the user interface by typing joplin sync
from the terminal. This can be used to setup a cron script to synchronise at regular interval. For example, this would do it every 30 minutes:
*/30 * * * * /path/to/joplin sync
Joplin supports end-to-end encryption (E2EE) on all the applications. E2EE is a system where only the owner of the notes, notebooks, tags or resources can read them. It prevents potential eavesdroppers - including telecom providers, internet providers, and even the developers of Joplin from being able to access the data. Please see the End-To-End Encryption Tutorial for more information about this feature and how to enable it.
-For a more technical description, mostly relevant for development or to review the method being used, please see the Encryption specification.
+Joplin supports end-to-end encryption (E2EE) on all the applications. E2EE is a system where only the owner of the notes, notebooks, tags or resources can read them. It prevents potential eavesdroppers - including telecom providers, internet providers, and even the developers of Joplin from being able to access the data. Please see the End-To-End Encryption Tutorial for more information about this feature and how to enable it.
+For a more technical description, mostly relevant for development or to review the method being used, please see the Encryption specification.
Any kind of file can be attached to a note. In Markdown, links to these files are represented as a simple ID to the resource. In the note viewer, these files, if they are images, will be displayed or, if they are other files (PDF, text files, etc.) they will be displayed as links. Clicking on this link will open the file in the default application.
The checkboxes can then be ticked in the mobile and desktop applications.
Donations to Joplin support the development of the project. Developing quality applications mostly takes time, but there are also some expenses, such as digital certificates to sign the applications, app store fees, hosting, etc. Most of all, your donation will make it possible to keep up the current development standard.
-Please see the donation page for information on how to support the development of Joplin.
+Please see the donation page for information on how to support the development of Joplin.
Please see the guide for information on how to contribute to the development of Joplin: https://github.com/laurent22/joplin/blob/master/CONTRIBUTING.md