Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix frequency tags (#1080) | toasted-nutbread | 2020-12-05 |
| | | | | | | | | | * Rename term-frequency to tag-frequency * Move tag styles * Expand * Use separate templates for terms vs kanji | ||
* | JapaneseUtil normalization (#1076) | toasted-nutbread | 2020-11-29 |
| | | | | | * Use JapaneseUtil as a class which is manually instantiated * Use alias function for toKana | ||
* | Display style updates (#1072) | toasted-nutbread | 2020-11-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add variables for tag styles * Add variable for compact list separator * Improve compactness of pitch accents * Improve kanji link styles * Improve coloring for lists * Move styles * Update styles for lists * Move conditional styles * Simplify definitions * Remove unused styles * Cleanup * Use strings for dataset properties * Don't always collapse pitch accents | ||
* | Improve html templates (#1061) | toasted-nutbread | 2020-11-24 |
| | | | | | | | | | | | * Add template pre-processing * Remove whitespace * Add labels * Reuse tag template for search tags * Add space | ||
* | Frequency display improvements (#1060) | toasted-nutbread | 2020-11-24 |
| | | | | | | | * Hide redundant frequencies * Add dataset counters for unique expressions/readings * Update frequency display to include disambiguations | ||
* | More display updates (#1050) | toasted-nutbread | 2020-11-21 |
| | | | | | | | | | | | * Use grid for layout * Add data-count attribute * Fix scroll issues during focus * Add index to entries * Simplify audio playback | ||
* | Display updates (#1029) | toasted-nutbread | 2020-11-14 |
| | | | | | | | | | | | | | * Simplify expression creation * Add attribute indicating whether the reading is the same or not * Update kanji debug info * Remove some unnecessary null checks * Simplify iterable check * Update float and search HTML to be more consistent | ||
* | Display updates (#1024) | toasted-nutbread | 2020-11-13 |
| | | | | | * Update display generation to use new format assumptions * Simplify how debug information is presented | ||
* | Compact tags refactor (#1021) | toasted-nutbread | 2020-11-12 |
| | | | | | | | | | | | | | * Update translator to flag redundant tags instead of remove * Update how compact tags are shown in the popup * Pass compactTags option to note builder * Update options templates * Add options upgrade * Add options upgrade test | ||
* | Pitch accents preview (#987) | toasted-nutbread | 2020-11-03 |
| | | | | | * Add public preparePitchAccents function to DisplayGenerator * Add pitch accents preview HTML, CSS, and JS | ||
* | Fix display issues (#984) | toasted-nutbread | 2020-11-01 |
| | | | | | | | | | | | | | | | * Remove unused function * Update expresionMulti detection * Simplify kanji early escape * Simplify frequency/pitch data creation * Update implementation of _buildTermMeta * Update how pitch accents sources are collected * Remove old _buildTermMeta | ||
* | Template handler update (#896) | toasted-nutbread | 2020-10-07 |
| | | | | | | | | | * Rename TemplateHandler to HtmlTemplateCollection * Rename _templateHandler to _templates * Allow creation from both string and element * Simplify setup of templates, don't throw errors on invalid ID | ||
* | More display refactoring (#697) | toasted-nutbread | 2020-08-01 |
| | | | | | | | | | | | | | | | | | | | * Remove some unnecessary _setQuery calls * Add support for forcing the query parser to be visible or hidden * Move _setEventListenersActive calls * Remove URL for kanji links * Refactor _setContentTermsOrKanji * Move search query text assignment into Display * Move title updates into Display * Move popup close calls * Prevent infinite loop of extension unload events | ||
* | Dictionary data utility class (#698) | toasted-nutbread | 2020-07-30 |
| | | | | | * Create utility class for helping format dictionary data * Change format | ||
* | API refactor (#532) | toasted-nutbread | 2020-05-24 |
| | | | | | | | | | | | | | * Convert api.js into a class instance * Use new api.* functions * Fix missing binds * Group functions with progress callbacks together * Change style * Fix API override not working | ||
* | Add support for displaying images | toasted-nutbread | 2020-04-18 |
| | |||
* | Merge pull request #438 from toasted-nutbread/display-generator-refactoring | toasted-nutbread | 2020-04-11 |
|\ | | | | | Display generator refactoring | ||
| * | Simplify access to details fields in createTermEntry | toasted-nutbread | 2020-04-09 |
| | | |||
| * | Update how termTags is passed to _createTermExpression | toasted-nutbread | 2020-04-09 |
| | | |||
| * | Rename "only" to "disambiguation" to match naming convention used for pitch ↵ | toasted-nutbread | 2020-04-09 |
| | | | | | | | | accents | ||
| * | Update _appendMultiple to not use a fallback | toasted-nutbread | 2020-04-09 |
| | | |||
| * | Organize | toasted-nutbread | 2020-04-09 |
| | | |||
| * | Mark functions as private | toasted-nutbread | 2020-04-09 |
| | | |||
| * | Remove statics | toasted-nutbread | 2020-04-09 |
| | | |||
| * | Remove data-multi assignments | toasted-nutbread | 2020-04-09 |
| | | |||
* | | Update license author field to broader to explicitly reflect that | Alex Yatskov | 2020-04-10 |
|/ | | | | | Yomichan is an ongoing community project. It really does take a village, and everyone who contributes code owns a part of it :) | ||
* | Include readings in disambiguations | toasted-nutbread | 2020-03-29 |
| | |||
* | Change names | toasted-nutbread | 2020-03-29 |
| | |||
* | Update how pitch accent expressions are disambiguated | toasted-nutbread | 2020-03-28 |
| | |||
* | Update styles | toasted-nutbread | 2020-03-28 |
| | |||
* | Move Japanese utility functions out of display-generator.js | toasted-nutbread | 2020-03-28 |
| | |||
* | Add support for accent graph | toasted-nutbread | 2020-03-28 |
| | |||
* | Add support for displaying pitch accents | toasted-nutbread | 2020-03-28 |
| | |||
* | Add metadata for unique expression count | toasted-nutbread | 2020-03-28 |
| | |||
* | Add support for different sections for term content | toasted-nutbread | 2020-03-28 |
| | |||
* | Update _appendMultiple to support general iterables | toasted-nutbread | 2020-03-28 |
| | |||
* | Replace DisplayGenerator._isCharacterKanji with jp.isCodePointKanji | toasted-nutbread | 2020-03-21 |
| | |||
* | Update global declarations | toasted-nutbread | 2020-03-10 |
| | |||
* | Replace charCodeAt and fromCharCode with codePointAt and fromCodePoint | toasted-nutbread | 2020-03-09 |
| | |||
* | Remove unused | toasted-nutbread | 2020-02-23 |
| | |||
* | Use TemplateHandler for DisplayGenerator | toasted-nutbread | 2020-02-23 |
| | |||
* | Merge pull request #357 from siikamiika/simplify-display-prepare | siikamiika | 2020-02-14 |
|\ | | | | | Simplify display prepare | ||
| * | simplify DisplayGenerator initialization | siikamiika | 2020-02-13 |
| | | |||
* | | Change no-undef from off to error | toasted-nutbread | 2020-02-11 |
|/ | |||
* | Assign _isInitialized | toasted-nutbread | 2020-02-10 |
| | |||
* | add scannable tags for expression and reading | siikamiika | 2020-02-02 |
| | |||
* | Fix term tags not always being displayed | toasted-nutbread | 2020-02-01 |
| | |||
* | Fix double clicking reason and glossary text | toasted-nutbread | 2020-02-01 |
| | |||
* | Fix tag double click | toasted-nutbread | 2020-02-01 |
| | |||
* | fix term reason selector | siikamiika | 2020-01-19 |
| |