Skip to content

Commit fc1a8b4

Browse files
committed
enh: Add linkwarden guide
1 parent 98adce7 commit fc1a8b4

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

guides/sync-linkwarden.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<img src="screen_linkwarden_settings.png" class="float-md-right" style="width: 500px; border: 1px solid grey;" />
2+
3+
1. Create a new profile in the Floccus panel
4+
2. Select Linkwarden as your sync method
5+
3. Optionally set a name for your new profile.
6+
4. The following screen shows the connection settings.
7+
4. First you will need to enter your Linkwarden URL. This should be the root URL of your Linkwarden server, e.g. https://cloud.linkwarden.app/ for the publicly hosted instance by the linkwarden devs. The URL should end with a slash.
8+
5. Then enter your username and an access token. Entering your account password will not work, instead you have to generate a specific access token in the linkwarden settings for floccus.
9+
6. Enter the name of a collection to sync to. All your bookmarks as well as any folders you have will be created under this collection.
10+
7. Finally, you can choose which bookmarks folder to sync to that collection. By default floccus will create a new folder for you, to avoid syncing something that you don’t want synced. However, with a click on the folder icon you can select any other folder in your bookmarks. Selecting the topmost “untitled” folder will sync everything.
11+
8. Make sure to disable your native browser bookmark sync service, because it is likely incompatible with floccus. (This can cause frequent duplication of bookmarks.)

pages/guides.vue

+6
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ import overview from '~/guides/overview.md'
4646
import install from '~/guides/install-browser.md'
4747
import installAndroid from '~/guides/install-android.md'
4848
import syncNcBookmarks from '~/guides/sync-nextcloud-bookmarks.md'
49+
import syncLinkwarden from '~/guides/sync-linkwarden.md'
4950
import syncWebdav from '~/guides/sync-webdav.md'
5051
import syncGDrive from '~/guides/sync-googledrive.md'
5152
import syncGit from '~/guides/sync-git.md'
@@ -78,6 +79,11 @@ export default {
7879
content: syncNcBookmarks,
7980
show: false,
8081
},
82+
{
83+
title: 'Sync with Linkwarden',
84+
content: syncLinkwarden,
85+
show: false,
86+
},
8187
{
8288
title: 'Sync via WebDAV',
8389
content: syncWebdav,

0 commit comments

Comments
 (0)