Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.89"
rfd = "0.15"
chrono = "0.4.38"
constcat = "0.5.1"
cosmic-time = { git = "https://github.com/pop-os/cosmic-time.git", version = "0.4.0", features = ["once_cell"] }
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Features:
- Aggregate bookmarks locally.
- Add/Edit/Remove bookmarks.
- Search bookmarks based on title, URL, tags, description, and notes.
- Import/Export bookmarks.

cosmicding has been tested with linkding releases >= `1.31.0`.

Expand Down
18 changes: 18 additions & 0 deletions i18n/en/cosmicding.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ bookmark-date-newest = Newest First
bookmark-date-oldest = Oldest First
bookmarks = Bookmarks
bookmarks-with-count = Bookmarks ({$count})
browse = Browse
cancel = Cancel
cosmicding = Cosmicding
dark = Dark
Expand All @@ -34,6 +35,12 @@ enable-favicons-info = Fetched favicons will not be deleted
enabled = Enabled
enabled-public-sharing = Public bookmarks sharing enabled
enabled-sharing = Bookmarks sharing enabled
export = Export
export-bookmarks = Export Bookmarks
export-bookmarks-body = Select accounts to export bookmarks from:
export-bookmarks-error = Failed to export bookmarks: {$error}
export-bookmarks-no-path = Please select a file path for export
export-bookmarks-success = Exported {$count} bookmarks to {$path}
failed = failed
failed-refreshing-accounts = Failed refreshing some accounts ({$accounts})
failed-refreshing-all-accounts = Failed refreshing all accounts
Expand All @@ -45,6 +52,13 @@ failed-to-parse-response = Failed to parse response
file = File
git-description = Git commit {$hash} on {$date}
http-error = HTTP error {$http_rc}: {$http_err}
import = Import
import-bookmarks = Import Bookmarks
import-bookmarks-body = Select account to import bookmarks to:
import-bookmarks-error = Failed to import bookmarks: {$error}
import-bookmarks-file-not-found = Import file not found at {$path}. Please place your bookmarks HTML file at this location.
import-bookmarks-no-path = Please select a file path for import
import-bookmarks-started = Importing {$count} bookmarks...
instance = Instance
invalid-api-token = Invalid API token
items-per-page = Items Per Page - {{$count}}
Expand All @@ -55,6 +69,7 @@ next = Next
no-accounts = No accounts configured
no-bookmarks = No bookmarks
no-bookmarks-found-for-account = No bookmarks found for account {$acc}
no-file-selected = No file selected
notes = Notes
open-accounts-page = Open Accounts Page
previous = Previous
Expand All @@ -73,6 +88,9 @@ removed-account = Removed account {$acc}
removed-bookmark-from-account = Removed bookmark from account {$acc}
save = Save
search = Search
select-accounts = Select Accounts
select-export-path = Select Export File
select-import-path = Select Import File
setting-managed-externally = This setting can only be managed from Linkding web UI
settings = Settings
shared = Shared
Expand Down
18 changes: 18 additions & 0 deletions i18n/sv/cosmicding.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ bookmark-date-newest = Nyaste först
bookmark-date-oldest = Äldst först
bookmarks = Bokmärken
bookmarks-with-count = Bokmärken ({$count})
browse = Bläddra
cancel = Avbryt
cosmicding = Cosmicding
dark = Mörkt
Expand All @@ -34,6 +35,12 @@ enable-favicons-info = Fetched favicons kommer inte att tas bort
enabled = Aktiverad
enabled-public-sharing = Delning av offentliga bokmärken har aktiverats
enabled-sharing = Bokmärkesdelning har aktiverats
export = Exportera
export-bookmarks = Exportera bokmärken
export-bookmarks-body = Välj konton att exportera bokmärken från:
export-bookmarks-error = Kunde inte exportera bokmärken: {$error}
export-bookmarks-no-path = Välj en filsökväg för export
export-bookmarks-success = Exporterade {$count} bokmärken till {$path}
failed = misslyckades
failed-refreshing-accounts = Misslyckades att uppdatera vissa konton ({$accounts})
failed-refreshing-all-accounts = Misslyckades med att uppdatera alla konton
Expand All @@ -45,6 +52,13 @@ failed-to-parse-response = Misslyckades att tolka svar
file = Fil
git-description = Git commit {$hash} på {$date}
http-error = HTTP fel {$http_rc}: {$http_err}
import = Importera
import-bookmarks = Importera bokmärken
import-bookmarks-body = Välj konto att importera bokmärken till:
import-bookmarks-error = Kunde inte importera bokmärken: {$error}
import-bookmarks-file-not-found = Importfilen hittades inte på {$path}. Placera din bokmärkes-HTML-fil på den här platsen.
import-bookmarks-no-path = Välj en filsökväg för import
import-bookmarks-started = Importerar {$count} bokmärken...
instance = Instans
invalid-api-token = Ogiltig API-token
items-per-page = Poster per sida - {$count}
Expand All @@ -55,6 +69,7 @@ next = Nästa
no-accounts = Inga konton har konfigurerats
no-bookmarks = Inga bokmärken
no-bookmarks-found-for-account = Inga bokmärken hittades för kontot {$acc}
no-file-selected = Ingen fil vald
notes = Anteckningar
open-accounts-page = Öppna kontosidan
previous = Föregående
Expand All @@ -73,6 +88,9 @@ removed-account = Borttaget konto {$acc}
removed-bookmark-from-account = Bokmärket har tagits bort från kontot {$acc}
save = Spara
search = Sök
select-accounts = Välj konton
select-export-path = Välj exportfil
select-import-path = Välj importfil
setting-managed-externally = Den här inställningen kan endast hanteras från Linkding webbgränssnitt
settings = Inställningar
shared = Delad
Expand Down
Loading
Loading