diff --git a/dotfiles/qutebrowser.org b/dotfiles/qutebrowser.org index 7f1dc84..1ef0788 100644 --- a/dotfiles/qutebrowser.org +++ b/dotfiles/qutebrowser.org @@ -164,8 +164,8 @@ 'yt': 'https://www.youtube.com/results?search_query={}', 'gh': 'https://github.com/search?q={}', 're': 'https://www.reddit.com/search?q={}', - 'lb': 'http://188.240.208.184/search.php?req={}', - 'la': 'http://188.240.208.184/scimag/index.php?s={}', + 'lb': 'http://gen.lib.rus.ec/search.php?req={}', + 'la': 'http://gen.lib.rus.ec/scimag/index.php?s={}', 'sm': 'https://www.openstreetmap.org/search?query={}', 'am': 'https://www.amazon.fr/s?k={}', 'md': 'https://fr.mathworks.com/help/search.html?qdoc={}&submitsearch=', @@ -314,6 +314,11 @@ See Amazon price history using CamelCamelCamel config.bind(',A', ":open -t https://fr.camelcamelcamel.com/search?sq={url}") #+end_src +Org Roam Entry for the current page +#+begin_src python + config.bind(',R', "open javascript:void(location.href='org-protocol://roam-ref?template=r&ref='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title))") +#+end_src + * Userscripts :PROPERTIES: :header-args:bash: :shebang "#!/usr/bin/env bash"