Skip to content

Commit 4663dd3

Browse files
committed
enh(guides): Use the same terminology as the actual UI
1 parent 2537417 commit 4663dd3

File tree

4 files changed

+12
-18
lines changed

4 files changed

+12
-18
lines changed

guides/strategies.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@ Floccus supports unidirectional, one-way sync as well two-directional “merge
22

33
## Merge
44

5+
> Set floccus' Sync strategy to 'Always merge local changes with changes from other browsers'.
6+
57
In merge mode, changes from your local browser are merged with changes from other browsers.
68

7-
## Permanent one-way
9+
## One-way sync
10+
11+
> Set floccus' Sync strategy to 'Always undo local changes and download changes from other browsers' or 'Always upload local changes and undo changes from other browsers'.
812
9-
Sometimes you want to have one device as a main device and other devices only as listeners. For this scenario you can set the main device to upload & override and all others to download & override to override their changes with the changes from the main device.
13+
Sometimes you want to have one device as a main device and other devices only as listeners. For this scenario you can set the main device to 'Always upload local changes and undo changes from other browsers' and all others to 'Always undo local changes and download changes from other browsers' to override their changes with the changes from the main device.
1014

1115
## Temporary one-way
1216

13-
Occasionally you only want to temporarily override changes from other devices. For this you can use a one-time upload & override.
14-
In order to undo local changes you can do a one-time download & override to revert all your local changes with the latest server state.
17+
Occasionally you only want to temporarily override changes from other devices. For this you can use 'Push up once' in the floccus dropdown.
18+
In order to undo local changes you can do use 'Pull down once' in the floccus dropdown to revert all your local changes with the latest server state.

guides/tabs-without-merge.md

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

guides/tabs.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ Instead of syncing a local bookmarks folder, Floccus can optionally sync your op
33
1. Create a new profile with the sync method of your choice
44
2. In the profile settings, select Tabs instead of a local folder to sync
55

6+
By default, floccus' sync strategy is set to "Always merge local changes with changes of other browsers". This feature is still slightly experimental as it sometimes causes tabs to duplicate. Changing the strategy may alleviate these issues, as shown below.
7+
68
## Auto-push
79

8-
You can enable Auto-sync but set sync strategy to "upload & override". This will automatically push your currently open tabs to the server. Whenever you need the tabs on a different browser, or after a crash, you can click download & override once to get the tabs back.
10+
You can enable Auto-sync but set sync strategy to "Always upload local changes and undo changes from other browser". This will automatically push your currently open tabs to the server. Whenever you need the tabs on a different browser, or after a crash, you can click "Pull down once" to get the tabs back.
911

1012
## Manual up- and download
1113

12-
Auto-upload can sometimes cause surprises when you have it enabled on multiple devices or when an empty session is pushed after a browser crash, overriding the previously stored session. This is why you can also turn off auto-sync and up- and download your tabs manually, i.e. when you want to switch to a different device upload your open tabs once on device A and download once on device B – et voila, all your tabs are now on the new device.
14+
Auto-push can sometimes cause surprises when you have it enabled on multiple devices or when an empty session is pushed after a browser crash, overriding the previously stored session. This is why you can also turn off auto-sync and push and pull your tabs manually, i.e. when you want to switch to a different device upload your open tabs once on device A and download once on device B – et voila, all your tabs are now on the new device.

pages/guides.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ import syncGDrive from '~/guides/sync-googledrive.md'
5252
import syncGit from '~/guides/sync-git.md'
5353
import strategies from '~/guides/strategies.md'
5454
import tabs from '~/guides/tabs.md'
55-
import tabsWithoutMerge from '~/guides/tabs-without-merge.md'
5655
5756
export default {
5857
name: 'GuidesPage',
@@ -109,11 +108,6 @@ export default {
109108
content: tabs,
110109
show: false,
111110
},
112-
{
113-
title: 'Sync tab sessions without merging them',
114-
content: tabsWithoutMerge,
115-
show: false,
116-
},
117111
],
118112
}
119113
},

0 commit comments

Comments
 (0)