From b5c9c099f5b611ab0f728c5b2563cc5b4e868ad2 Mon Sep 17 00:00:00 2001 From: altescy Date: Sat, 8 May 2021 16:30:49 +0900 Subject: [PATCH] add search --- data/search.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/data/search.json b/data/search.json index a0be96b..d9bd6c5 100644 --- a/data/search.json +++ b/data/search.json @@ -7,7 +7,7 @@ }, { "name": "arXiv", - "url": "https://arxiv.org/search/?query=", + "url": "https://arxiv.org/search/?searchtype=all&abstracts=show&order=-announced_date_first&size=50&query=", "prefix": "/ax" }, { @@ -15,6 +15,11 @@ "url": "https://duckduckgo.com/?q=", "prefix": "/dd" }, + { + "name": "Dnote", + "url": "https://dnote.altescy.jp/?q=", + "prefix": "/dn" + }, { "name": "GitHub", "url": "https://github.com/search?q=", @@ -30,6 +35,11 @@ "url": "https://www.qwant.com/?q=", "prefix": "/qw" }, + { + "name": "Scrapbox", + "url": "https://scrapbox.io/altescy/search/page?q=", + "prefix": "/sb" + }, { "name": "Soundcloud", "url": "https://soundcloud.com/search?q=", @@ -45,6 +55,11 @@ "url": "https://twitter.com/search?q=", "prefix": "/tw" }, + { + "name": "Wikipedia", + "url": "https://ja.wikipedia.org/w/index.php?search=", + "prefix": "/wp" + }, { "name": "YouTube", "url": "https://youtube.com/results?search_query=",