Initial commit of MyWorkspace - contains multiple projects and global workspace configuration

This commit is contained in:
DavidSaylor
2026-05-06 22:59:37 -05:00
commit 019e35b488
2520 changed files with 13634 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Homepage url for extension should not be https://github.com/sissbruecker/linkding
Review all docs and comments - consistently refer to links on linkding as 'links' and bookmarks on browser as 'bookmarks' for clarity. During sync, bookmarks may be created from links and links may be created from bookmarks.
still have error loading configuration when opening the extension
settings - entering API token and save settings still is not persisted.
settings - test connection has no effect.
settings - Refresh Bundles has no effect - probably should not be on settings page.
extension UI - main focus should be on syncing bookmarks, not adding a bookmark (the browser already has a way to do this). We need to be able to verify/update settings (ok), view sync status or last sync timestamp, view server connection state, trigger manual sync, monitor sync progress.
Options should include scheduled sync? on browser start and when adding a bookmark?
Should we pull all bundle links to local storage then compare, building all links to push in local storage, then connect again and push them?