[PR #1942] [CLOSED] Add Linkding support #1963

Closed
opened 2026-02-25 23:31:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/1942
Author: @atomdmac
Created: 5/5/2025
Status: Closed

Base: developHead: develop


📝 Commits (1)

📊 Changes

11 files changed (+646 additions, -48 deletions)

View changed files

📝 _locales/en/messages.json (+18 -0)
📝 src/lib/Account.ts (+2 -0)
src/lib/adapters/Linkding.ts (+241 -0)
src/ui/components/OptionSyncTags.vue (+33 -0)
src/ui/components/OptionsLinkding.vue (+193 -0)
📝 src/ui/store/actions.js (+23 -0)
📝 src/ui/store/definitions.js (+1 -0)
📝 src/ui/store/native/actions.js (+63 -46)
📝 src/ui/views/AccountOptions.vue (+7 -1)
📝 src/ui/views/NewAccount.vue (+58 -0)
📝 src/ui/views/native/Options.vue (+7 -1)

📄 Description

Adding support for syncing with https://linkding.link


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/1942 **Author:** [@atomdmac](https://github.com/atomdmac) **Created:** 5/5/2025 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (1) - [`96d843e`](https://github.com/floccusaddon/floccus/commit/96d843e2a08004a3ccac50968a75aacd4d637f6d) Add Linkding support. ### 📊 Changes **11 files changed** (+646 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `_locales/en/messages.json` (+18 -0) 📝 `src/lib/Account.ts` (+2 -0) ➕ `src/lib/adapters/Linkding.ts` (+241 -0) ➕ `src/ui/components/OptionSyncTags.vue` (+33 -0) ➕ `src/ui/components/OptionsLinkding.vue` (+193 -0) 📝 `src/ui/store/actions.js` (+23 -0) 📝 `src/ui/store/definitions.js` (+1 -0) 📝 `src/ui/store/native/actions.js` (+63 -46) 📝 `src/ui/views/AccountOptions.vue` (+7 -1) 📝 `src/ui/views/NewAccount.vue` (+58 -0) 📝 `src/ui/views/native/Options.vue` (+7 -1) </details> ### 📄 Description Adding support for syncing with https://linkding.link --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:31:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1963
No description provided.