Skip to content

Instantly share code, notes, and snippets.

View andrewdolphin's full-sized avatar

andrewdolphin

View GitHub Profile
@andrewdolphin
andrewdolphin / gist:a7dff49505e588d940bec55132fab8ad
Last active February 4, 2024 02:44
Linkding iOS Share Sheet shortcut using API (no login needed) and allowing tagging with existing tags
Having tried a couple of the previous shortcut solutions for iOS I was convinced something easier was possible using the API. The below is my first proper go at putting something together.
This shortcut will be available when "sharing" a URL from within a browser on iOS. On sharing to this shortcut it will automatically pull all available tags from the Linkding server and allow multi-tagging for the URL.
Limitations:
- Currently only previously defined tags can be used
- Title will rely on the automatic process on the server, manual override isn't available
- The same applies to the description
- Tags are currently listed in the order they were created. Alphabetical would make more sense.