From f382690b2857f808025e2eb250277fe1ee5cb585 Mon Sep 17 00:00:00 2001 From: Bram V <33070319+BramVerb@users.noreply.github.com> Date: Mon, 3 Oct 2022 22:50:52 +0200 Subject: [PATCH] feat(web): Add Google Scholar Co-authored-by: Randall White --- plugins/src/web/config.ron | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/src/web/config.ron b/plugins/src/web/config.ron index 4c31942..a78933e 100644 --- a/plugins/src/web/config.ron +++ b/plugins/src/web/config.ron @@ -79,6 +79,10 @@ matches: ["gn"], queries: [(name: "News", query: "google.com/news?q=")] ), + ( + matches: ["gsc", "scholar"], + queries: [(name: "Google Scholar", query: "google.com/scholar?q=")] + ), ( matches: ["lib"], queries: [(name: "Libraries.io", query: "libraries.io/search?q=")]