Skip to content

Commit 7bfdbf0

Browse files
committed
Finished Sync section
1 parent 3b23c16 commit 7bfdbf0

11 files changed

+57
-26
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
;; [Required] A friendly title for user
3+
:title "How to open an existing remote graph on mobile"
4+
5+
;; [Optional]
6+
:description "Learn how to sync a remote graph to your mobile device, and what to take into consideration."
7+
8+
;; [Optional] Some images or videos to demonstrate features
9+
;; :demos []
10+
11+
;; :cover "./assets/Welcome.png"
12+
}
13+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
To open your remote graph on a mobile device, make sure you're also logged into Logseq mobile with the same username as you're logged in on your desktop.
2+
3+
The first time you login on mobile, Logseq will likely ask to make your current graph remote. If you already set up your remote graph in the steps before (which we recommend) tap `Cancel`.
4+
5+
Next, open the left sidebar in Logseq mobile and tap your graph name (top left). From the dropdown menu, select your remote graph (recognizable by the cloud icon next to it). Logseq will now ask you to store your remote graph somewhere on your mobile. **Make sure you save it locally, and _not_ in a synced folder.**
6+
7+
Like on desktop, most mobile operating systems come with built-in sync functionality. On Android this is likely Google Drive, and on iOS devices this is iCloud. You should not store your graph in folder synced by these services; pick a **local** folder instead (on iOS it's crucial to create a graph folder within the folder with the Logseq logo, see below).
8+
9+
![](./assets/logseq-folder-icon.jpg)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
;; [Required] A friendly title for user
3+
:title "Logseq Sync storage limitations"
4+
5+
;; [Optional]
6+
:description "See how many remote graphs you can have and how much you can store in each."
7+
8+
;; [Optional] Some images or videos to demonstrate features
9+
;; :demos []
10+
11+
;; :cover "./assets/Welcome.png"
12+
}
13+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
During the beta test, these are the storage limitations:
2+
3+
- **Maximum number of remote graphs:** 10
4+
- **Maximum graph size (per graph):** 10 gigabyte
5+
- **Maximum asset size (per asset):** 100 megabyte
6+
7+
Based on feedback and users' needs, we might change these limits at a later stage. We're also considering different storage tiers.
17.5 KB
Loading

docs/2.Sync/config.edn

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{:title "Sync"
22
:description "Everything you need to know to sync your graph across your devices using the official Logseq Sync service."
3-
:color "#dd2624"
3+
:color "#14a44a"
44
:icon "refresh"
55

66
;; children as Topics
77
:children ["1.how-to-enable-sync"
88
"2.how-to-create-remote-graph"
99
"3.how-to-ensure-your-notes-are-synced"
10-
"4.how-to-switch-between-remote-graphs"]
10+
"4.how-to-switch-between-remote-graphs"
11+
"5.how-to-open-an-existing-remote-graph-on-mobile"
12+
"6.sync-storage-limitations"]
1113
}

docs/3.Features/config.edn

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
"graph-view"
1010
"media-embeds"
1111
"pdf-highlights"
12-
"plugins"
13-
"properties"
14-
"publishing"
15-
"references"
16-
"slides"
17-
"tasks"
18-
"templates"
19-
"themes"
20-
"whiteboards"
21-
"zotero"]
12+
;;"plugins"
13+
;;"properties"
14+
;;"publishing"
15+
;;"references"
16+
;;"slides"
17+
;;"tasks"
18+
;;"templates"
19+
;;"themes"
20+
;;"whiteboards"
21+
;;"zotero"
22+
]
2223
}

docs/4.Workflows/1.get-start.edn

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/4.Workflows/1.get-start.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/4.Workflows/2.test.edn

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/4.Workflows/config.edn

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)