From c632ea5c4811d24c93a3316a7d08f3f590fe3b1b Mon Sep 17 00:00:00 2001 From: Nitin Date: Sun, 19 May 2024 19:42:22 +0800 Subject: [PATCH] Doc: Update index.md (#10446) --- readme/apps/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme/apps/index.md b/readme/apps/index.md index 292859150..a339e2f56 100644 --- a/readme/apps/index.md +++ b/readme/apps/index.md @@ -1,6 +1,6 @@ # Using Joplin -For day to day use, you typically create a notebook with a topic name (e.g., "recipes" or "bugs" or "vacation photos") then add individual notes of any length to those notebooks. But on first use, there are a couple things to do to make the most of Joplin. If you had been using another note-taking application and want to migrate those notes into Joplin, then you must first export them from your previous application and import into Joplin (see [Importing and Exporting](https://github.com/laurent22/joplin/blob/dev/readme/apps/import_export.md). +For day to day use, you typically create a notebook with a topic name (e.g., "recipes" or "bugs" or "vacation photos") then add individual notes of any length to those notebooks. But on first use, there are a couple things to do to make the most of Joplin. If you had been using another note-taking application and want to migrate those notes into Joplin, then you must first export them from your previous application and import into Joplin (see [Importing and Exporting](https://github.com/laurent22/joplin/blob/dev/readme/apps/import_export.md)). So now you have a collection of notes on one computer or device; that is, all your notes are stored locally, not "in the cloud". In order to share your notes among multiple devices, then, you need to synchronise the first device with some cloud provider (see [Synchronisation](https://github.com/laurent22/joplin/blob/dev/readme/apps/sync/index.md) for the supported cloud providers). This will upload all your notes to the cloud. You can then install Joplin on any number of other devices, synchronise to the same provider, and then all your notes will be downloaded on each device. After all that synchronisation is done the first time, then moving forward whenever you edit a note on one device it will automatically sync with all your other devices within a few minutes.