Compare commits
No commits in common. "d4a4228fc42d37b3ab06369281768c8f0909cb21" and "00c1b131f8f7cc0e67422f43287f41eee3ff5d84" have entirely different histories.
d4a4228fc4
...
00c1b131f8
1 changed files with 1 additions and 10 deletions
|
@ -6,7 +6,6 @@
|
||||||
;;; Code:
|
;;; Code:
|
||||||
(require 'json)
|
(require 'json)
|
||||||
(require 'plz)
|
(require 'plz)
|
||||||
(require 'shr)
|
|
||||||
|
|
||||||
(defcustom linkding-host ""
|
(defcustom linkding-host ""
|
||||||
"Hostname of the Linkding instance."
|
"Hostname of the Linkding instance."
|
||||||
|
@ -42,15 +41,7 @@
|
||||||
("is_archived" . false)
|
("is_archived" . false)
|
||||||
("unread" . false)
|
("unread" . false)
|
||||||
("shared" . false)
|
("shared" . false)
|
||||||
("tag_names" . [])))
|
("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)))
|
|
||||||
|
|
||||||
(provide 'linkding)
|
(provide 'linkding)
|
||||||
;;; linkding.el ends here
|
;;; linkding.el ends here
|
||||||
|
|
Loading…
Add table
Reference in a new issue