I recently switched over to pinboard.in
for organizing website bookmarks. I'm looking for a way to organize my bookmarks in Emacs. I've installed the pinboard-api
package but I can't seem to find any of the pinboard commands in the helm autocomplete menu.
I've also looked at using the pinboard-list.el
package that's hosted on github. But it doesn't seem to be maintained. Perhaps I'm manually loading the package wrong. I'm loading it with the following in the user-config section of my ~/.emacs
file. I know it's kind of crude but it should get the job done:
(load-file "~/elisp/pinboard-list.el" )
Does anyone have experience with these packages? Or is there a different package you'd recommend more? Or some documentation that shows how to load the package and set up good keybindings for the functions?
I'm really just looking to bulk-edit website bookmarks and add multiple tags.