Compare commits

..

No commits in common. "d4a4228fc42d37b3ab06369281768c8f0909cb21" and "00c1b131f8f7cc0e67422f43287f41eee3ff5d84" have entirely different histories.

View file

@ -6,7 +6,6 @@
;;; Code:
(require 'json)
(require 'plz)
(require 'shr)
(defcustom linkding-host ""
"Hostname of the Linkding instance."
@ -42,15 +41,7 @@
("is_archived" . false)
("unread" . false)
("shared" . false)
("tag_names" . [])))
:as 'string
:then (lambda (res) (message "URL stored successfully."))
:else (lambda (res) (message "Failed to store URL."))))
(defun linkding-add-bookmark-at-point ()
"Add URL at point as bookmark to Linkding."
(interactive)
(linkding-add-bookmark (shr-url-at-point nil)))
("tag_names" . [])))))
(provide 'linkding)
;;; linkding.el ends here