aboutsummaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAge
* use handlebars templates for query parsersiikamiika2019-11-23
|
* use correct source textsiikamiika2019-11-23
|
* fix default params for term clickingsiikamiika2019-11-23
|
* improve text previewsiikamiika2019-11-23
|
* remove unused csssiikamiika2019-11-23
|
* fix stem length checkingsiikamiika2019-11-23
| | | | | Starting from the end and stopping at first match doesn't guarantee correctness. Starting from the beginning does.
* add kana to textsiikamiika2019-11-23
|
* add simple query parsersiikamiika2019-11-23
|
* Fix missing detailstoasted-nutbread2019-11-18
|
* Merge pull request #274 from toasted-nutbread/lookup-wildcardsAlex Yatskov2019-11-13
|\ | | | | Lookup wildcards
| * Add support for wildcardstoasted-nutbread2019-11-10
| |
| * Add details field to apiTermsFindtoasted-nutbread2019-11-10
| |
| * Simplify how definition count is limitedtoasted-nutbread2019-11-10
| |
| * Give findKanji the same API as findTermstoasted-nutbread2019-11-10
| |
| * Update how apiTermsFind workstoasted-nutbread2019-11-10
| |
| * Simplify dictTermsSorttoasted-nutbread2019-11-10
| |
| * Rename functiontoasted-nutbread2019-11-10
| |
| * Move functiontoasted-nutbread2019-11-10
| |
* | close popups on search page when query changessiikamiika2019-11-13
| |
* | only paste Japanese text from clipboardsiikamiika2019-11-13
| |
* | Fix dictionary settings not using the current profiletoasted-nutbread2019-11-12
| |
* | Fix settings not being saved correctlytoasted-nutbread2019-11-12
|/
* Create functions for the cases of isMouseButtontoasted-nutbread2019-11-10
| | | | | | | | | | | | | | jshint was showing a warning that there was no break statement after the first case, which there doesn't need to be. The most straightforward way to fix this without using the unclear // jshint ignore:line is to just have two functions. This change also updates invocations of isMouseButton to use the exact case function, as this will remove the need to check the case of mosueEvent.type. This was done because onMouseMove is invoked at a high frequency.
* Fix overwriting const valuetoasted-nutbread2019-11-10
|
* Fix several warnings about name conflictstoasted-nutbread2019-11-10
|
* Optimize DisplaySearch.onKeyDowntoasted-nutbread2019-11-10
|
* Refactor apiOptionsSettoasted-nutbread2019-11-10
|
* Fixes for Edgetoasted-nutbread2019-11-10
|
* Remove dexietoasted-nutbread2019-11-10
|
* Use native indexedDB pointertoasted-nutbread2019-11-10
|
* Use native IndexedDB to delete the databasetoasted-nutbread2019-11-10
|
* Use native IndexedDB to create database and object storestoasted-nutbread2019-11-10
|
* Use native IndexedDB for bulkAdd operationstoasted-nutbread2019-11-10
|
* Use native IndexedDB for database additionstoasted-nutbread2019-11-10
|
* Use for of loop instead of forEachtoasted-nutbread2019-11-10
|
* Remove Download check when resolving Audio datasabs2019-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a bug (seemingly unreported) in Yomichan where an Anki card will not contain any audio if the JapanesePod101 audio source trumps a secondary audio source (e.g. JapanesePod101-alternate) where the jpod101 source can't find the word requested. For example, そして has an audio entry in the alternate source but not the standard source. (Alternatively, there may be a bug in the jpod101 audioUrlBuilder, because I've only noticed this problem with hiragana-only expressions. JPod101 may not host those on the same url scheme any more. I'm not sure how to fix that, though, and the bug I'm addressing here does still persist). The reason this happens is that audioGetFromUrl uses downloaded audio to effectively check for a 404 (by examining the audio duration), but that check doesn't happen when an Anki card is being created (i.e. "download" is set, which I've changed to "willDownload" here). This change removes that check, but retains the will-download intent information to prevent attempts to download tts data, which AnkiConnect cannot do. I've also added a short explanation as to why the download check happens where it does. I think the unused audio object will get garbage collected since it's not referenced again, but I've explicitly unset it as well.
* Fixes for Edgetoasted-nutbread2019-11-09
|
* search page checkbox stylingsiikamiika2019-11-10
| | | | Change checkboxes to color-inverting icons
* Allow templates to be tested on the settings pagetoasted-nutbread2019-11-09
|
* Use HTML templates for anki fieldstoasted-nutbread2019-11-09
|
* always disable scanning IME checkbox labelsiikamiika2019-11-09
|
* enable custom CSS on search pagesiikamiika2019-11-09
|
* use scan toggling for stroke order diagram toosiikamiika2019-11-09
|
* enable expression scan toggling on search pagesiikamiika2019-11-09
|
* Add support for some regex functions in handlebars templatestoasted-nutbread2019-11-08
|
* Optimize dictFieldFormattoasted-nutbread2019-11-08
|
* Fix seekForward and seekBackward not handling length=0 case correctlytoasted-nutbread2019-11-08
|
* Add outdated warningtoasted-nutbread2019-11-07
|
* Remove unused functiontoasted-nutbread2019-11-07
|
* Update dictionary order based on prioritytoasted-nutbread2019-11-07
|