From eb773c5f65050566f6228dfb80d99edd8a1bfe6d Mon Sep 17 00:00:00 2001 From: acbgbca <60839662+acbgbca@users.noreply.github.com> Date: Fri, 14 Oct 2022 00:51:43 +1100 Subject: Added Linkding as a sharing method #4720 (#4721) * Added Linkding as a sharing method #4720 * Fixed typo in docs #4720 --- app/shares.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app/shares.php') diff --git a/app/shares.php b/app/shares.php index 0d2b358bb..8685dba5d 100644 --- a/app/shares.php +++ b/app/shares.php @@ -94,6 +94,13 @@ return array( 'form' => 'advanced', 'method' => 'GET', ), + 'linkding' => array( + 'url' => '~URL~/bookmarks/new?url=~LINK~&auto_close', + 'transform' => array('rawurlencode'), + 'help' => 'https://github.com/sissbruecker/linkding/blob/master/docs/how-to.md', + 'form' => 'advanced', + 'method' => 'GET', + ), 'linkedin' => array( 'url' => 'https://www.linkedin.com/shareArticle?url=~LINK~&title=~TITLE~&source=FreshRSS', 'transform' => array('rawurlencode'), -- cgit v1.2.3