From de38e56b3f16eddd5c10b2f343bd9bebd6646d84 Mon Sep 17 00:00:00 2001 From: Per Mortensen Date: Sun, 10 Aug 2025 09:11:42 +0200 Subject: [PATCH] Add linkding-media-archiver to community.md (#1144) Adds a new project link to the community page --- docs/src/content/docs/community.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/content/docs/community.md b/docs/src/content/docs/community.md index 593761d..384c47e 100644 --- a/docs/src/content/docs/community.md +++ b/docs/src/content/docs/community.md @@ -21,6 +21,7 @@ This section lists community projects around using linkding, in alphabetical ord - [linkding-extension](https://github.com/jeroenpardon/linkding-extension) Chromium compatible extension that wraps the linkding bookmarklet. Tested with Chrome, Edge, Brave. By [jeroenpardon](https://github.com/jeroenpardon) - [linkding-healthcheck](https://github.com/sebw/linkding-healthcheck) A Go application that checks the health of your bookmarks and add a tag on dead and problematic URLs. By [sebw](https://github.com/sebw) - [linkding-injector](https://github.com/Fivefold/linkding-injector) Injects search results from linkding into the sidebar of search pages like google and duckduckgo. Tested with Firefox and Chrome. By [Fivefold](https://github.com/Fivefold) +- [linkding-media-archiver](https://github.com/proog/linkding-media-archiver) Automatically downloads media files for your bookmarks with yt-dlp and makes them available within Linkding. By [proog](https://github.com/proog) - [linkding-reminder](https://github.com/sebw/linkding-reminder) A Python application that will send an email reminder for links with a specific tag. By [sebw](https://github.com/sebw) - [linkding-rs](https://github.com/zbrox/linkding-rs) A Rust client library to interact with the linkding REST API with cross platform support to be easily used in Android or iOS apps. By [zbrox](https://github.com/zbrox) - [Linkdy](https://github.com/JGeek00/linkdy): An open-source Android and iOS client created with Flutter. Available on the [Google Play Store](https://play.google.com/store/apps/details?id=com.jgeek00.linkdy) and [App Store](https://apps.apple.com/us/app/linkdy/id6479930976). By [JGeek00](https://github.com/JGeek00).