aboutsummaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAge
* Merge pull request #433 from toasted-nutbread/extra-dictionary-informationtoasted-nutbread2020-04-07
|\ | | | | Extra dictionary information
| * Update settings page to display additional informationtoasted-nutbread2020-04-05
| |
| * Store new dictionary datatoasted-nutbread2020-04-05
| |
| * Update schema to include additional fieldstoasted-nutbread2020-04-05
| |
* | Fix field nametoasted-nutbread2020-04-07
| |
* | Pass AudioSystem instance to AnkiNoteBuilder constructortoasted-nutbread2020-04-07
| |
* | Remove inconsistent/unused return valuetoasted-nutbread2020-04-07
| |
* | Create _containsMarker to reduce redundant codetoasted-nutbread2020-04-07
| |
* | Move _dateToString into a new functiontoasted-nutbread2020-04-07
| |
* | Move media injection functions into AnkiNoteBuildertoasted-nutbread2020-04-07
| |
* | Fix not awaiting this._getNoteContexttoasted-nutbread2020-04-06
| |
* | Add support for getting the document titletoasted-nutbread2020-04-06
| |
* | Add overridable getDocumentTitletoasted-nutbread2020-04-06
| |
* | Add document-title tag to settings optionstoasted-nutbread2020-04-06
| |
* | Add support for {document-title}toasted-nutbread2020-04-06
| |
* | Add custom context object for note creationtoasted-nutbread2020-04-06
| |
* | Rename context to detailstoasted-nutbread2020-04-06
|/
* fix NOT (a OR B) to NOT (a AND b)siikamiika2020-04-05
|
* strict object property type checksiikamiika2020-04-05
|
* refactor _updateFrameOffsetsiikamiika2020-04-05
|
* reduce code duplicationsiikamiika2020-04-05
|
* add option for iframe popupssiikamiika2020-04-05
|
* give a name to a timeoutsiikamiika2020-04-05
|
* move broadcastRootPopupInformation to Frontendsiikamiika2020-04-05
|
* simplify promisesiikamiika2020-04-05
|
* use duck typing for event listenersiikamiika2020-04-05
|
* setTimeout refactoringsiikamiika2020-04-05
|
* default to [0, 0] when sourceFrame is not foundsiikamiika2020-04-05
|
* use getTemporaryListenerResult in other placessiikamiika2020-04-05
|
* error handlingsiikamiika2020-04-05
|
* throttle frame offset gettingsiikamiika2020-04-05
|
* refactor getTemporaryListenerResult timeoutsiikamiika2020-04-05
|
* temporary listener abstractionsiikamiika2020-04-05
|
* refactorsiikamiika2020-04-05
|
* move frame offset forwarding code to a classsiikamiika2020-04-05
|
* simplify popup proxy preparesiikamiika2020-04-05
|
* fix and simplifysiikamiika2020-04-05
|
* adjust iframe popup position to root pagesiikamiika2020-04-05
|
* simplify popup preparesiikamiika2020-04-05
|
* show iframe popups in root framesiikamiika2020-04-05
|
* Merge pull request #424 from toasted-nutbread/dictionary-importertoasted-nutbread2020-04-05
|\ | | | | Dictionary importer
| * Move dictionary import functionality into a new classtoasted-nutbread2020-03-30
| |
| * Add importDictionary function to Backendtoasted-nutbread2020-03-30
| |
| * Move database creation into Backendtoasted-nutbread2020-03-30
| |
| * Add isPreparedtoasted-nutbread2020-03-30
| |
| * Make dictionaryExists publictoasted-nutbread2020-03-30
| |
| * Update bulkAdd implementationtoasted-nutbread2020-03-30
| |
* | Merge pull request #423 from toasted-nutbread/text-source-maptoasted-nutbread2020-04-05
|\ \ | | | | | | Text source map
| * | Create simplified source map classtoasted-nutbread2020-03-28
| |/
* | Hide reading disambiguation if the downstep notation is visibletoasted-nutbread2020-03-29
| |