You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to anki and I find it is a very useful tool to memerize tool and this add-ons make anki to be more easier!
I want to share two methods which I find in this website and the add-ons page which help me fix the problems of cambridge dictionary as well as running the add-ons.
Modify the context.py from add-ons files
Open context.py from add-ons files
Scroll it down and find the lines "config = Config(mw)" and
change it to
wp = mw.pm.profileFolder()
mediaPath = os.path.join(wp, "collection.media")
os.chdir(mediaPath)
and save
Thanks AnkiStudio provided the methods!
Replace cambridge.py
a. open the url and save as "cambridge.py"
b. Open anki, select tools > add-ons > Fast Word Query > View Files > Service > Dict
Replace the file with the old one and restart add-ons.
(For me, I have to delete the old and paste the new one.)
Please let me know if any >.< sorry for my poor English
These two methods help me use Fast word query successfully, and I hope you so!!!
The text was updated successfully, but these errors were encountered:
I am new to anki and I find it is a very useful tool to memerize tool and this add-ons make anki to be more easier!
I want to share two methods which I find in this website and the add-ons page which help me fix the problems of cambridge dictionary as well as running the add-ons.
Open context.py from add-ons files
Scroll it down and find the lines "config = Config(mw)" and
change it to
wp = mw.pm.profileFolder()
mediaPath = os.path.join(wp, "collection.media")
os.chdir(mediaPath)
and save
Thanks AnkiStudio provided the methods!
a. open the url and save as "cambridge.py"
https://raw.githubusercontent.com/xr2439/FastWordQuery/master/addons21/fastwq/service/dict/cambridge.py?fbclid=IwAR2z2TJyVFi-cKvAbTAS4XMVkBuCn7CMn8ymCM-7Rn_zLhZrwDI1oGwAKpU
b. Open anki, select tools > add-ons > Fast Word Query > View Files > Service > Dict
Replace the file with the old one and restart add-ons.
(For me, I have to delete the old and paste the new one.)
Please let me know if any >.< sorry for my poor English
These two methods help me use Fast word query successfully, and I hope you so!!!
The text was updated successfully, but these errors were encountered: