Skip to content

Latest commit

 

History

History
49 lines (43 loc) · 2.22 KB

升级说明-202308.md

File metadata and controls

49 lines (43 loc) · 2.22 KB

GD2Anki 升级:自动将GoldenDict中查询的单词及释义保存到Anki

主要升级内容

  1. 支持多词典
  2. 支持配置当前已存在的deck
  3. 可调用css,增强显示效果

升级背景

V1.2 版本原来只是自己用的一个脚本,没想到用户可能上百,过去一段时间用户也反馈了一些问题,近期得空升级了下。

用法

  1. 准备
  • Anki & AnkiConnect link
  • GoldenDict link
  • 本地 dictionary (.mdx) 文件,以及对应的.css 文件
  1. GoldenDict中的设置

    • 2.1 通过添加【程序】,实现将GD2Anki加到GoldenDict中。
    • 具体方法为:点击 [Edit]--[Dictionaries] --[Source]--[Programs]--[Add], 进行附图中的配置并点击[apply]:
    • Type: HTML
    • Name: set as your wish, Let's call it Ak here
    • Command Line: "YourLocalPah\GD2Anki.exe" %GDWORD%。注意%GDWORD%有个空格。
    • Icon: Any local icon file
    • 2.2 将Ak辞典移到GoldenDict 词典列表的最下端(可选)
    • 将Ak移到词典列表的最下面(原因:AnkiConnect写入较慢,需要2~3秒钟,避免影响查询体验,建议放到最下面),方法:选中Ak并拖拽到词典列表最下端
  2. Config.ini 文件配置

[Deck]
DeckName=Default
ModelName=Basic
CardFrontName=Front
CardBackName=Back
[Dicts]
mdxfile1 = D:\Downloads\GoldenDict2Anki-master\朗文6中英双解.mdx
mdxfile2 = D:\Downloads\GoldenDict2Anki-master\简明英汉字典增强版.mdx
[Config]
AlertWhenFails=1

确保你的Anki中有对应的deck,并将对应的内容配置到上述ini文件中。

  • 1- DeckName: the deck you'll save the word into
  • 2- ModelName: the model name of the deck
  • 3- CardFrontName: the word you looked up
  • 4- CardBackName: the explanation you get from a local dictionary (*.mdx) which is set in Config.ini
  • Note : in Config.ini, there is no need for double-quotion mark for mdxfile path. Just like this

Q & A

  1. 怎么获取mdx文件对应的css?
    通过mdx_server.exe 打开对应的mdx, 然后点击http://localhost:8000/abandon/,在打开的网页上右键->查看网页源码->找到对应的css文件,将该css文件另存到mdx文件同一个目录下