Skip to content

Commit 5883a96

Browse files
committed
feat(guides): Add section about importexport
1 parent 9fab231 commit 5883a96

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

guides/importexport.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<img src="../screen_importexport.png" class="float-lg-right" style="max-width: 100%; width: 450px; border: 1px solid grey;" />
2+
3+
In order to sync bookmarks between multiple browsers with floccus you need to set up the same profile on each browser that you want to sync. You can do this manually, but this can get tedious. In order to ease the setup process you can export all profiles that you've set up on one browser as a JSON file and import this file on all the other browsers to quickly recreate the same profiles there.
4+
5+
After importing new profiles you may have to manually re-set the folder to sync in the profile settings, all other profile settings should be overtaken.
6+
Make sure to treat the exported JSON file with utmost security, as it contains the access tokens and passwords for the servers you configured.
7+
8+
Do not confuse this feature with bookmarks sync. Floccus syncs your booknmarks automatically, no manual import or export needed, this is only for profiles to ease the process of setting up floccus on all your devices.

pages/guides.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ 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 importexport from '~/guides/importexport.md'
5556
5657
export default {
5758
name: 'GuidesPage',
@@ -108,6 +109,11 @@ export default {
108109
content: tabs,
109110
show: false,
110111
},
112+
{
113+
title: 'Import and export profiles',
114+
content: importexport,
115+
show: false,
116+
},
111117
],
112118
}
113119
},

static/screen_importexport.png

55.4 KB
Loading

0 commit comments

Comments
 (0)