qutebrowser: Switch out shaarli integrations for linkding

Use linkding for the 'l' search engine and add a linkding adding
userscript which we use with the ";s" keymap. Add user command
'add-linkding'.
This commit is contained in:
Marty Oehme 2025-03-16 00:37:23 +01:00
parent 55c4a600c1
commit 930cbbc47c
Signed by: Marty
GPG key ID: 4E535BC19C61886E
4 changed files with 32 additions and 4 deletions

View file

@ -72,8 +72,8 @@ config.bind("gD", "recent-downloads", mode="normal")
config.bind('"w', "add-wallabag", mode="normal") # add current page to wallabag
config.bind(";w", "hint links userscript wallabag_add.sh") # add link to wallabag
config.bind('"s', "add-shaarli", mode="normal")
config.bind(";s", "hint links userscript shaarli_add.sh")
config.bind('"s', "add-linkding", mode="normal")
config.bind(";s", "hint links userscript linkding_add.sh")
config.bind('"a', "send-to-archive", mode="normal")