1
Go to file
2017-06-26 20:35:41 -07:00
bin update bundled version of zero-epwing 2017-04-30 13:14:38 -07:00
zero-epwing@ea42fab71b update bundled version of zero-epwing 2017-04-30 13:14:38 -07:00
.gitignore re-implement interactive mode as a simple batch file wrapper 2017-01-02 15:14:09 -08:00
.gitmodules adding interactive mode for command line newbs 2017-01-01 12:53:39 -08:00
build_mingw.sh updating scripts 2017-04-11 20:45:10 -07:00
common.go wip 2017-06-25 18:29:53 -07:00
daijirin.go don't bother tagging daijirin entries 2016-12-27 18:38:06 -08:00
daijisen.go more work on daijisen compat 2017-01-29 14:27:52 -08:00
edict.go zip support 2017-06-25 17:22:17 -07:00
enamdict.go zip support 2017-06-25 17:22:17 -07:00
epwing.go wip 2017-06-25 18:29:53 -07:00
gui.go wip 2017-06-25 18:29:53 -07:00
kanjidic.go zip support 2017-06-25 17:22:17 -07:00
kotowaza.go add epwing support for kotowaza 2017-03-21 02:08:12 -04:00
main.go ui improvements 2017-06-25 18:17:00 -07:00
meikyou.go Fix a 2 symbol in the meikyou extractor font table. 2017-03-30 17:25:32 -04:00
README.md Updating README.md 2017-06-26 20:35:41 -07:00
wadai.go updating authors 2017-03-21 20:44:02 -07:00

Yomichan Import

Yomichan Import allows users of the Yomichan extension to import custom dictionary files. It currently supports the following formats:

Yomichan Import is being expanded to support other EPWING dictionaries based on user demand. This is a mostly non-technical (although laborious) process that requires writing regular expressions and creating font tables; volunteer contributions are welcome.

Installation

Builds of Yomichan Import are currently available for Linux, Mac OS X, and Windows. The necessary version of Zero-EPWING is included for processing EPWING dictionaries.

Basic Usage

Please follow the steps outlined below to import your custom dictionary into Yomichan:

  1. Launch the yomichan-import executable.
  2. Specify the source path of the dictionary you wish to convert.
  3. Specify the target path of the dictionary ZIP archive that you wish to create.
  4. Press the button labeled Import dictionary... and wait for processing to complete.
  5. On the Yomichan options page, browse to the dictionary ZIP archive file you created.
  6. Wait for the import progress to complete before closing the options page.

Importer

License

MIT