Bỏ qua đến nội dung

Sanseido Definitions Python3 Anki2.1

Chờ xử lý #anki #addon #sanseido #definitions #python3 #anki21
Unknown
8/2/2019

Cách tải addon Sanseido Definitions Python3 Anki2.1

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

1974048692

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 1974048692 và copy

4
2

Mô tả chi tiết

Port of https://ankiweb.net/shared/info/1967553085 compatible with Python 3 and Anki 2.1 Put in a folder inside addons21 e.g. addons21/sanseido/init.py Make sure you have beautifulsoup4 installed (pip3 install beautifulsoup4).


Reviews (6)

👍 2021-05-23

it doesn’t work because the sanseido site shut down. CAN SOMEONE port the hanseido plugin (for korean) that’s based on this plugin to anki 2.1!!

👍 2021-05-03

Used to work fine but hasn’t worked for me in about half a year. I was hoping for an update :(

👍 2021-02-03

Doesn’t seem to work anymore. When you run you get the following error:

Traceback (most recent call last):

File “urllib\request.py”, line 1317, in do_open

File “http\client.py”, line 1230, in request

File “http\client.py”, line 1276, in _send_request

File “http\client.py”, line 1225, in endheaders

File “http\client.py”, line 1004, in _send_output

File “http\client.py”, line 944, in send

File “http\client.py”, line 915, in connect

File “socket.py”, line 787, in create_

👍 2020-07-06

It works, but only if you do the following 2 things:

  1. The fields “Expression” and “Sanseido” are required in the note model (the original plugin this one is based on required “Word” instead of “Expression”)

  2. You must have more than 1 card selected in the browser’s card list before clicking Edit -> Regenerate Sanseido definitions. If you only have one card selected, Anki displays a field editor for the selected card’s note below the card list, and this seems to prevent the plugin from m

👍 2019-11-13

thanks. could you update the hanseido plugin? https://ankiweb.net/shared/info/367700876

👍 2019-07-24

It shows up on the edit button, but it doesn’t fetch the definition, I’ve checked the code and found that its “Expression” and “Sanseido” fields are required which I added. any instructions on how to use it? thanks!