Bỏ qua đến nội dung

Reviewer Context Menu Search

Chờ xử lý #anki #addon #reviewer #context #menu #search
Unknown
10/2/2019

Cách tải addon Reviewer Context Menu Search

Bạn có thể tải addon bằng một trong hai cách sau:

Click nút Copy bên dưới để copy code vào clipboard

359618071

Sau đó mở Anki → Tools → Add-ons → Get Add-ons → Dán code → OK

Mở trang addon trên AnkiWeb và tìm mã code ở cuối trang

Mở trên AnkiWeb

Cuộn xuống cuối trang AnkiWeb, tìm dòng có mã code 359618071 và copy

16
1

Mô tả chi tiết

This adds context-menu entries to the reviewer allowing users search the web based on highlighted text.

Based on the glutaminate add-on: Context Menu Search. Modifications have been made to the code, such that usage is focused for the reviewer and online searches.

To change the providers to search with, edit “SEARCH_PROVIDERS” within reviewer_contex_search.py. SEARCH_PROVIDERS = [ (“&Google”, [u”https://www.google.com/search?&q=%s”]), (“&Amboss”, [u”https://www.google.com/search?&q=site:amboss.com/us/knowledge/+%s”]), (“&Pubmed”, [u”https://www.ncbi.nlm.nih.gov/pubmed/?term=%s”]), (“&UpToDate”, [u”https://www.uptodate.com/contents/search?search=%s”]) ]

Side Note: Make sure your search provider is properly url formatted or you’ll get an error.


Screenshots


Reviews (17)

👍 2024-05-01

looked for uptodate search and this works well. thanks for providing it as one of the examples too!

👍 2023-06-02

Great tool!! Thank you

👍 2023-01-23

Very nice

👍 2021-11-16

This is awesome!

👍 2021-10-14

-1 for making you edit the source code instead of providing an Anki-supported config file that can be opened by the app.

👍 2021-03-22

Thanks

👍 2021-03-13

Great tool

👍 2021-01-07

A must if you like to search for more info, different dictionaries, google images etc.

👍 2020-06-05

for browser search, one may try this modified version: https://ankiweb.net/shared/info/930944997

👍 2020-03-13

Thank you for updating this addon! my favorite part of the older one was the ability to search the anki browser. Is there a way to configure this addon to do that? or do you have any other suggestions?

👍 2020-01-26

useful

for anyone wanna use dynamed, use this https://www.dynamed.com/results?q=%s

百度 http://www.baidu.com/s?wd=%s&ie=utf-8

👍 2019-11-27

Anyone have the link to insert for the wikipedia lookup? For some reason I can’t get it to work…

Edit: never mind, I figured it out…for anyone else who wants it: https://en.wikipedia.org/w/index.php?search=%s

👍 2019-07-15

Awesome.

To other users: Aware that you can’t use non-latin character when you customize .py file to change provider. Not a problem, but I surprised when I faced some blah blah pop-up when I modified py. file with some Hangul name of search providers and restarted Anki. Changed them into alphabet ,and working fine now.

Yeah this add-on literally saves my life.

👍 2019-05-21

thanks

👍 2019-05-06

Thank you very much! Found it easy enough to add a Google image search option as well. Here is the link to use for anyone who would like to do the same using the .py file: https://www.google.com/search?tbm=isch&q=%s

👍 2019-05-02

I love you

👍 2019-02-11

Works perfect with 2.1 and opens in my chrome browser! Prefer this to the anki browser add on.

I changed amboss to google img using the url from the previous comment.