Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Shadow DOM container for popup iframes (#623) | toasted-nutbread | 2020-06-24 |
| | | | | | | | | | | | | | | | * Add support for injecting stylesheets into a custom parent node * Add api.getStylesheetContent * Add support for injecting a CSS file's content * Add usePopupShadowDom option * Use a per-parentNode cache * Add support for using a shadow DOM wrapper around popup iframes * Ignore the popup container instead of the frame | ||
* | Secure popup frame url changes (#622) | toasted-nutbread | 2020-06-22 |
| | | | | | | | * Throw error if options is not ready * Remove id * Change unsecurePopupFrameUrl to useSecurePopupFrameUrl | ||
* | Use DOMTextScanner (#536) | toasted-nutbread | 2020-06-21 |
| | | | | | | | | | | | | | | | | | * Use DOMTextScanner instead of TextSourceRange.seek* * Move getNodesInRange to dom.js * Move anyNodeMatchesSelector to dom.js * Remove unused functions * Update tests * Add layoutAwareScan option * Use layoutAwareScan for source and sentence scanning * Remove unused IGNORE_TEXT_PATTERN | ||
* | Add option to use the unsecure frame URL (#618) | toasted-nutbread | 2020-06-21 |
| | |||
* | support meta as scanning modifier (#502) | siikamiika | 2020-05-05 |
| | |||
* | Add duplicateScope: 'deck' option (#476) | toasted-nutbread | 2020-04-27 |
| | | | | | | | | | * Add duplicateScope: 'deck' option * Add option to control duplicate scope * Use duplicateScope for findNoteIds * Update location of quotes | ||
* | Add support for collapsing emphatic character sequences | toasted-nutbread | 2020-04-10 |
| | |||
* | add option for iframe popups | siikamiika | 2020-04-05 |
| | |||
* | Add options | toasted-nutbread | 2020-03-28 |
| | |||
* | add global clipboard monitor that spawns popups | siikamiika | 2020-02-09 |
| | | | | | TODO: refactor the search page clipboard monitor and popup clipboard monitor to use a common ClipboardMonitor class | ||
* | add scannable tags for expression and reading | siikamiika | 2020-02-02 |
| | |||
* | Merge pull request #330 from siikamiika/query-parser-helper-disabling | siikamiika | 2020-01-25 |
|\ | | | | | Query parser helper disabling | ||
| * | query parser: add toggle for term spacing | siikamiika | 2020-01-25 |
| | | |||
| * | query parser: add reading mode 'none' | siikamiika | 2020-01-25 |
| | | |||
* | | Add convertHiraganaToKatakana option | toasted-nutbread | 2020-01-24 |
| | | |||
* | | Reorganized variants to better reflect usage order | toasted-nutbread | 2020-01-24 |
| | | |||
* | | Update options schema | toasted-nutbread | 2020-01-24 |
|/ | |||
* | Add option for changing poup scale relative to visual viewport | toasted-nutbread | 2020-01-22 |
| | |||
* | Fix default value for popupScaleRelativeToPageZoom | toasted-nutbread | 2020-01-22 |
| | |||
* | Update options schema | toasted-nutbread | 2020-01-22 |
| | |||
* | Add schema file for options | toasted-nutbread | 2019-12-29 |