Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #380 from toasted-nutbread/anki-templates-file | toasted-nutbread | 2020-03-01 |
|\ | | | | | Load default Anki field templates from a file | ||
| * | Load default Anki field templates from a file | toasted-nutbread | 2020-02-27 |
| | | |||
* | | Merge pull request #375 from toasted-nutbread/document-tests | toasted-nutbread | 2020-03-01 |
|\ \ | | | | | | | Document tests | ||
| * | | Test seeking functions | toasted-nutbread | 2020-02-22 |
| | | | |||
| * | | Add command to test-code | toasted-nutbread | 2020-02-22 |
| | | | |||
| * | | Add some basic document tests | toasted-nutbread | 2020-02-22 |
| | | | |||
| * | | Add jsdom dependency | toasted-nutbread | 2020-02-22 |
| | | | |||
* | | | fix hotkeys in popup | siikamiika | 2020-03-01 |
| | | | |||
* | | | Increase z-index for navigation-header | toasted-nutbread | 2020-03-01 |
| | | | |||
* | | | Fix empty keys definitions and add Shift/Alt checks | toasted-nutbread | 2020-02-29 |
| |/ |/| | |||
* | | Simplify event to use bind | toasted-nutbread | 2020-02-26 |
| | | |||
* | | Use functions directly rather than wrapping in () => {} when args are same | toasted-nutbread | 2020-02-26 |
| | | |||
* | | Use .bind instead of () => {} | toasted-nutbread | 2020-02-26 |
| | | |||
* | | Use .bind instead of () => {} | toasted-nutbread | 2020-02-26 |
| | | |||
* | | Move event handler definitions | toasted-nutbread | 2020-02-26 |
| | | |||
* | | Move event handler definitions | toasted-nutbread | 2020-02-26 |
| | | |||
* | | Move event handler definitions | toasted-nutbread | 2020-02-26 |
| | | |||
* | | Move event handler definitions | toasted-nutbread | 2020-02-26 |
| | | |||
* | | Move event handler definitions | toasted-nutbread | 2020-02-26 |
| | | |||
* | | Refactor DisplaySearch.onKeyDownIgnoreKeys | toasted-nutbread | 2020-02-26 |
| | | |||
* | | Move event handler definitions | toasted-nutbread | 2020-02-26 |
| | | |||
* | | Organize, remove unnecessary null checks | toasted-nutbread | 2020-02-26 |
| | | |||
* | | Move event handler function bodies | toasted-nutbread | 2020-02-26 |
| | | |||
* | | Define core globals only for extension scripts | toasted-nutbread | 2020-02-25 |
| | | |||
* | | Remove hasOwn which is no longer necessary | toasted-nutbread | 2020-02-25 |
| | | |||
* | | Fix noteUsesScreenshot not checking mode | toasted-nutbread | 2020-02-25 |
| | | |||
* | | Add "guard-for-in": "error" | toasted-nutbread | 2020-02-25 |
| | | |||
* | | Update dictEnabledSet and dictConfigured to use for of | toasted-nutbread | 2020-02-25 |
| | | |||
* | | Use for of | toasted-nutbread | 2020-02-25 |
| | | |||
* | | Changed type returned by apiTextParseMecab to avoid using for in | toasted-nutbread | 2020-02-25 |
| | | |||
* | | Use Map to avoid using for in | toasted-nutbread | 2020-02-25 |
| | | |||
* | | Use for of | toasted-nutbread | 2020-02-25 |
| | | |||
* | | Refactor dictNoteFormat | toasted-nutbread | 2020-02-25 |
| | | |||
* | | Use Object.entries rather than for in | toasted-nutbread | 2020-02-25 |
| | | |||
* | | Update styles | toasted-nutbread | 2020-02-25 |
| | | |||
* | | fix opening options in new tab | siikamiika | 2020-02-26 |
| | | |||
* | | version bump20.2.24.0 | Alex Yatskov | 2020-02-24 |
| | | |||
* | | temporarily disable navigation header mouse wheel | siikamiika | 2020-02-24 |
| | | | | | | | | Unblock release #355, #376 | ||
* | | Fix popupScalingFactor being limited to integer values | toasted-nutbread | 2020-02-23 |
| | | |||
* | | Remove unused | toasted-nutbread | 2020-02-23 |
| | | |||
* | | Use TemplateHandler for DisplayGenerator | toasted-nutbread | 2020-02-23 |
| | | |||
* | | Add missing copyright headers | toasted-nutbread | 2020-02-23 |
| | | |||
* | | Fix trailing newlines not actually generating a new line in the imposter | toasted-nutbread | 2020-02-23 |
| | | | | | | | | This was causing vertical scroll offset issues | ||
* | | Reject with a consistent error | toasted-nutbread | 2020-02-23 |
| | | |||
* | | Use textContent instead of innerText | toasted-nutbread | 2020-02-23 |
| | | |||
* | | Don't use innerHTML | toasted-nutbread | 2020-02-23 |
| | | |||
* | | Update license strings to remove npm warning | toasted-nutbread | 2020-02-23 |
| | | |||
* | | Clear timer variable | toasted-nutbread | 2020-02-23 |
|/ | |||
* | Merge pull request #363 from toasted-nutbread/eslint-stylistic-rules | toasted-nutbread | 2020-02-22 |
|\ | | | | | Eslint stylistic rules | ||
| * | Fix shadowing | toasted-nutbread | 2020-02-22 |
| | |