From 5af4d41ee1e9345d87fe7985baff0b447bc18afd Mon Sep 17 00:00:00 2001 From: Mingshi Cai Date: Sat, 13 Aug 2022 21:52:32 +0800 Subject: [PATCH] Add project linka to community section in README (#319) Co-authored-by: masoncai --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bee1d17..dd02ac9 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ The extension is open-source as well, and can be found [here](https://github.com This section lists community projects around using linkding, in alphabetical order. If you have a project that you want to share with the linkding community, feel free to submit a PR to add your project to this section. - [Helm Chart](https://charts.pascaliske.dev/charts/linkding/) Helm Chart for deploying linkding inside a Kubernetes cluster. By [pascaliske](https://github.com/pascaliske) +- [Linka!](https://github.com/cmsax/linka) Web app (also a PWA) for quickly searching & opening bookmarks in linkding, support multi keywords, exclude mode and other advance options. By [cmsax](https://github.com/cmsax) - [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-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) - [aiolinkding](https://github.com/bachya/aiolinkding) A Python3, async library to interact with the linkding REST API. By [bachya](https://github.com/bachya)