aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/js/dictionary.js
Commit message (Collapse)AuthorAge
* Move set functions into core.jstoasted-nutbread2020-03-28
|
* Move Anki note generation functionality into a new classtoasted-nutbread2020-03-07
|
* Update dictEnabledSet and dictConfigured to use for oftoasted-nutbread2020-02-25
|
* Refactor dictNoteFormattoasted-nutbread2020-02-25
|
* Updates for PR feedbacktoasted-nutbread2020-02-22
|
* Simplify only assignmenttoasted-nutbread2020-02-22
|
* Assign result properties to variables to reduce number of lookupstoasted-nutbread2020-02-22
|
* Reduce number of redundant Map.get calls in dictTermsMergeByGlosstoasted-nutbread2020-02-22
|
* Add variables for expression and readingtoasted-nutbread2020-02-22
|
* Simplify update of mergedIndicestoasted-nutbread2020-02-22
|
* Use Maptoasted-nutbread2020-02-22
|
* Change secondarySearchTitles to secondarySearchDictionariestoasted-nutbread2020-02-22
|
* Remove unused dictRowsSorttoasted-nutbread2020-02-22
|
* Use Map for dictEnabledSettoasted-nutbread2020-02-22
|
* Use Maptoasted-nutbread2020-02-22
|
* Simplify spreadtoasted-nutbread2020-02-22
|
* Use Maptoasted-nutbread2020-02-22
|
* Remove unused handlebarsRenderStatictoasted-nutbread2020-02-13
|
* Change no-undef from off to errortoasted-nutbread2020-02-11
|
* Assign valid score during constructiontoasted-nutbread2020-02-01
|
* Add declarationtoasted-nutbread2020-02-01
|
* Simplify getSequencedDefinitions and dictTermsMergeBySequencetoasted-nutbread2020-02-01
|
* Fix furigana segmentationtoasted-nutbread2020-01-16
|
* Fix incorrect result orderingtoasted-nutbread2020-01-12
|
* Update license info URLtoasted-nutbread2020-01-01
|
* Update copyrighttoasted-nutbread2020-01-01
|
* Treat null templates as the default valuetoasted-nutbread2019-12-29
|
* Update arrow-parens to alwaystoasted-nutbread2019-11-26
|
* Remove unnecessary escapes from regex literalstoasted-nutbread2019-11-26
|
* Replace hasOwnProperty with simplified hasOwn functiontoasted-nutbread2019-11-26
|
* Simplify dictTermsSorttoasted-nutbread2019-11-10
|
* Allow templates to be tested on the settings pagetoasted-nutbread2019-11-09
|
* Optimize dictFieldFormattoasted-nutbread2019-11-08
|
* Fix order of {screenshot} tagtoasted-nutbread2019-10-11
|
* Replace some instances of Array.concattoasted-nutbread2019-09-02
| | | | .push or .unshift can accomplish the same operation without constructing new arrays.
* Add ability to save screenshot to anki cardstoasted-nutbread2019-08-15
|
* merged mode: expand termTags earliersiikamiika2017-11-09
| | | | Fixes errors with main dictionary other than JMdict
* expand tags before dictTermsMergeByGlosssiikamiika2017-10-24
|
* add tag meta scoresiikamiika2017-10-24
|
* merged mode: rewrite term frequency (use score)siikamiika2017-10-19
|
* merged mode: Anki supportsiikamiika2017-10-17
|
* merged mode: fix OBOE (sequence 0)siikamiika2017-10-17
|
* rename pos to partOfSpeechsiikamiika2017-10-13
|
* change db format, rename tags to definitionTagssiikamiika2017-10-13
|
* compact tags: reset PoS on new dictionarysiikamiika2017-10-12
|
* add compact tagssiikamiika2017-10-12
|
* add termTagssiikamiika2017-10-11
| | | | | The dictionary tags field can now have a '\t' in it, and it is used to separate tags associated with definitions and terms.
* merged mode: make gloss hash more uniquesiikamiika2017-10-10
| | | | | Use ['gloss', 'ary'].concat('DictName') Known collision: 日本国有鉄道 in JMdict and JMnedict
* merged mode: fix tags for non-main dictionariessiikamiika2017-10-09
|
* merged mode: support audio and tags for termssiikamiika2017-10-07
|