| Commit message (Collapse) | Author | Age |
|\
| |
| |
| | |
Capitalize Yomichan in README
|
| | |
|
|\ \
| | |
| | |
| | | |
Update Dictionaries in README
|
| |\| |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/
|/| |
|
| | |
|
|/ |
|
|\
| |
| |
| | |
Block helper rewrite
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
|
|
| |
Include badges, update links to releases, and extra verbiage about state of the project.
|
| |
|
|
|
|
|
|
|
|
| |
It's super annoying to have to import dictionaries one at a time every
time you move across browsers or devices. This change adds an
experimental mechanism to export and import the entire database of
dictionaries so that users have to deal with only one source instead of
tracking tens of different dictionaries separately when migrating.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Add a basic banner at the top to explain what this fork is, its goal, and how people can contact us. Also replace all references to yomichan with yomitan.
|
| |
|
|
|
|
|
|
|
|
|
| |
* Update dependencies
* Rebuild parse5
* Update version info
* Audit fix
|
| |
|
| |
|
|
|
|
|
| |
* Update dependencies
* Update JSZip to 3.9.1
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update build-libs.js
* Add a test for build-libs.js
* Update parse5
* Rebuild parse5
* Update build-libs.js to generate consistent path names
* Rebuild
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Update third-party libraries
* Update README
* Update legal.html
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add support for textFurigana media
* Add readingMode parameter
* Implement readingMode
* Add {sentence-furigana} marker
* Fallback to sentence if furigana isn't available
* Update test data
|
|
|
|
|
|
|
|
|
|
|
| |
* Add support for injecting the text selection into Anki cards
* Add selection-text
* Upgrade to add {selection-text}
* Update descriptions
* Update test data
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Expose query and fullQuery to Anki context
* Add {search-query} marker
* Update test data
* Update tests
* Wrap search query in multiLine
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add part of speech info to headwords
* Expose parts of speech to Anki template rendering
* Expose parts of speech
* Update pitch accent categories
* Update docs
* Add part-of-speech
* Update options and tests
* Update markers
* Update test data
|
|
|
|
|
| |
* Remove old settings page
* Remove spinner.gif
|
|
|
|
|
| |
* Move mixed/img/ to images/
* Move bg/img/ to images/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update wording to be less repetitive
* Remove the shadow theme option from the welcome page, to avoid confusion
* Update input sizes
* Update select text to not clip the triangle icon
* Update wording
* Update descriptions
* Remove "popup" to not exclude the search page
|
|
|
|
|
|
|
|
|
|
|
| |
* Remove dictionary tag from term definitionTags and kanji tags
* Update test data
* Update templates
* Update tests
* Update information
|
|
|
|
|
| |
* Update the Basic Usage section of the readme
* Update wording on welcome page to match readme
|
|
|
|
|
| |
* Add CONTRIBUTING.md
* Update README.md
|
|
|
|
|
|
|
|
|
| |
* Add stroke-count definition
* Update options
* Update documentation
* Add helper
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add script to build library files
* Add built parse5 library
* Add new SimpleDOMParser which uses parse5
* Update license info
* Update MV3 build to use the new SimpleDOMParser
* Update file exclusions
* Hide/clarify license info for MV2 builds
|
|
|
|
|
|
|
|
|
|
|
| |
* Update japanese.js tests
* Simplify fallback/early exit
* Add overloads to furigana and furiganaPlain handlebars helper functions
* Expose unique expression/reading arrays (and subsequently counts)
* Add {frequencies} marker
|