From dd3699cdeb913c38eb14fc803e4c7619be0bfdf3 Mon Sep 17 00:00:00 2001 From: andrewdolphin <31809425+andrewdolphin@users.noreply.github.com> Date: Sat, 7 Oct 2023 15:41:12 +0100 Subject: [PATCH] Add iOS shortcut to community section (#550) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update README.md * Update README.md * Update README.md --------- Co-authored-by: Sascha Ißbrücker --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a6213f1..2f74d8c 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,7 @@ This section lists community projects around using linkding, in alphabetical ord - [aiolinkding](https://github.com/bachya/aiolinkding) A Python3, async library to interact with the linkding REST API. By [bachya](https://github.com/bachya) - [Helm Chart](https://charts.pascaliske.dev/charts/linkding/) Helm Chart for deploying linkding inside a Kubernetes cluster. By [pascaliske](https://github.com/pascaliske) +- [iOS Shortcut using API and Tagging](https://gist.github.com/andrewdolphin/a7dff49505e588d940bec55132fab8ad) An iOS shortcut using the Linkding API (no extra logins required) that pulls previously used tags and allows tagging at the time of link creation. - [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-cli](https://github.com/bachya/linkding-cli) A command-line interface (CLI) to interact with the linkding REST API. Powered by [aiolinkding](https://github.com/bachya/aiolinkding). By [bachya](https://github.com/bachya) - [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)