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:
parent
55c4a600c1
commit
930cbbc47c
4 changed files with 32 additions and 4 deletions
|
|
@ -8,8 +8,9 @@ c.aliases["e"] = "session-load"
|
|||
# wallabag add current page, either with walla command, or <leader>bw
|
||||
c.aliases["add-wallabag"] = "spawn --userscript wallabag_add.sh"
|
||||
|
||||
# add to (my) shaarli instance
|
||||
# add to bookmarks to my instances
|
||||
c.aliases["add-shaarli"] = "spawn --userscript shaarli_add.sh"
|
||||
c.aliases["add-linkding"] = "spawn --userscript linkding_add.sh"
|
||||
|
||||
# re-opens the current page on the web archive overview page
|
||||
c.aliases["send-to-archive"] = "open https://web.archive.org/web/{url}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue