diff --git a/docs/how-to.md b/docs/how-to.md index 2dbbb77..b120fef 100644 --- a/docs/how-to.md +++ b/docs/how-to.md @@ -22,17 +22,17 @@ For more info see here: https://paul.kinlan.me/use-bookmarklets-on-chrome-on-and ## Using HTTP Shortcuts app on Android -**Note** This allows you to share URL from any app to bookmark it to linkding +**Note** This allows you to share URL from any app to tag and bookmark it to linkding - Install HTTP Shortcuts from [Play Store](https://play.google.com/store/apps/details?id=ch.rmy.android.http_shortcuts) or [F-Droid](https://f-droid.org/en/packages/ch.rmy.android.http_shortcuts/). -- Download [linkding_shortcut.json](/docs/linkding_shortcut.json) from this repository. +- Copy the raw URL of [linkding_shortcut.json](/docs/linkding_shortcut.json) in this repository. -- Open HTTP Shortcuts, tap the 3-dot-button at the top-right corner, tap `Import/Export`, then tap `Import from file`. +- Open HTTP Shortcuts, tap the 3-dot-button at the top-right corner, tap `Import/Export`, then tap `Import from URL`. -- Select the json file you downloaded earlier, go back, tap the 3-dot-button again, then tap `Variables`. +- Paste the URL you copied earlier, tap OK, go back, tap the 3-dot-button again, then tap `Variables`. -- Edit the `values` of `linkding_instance`, `linkding_tag` and `linkding_api_token`. +- Edit the `values` of `linkding_instance` and `linkding_api_token`. Try using share button on an app, a new item `Send to...` should appear on the share sheet. You can also manually share by tapping the shortcut inside the HTTP Shortcuts app itself. diff --git a/docs/linkding_shortcut.json b/docs/linkding_shortcut.json index a483899..a3cfc40 100644 --- a/docs/linkding_shortcut.json +++ b/docs/linkding_shortcut.json @@ -5,12 +5,12 @@ "name": "Shortcuts", "shortcuts": [ { - "bodyContent": "{ \"url\": \"{{b2953f61-b302-4c79-b90d-39858a06d9a6}}\", \"tag_names\": [ \"{{c360f61f-ce17-47b4-bea3-1d8c3913ca52}}\" ] }", + "bodyContent": "{ \"url\": \"{{b2953f61-b302-4c79-b90d-39858a06d9a6}}\", \"tag_names\": [ \"{{7871474b-e325-4ca0-a142-a5ef5d3f7ed8}}\" ] }", "contentType": "application/json", "description": "Bookmark to linkding", "headers": [ { - "id": "d235f7b4-fce2-41f4-a00f-72d5fde9e4b9", + "id": "fd6306d7-e09d-4c14-a538-3fc258460028", "key": "Authorization", "value": "Token {{6a739a16-d16d-4a06-93a5-3457da3c3d20}}" } @@ -23,7 +23,6 @@ "quickSettingsTileShortcut": true, "responseHandling": { "failureOutput": "simple", - "id": "61fa9fc3-8b7a-47ce-b43c-f24618a65e1e", "uiType": "toast" }, "url": "{{ea2db14b-b9ca-45d8-8555-403271a38f5a}}/api/bookmarks/" @@ -44,16 +43,18 @@ "title": "Enter URL", "type": "text" }, - { - "id": "c360f61f-ce17-47b4-bea3-1d8c3913ca52", - "key": "linkding_tag", - "value": "single-tag" - }, { "id": "6a739a16-d16d-4a06-93a5-3457da3c3d20", "key": "linkding_api_token", "value": "your_token_from_integrations_tab" + }, + { + "id": "7871474b-e325-4ca0-a142-a5ef5d3f7ed8", + "key": "linkding_custom_tag", + "message": "Enter one or more comma separated tags", + "title": "Tag", + "type": "text" } ], - "version": 45 + "version": 53 } \ No newline at end of file