Skip to content

themoeway/yomitan

Β 
Β 

Repository files navigation

Yomitan

Chrome Release Firefox Release OpenSSF Scorecard Discord

πŸ‘‹ Yomitan is the successor to Yomichan (migration guide) which was sunset by its owner on Feb 26, 2023. We have made a number of foundational changes to ensure the project stays alive, works on latest browser versions, and is easy to contribute to.

πŸ“’ New contributors welcome!

πŸ“’ Interested in adding a new language to Yomitan? See here for thorough documentation!

What is Yomitan?

Yomitan turns your web browser into a tool for building Japanese language literacy by helping you read texts that would otherwise be too difficult to tackle.

Yomitan provides powerful features not available in other browser-based dictionaries:

  • πŸ’¬ Interactive popup definition window for displaying search results.
  • πŸ”Š Built-in native audio sources for Japanese words with the ability to add your own custom audio sources.
  • ✍️ Kanji stroke order diagrams are just a click away.
  • πŸ“ Automatic flashcard creation for the Anki flashcard program via the AnkiConnect plugin.
  • πŸ” Custom search page for easily executing custom search queries.
  • πŸ“– Support for multiple dictionary formats including EPWING via the Yomitan Import tool.
  • ✨ Clean, modern code makes it easy for developers to contribute new features and languages.

Term definitions Kanji information Dictionary options Anki options

Helpful information

Installation

Yomitan comes in two flavors: stable and testing. New changes are initially introduced into the testing version, and after some time spent ensuring that they are relatively bug free, they will be promoted to the stable version. If you are technically savvy and don't mind submitting issues on GitHub, try the testing version; otherwise, the stable version will be your best bet. Check contributing for more information on how to help.

β€» Unlike Chrome, Firefox does not allow extensions meant for testing to be hosted in the marketplace. You will have to download the desired version and side-load it yourself. You only need to do this once, and you will get updates automatically.

Basic Usage

  1. Click the yomitan icon Yomitan button in the browser bar to open the quick-actions popup.

    yomitan main popup
    • The cog cog button will open the Settings page.
    • The magnifying glass magnifying glass button will open the Search page.
    • The question mark symbol question mark button will open the Information page.
    • The profile icon profile button will appear when multiple profiles exist, allowing the current profile to be quickly changed.
  2. Import the dictionaries you wish to use for term and kanji searches; head over to the dictionary docs to get set up! If you do not have any dictionaries installed or enabled, Yomitan will warn you that it is not ready for use by displaying an orange exclamation mark over its icon. This exclamation mark will disappear once you have installed and enabled at least one dictionary.

    custom dictionaries list
  3. Webpage text can be scanned by moving the cursor while holding a modifier key, which is Shift by default. If definitions are found for the text at the cursor position, a popup window containing term definitions will open. This window can be dismissed by clicking anywhere outside of it.

    popup with search terms
  4. Click on the loudspeaker icon speaker button to hear the term pronounced by a native speaker. If an audio sample is not available, you will hear a short click instead. For more options, see Audio Configuration.

  5. Click on individual kanji in the term definition results to view additional information about those characters, including stroke order diagrams, readings, meanings, and other useful data.

    popup with kanji details

To further enhance your Yomitan experience, it's worth integrating with Anki, a spaced-repetition flashcard program to help solidify the words you encounter.

Changes

While we have made some substantial changes, the majority of the extension's functionality is thanks to hard work of FooSoft and many other incredible open source contributors from 2016-2023.

Major changes:

  • 🌐 Added multi-language support!
  • πŸ’ͺ Completed the Manifest V2 β†’ V3 transition, read why here.
  • ⚑ Switched to using ECMAScript modules and npm-sourced dependencies.
  • πŸ”§ Implemented an end-to-end CI/CD pipeline.
  • πŸ§ͺ Switched to standard testing frameworks, vitest and playwrights.

In addition, we have made important bug fixes and minor enhancements:

  • ⚑ Improved dictionary import speeds by 2x~10x.
  • πŸ“š Added functionality to import/export multiple dictionaries, enabling portability across devices.
  • ✨ And more.

Since the owner requested forks be uniquely named, we have chosen a new name, Yomitan (-tan is an honorific used for anthropomorphic moe characters).

Contributing

πŸš€ Dip your toes into contributing by looking at issues with the label good-first-issue.

Since this is a distributed effort, we highly welcome new contributors! Feel free to browse the issue tracker, and read our contributing guidelines.

Here are some ways anyone can help:

  • Try using the Yomitan dev build. Not only do you get cutting edge features, but you can help uncover bugs and give feedback to developers early on.
  • Document any UI/UX friction in Github Issues. We're looking to make Yomitan more accessible to non-technical users.
  • All the issues in area/bug older than 2 months need help reproducing. If anything interests you, please try to reproduce it and report your results. We can't easily tell if these issues are one-off, have since been resolved, or are no longer relevant.

The current active maintainers of Yomitan spend a lot of their time debugging and triaging issues. When someone files a bug report, we need to assess the frequency and severity of the bug. It is extremely helpful if we get multiple reports of people who experience a bug or people who can contribute additional detail to an existing bug report.

If you're looking to code, please let us know what you plan on working on before submitting a Pull Request. This gives the core maintainers an opportunity to provide feedback early on before you dive too deep. You can do this by opening a Github Issue with the proposal.

Some contributions we always appreciate:

  • Well-written tests covering different functionalities. This includes playwright tests, benchmark tests, and unit tests.
  • Increasing our type coverage.
  • More and better documentation!

Information on how to setup and build the codebase can be found here.

If you want to add or improve support for a language, read the documentation on language features.

Feel free to join us on TheMoeWay Discord πŸ‡ at #yomitan-development.

Licenses

Required licensing notices for this project follow below:

  • EDRDG License
    This package uses the EDICT and KANJIDIC dictionary files. These files are the property of the Electronic Dictionary Research and Development Group, and are used in conformance with the Group's license.

  • Kanjium License
    The pitch accent notation, verb particle data, phonetics, homonyms and other additions or modifications to EDICT, KANJIDIC or KRADFILE were provided by Uros Ozvatic through his free database.

Third-Party Libraries

Yomitan uses several third-party libraries to function.

Name Installed version License type Link
@zip.js/zip.js 2.7.32 BSD-3-Clause git+https://github.com/gildas-lormeau/zip.js.git
dexie 3.2.4 Apache-2.0 git+https://github.com/dfahlander/Dexie.js.git
dexie-export-import 4.0.7 Apache-2.0 git+https://github.com/dexie/Dexie.js.git
yomitan-handlebars 1.0.0 MIT n/a
parse5 7.1.2 MIT git://github.com/inikulin/parse5.git
wanakana 5.3.1 MIT git+ssh://git@github.com/WaniKani/WanaKana.git
hangul.js 0.2.6 MIT git+https://github.com/e-/Hangul.js.git