aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/settings.html
Commit message (Collapse)AuthorAge
* Modifier key platform names (#519)siikamiika2020-05-09
| | | | | | | | | | | | | | | | | | | | | * wip * add environment class * use Environment class * use Environment for scanning modifier options * remove Environment in favor of API * await promise * use modifier symbols on macOS * fix key separator issues * if else to switch * simplify variable names
* Japanese util refactor (#510)toasted-nutbread2020-05-06
| | | | | | | | | | | * Convert mixed japanese.js to utility class * Copy functions from bg/js/japanese.js into mixed/js/japanese.js * Remove bg/js/japanese.js * Make wanakana dependency optional * Update tests
* support meta as scanning modifier (#502)siikamiika2020-05-05
|
* Modifier key profile condition (#487)siikamiika2020-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | * update Frontend options on modifier change * add modifier key profile condition * use select element for modifier condition value * support "is" and "is not" modifier key conditions * use plural * remove dead null check it's never null in that function * pass element on rather than assigning to this * rename event * remove Firefox OS key to Meta detection * hide Meta from dropdown on Firefox * move input type
* Add helpful link for markers in settings.html (#489)Allan Wirth2020-05-01
|
* Add duplicateScope: 'deck' option (#476)toasted-nutbread2020-04-27
| | | | | | | | | * Add duplicateScope: 'deck' option * Add option to control duplicate scope * Use duplicateScope for findNoteIds * Update location of quotes
* Add Yomichan icon SVG (#478)toasted-nutbread2020-04-26
| | | | | | | * Create Yomichan icon SVG and 32x32 PNG * Update icons * Add 32x32 icon definition to HTML pages
* Update exampletoasted-nutbread2020-04-11
|
* Add support for collapsing emphatic character sequencestoasted-nutbread2020-04-10
|
* Update settings page to display additional informationtoasted-nutbread2020-04-05
|
* add option for iframe popupssiikamiika2020-04-05
|
* Add optionstoasted-nutbread2020-03-28
|
* Move basic string/character testing functions into a mixed/js/japanese.jstoasted-nutbread2020-03-21
|
* Move Anki note generation functionality into a new classtoasted-nutbread2020-03-07
|
* Rename audio.js to audio-system.jstoasted-nutbread2020-03-07
|
* query parser html templatessiikamiika2020-02-10
|
* hide native popup option for firefox mobilesiikamiika2020-02-09
|
* add global clipboard monitor that spawns popupssiikamiika2020-02-09
| | | | | TODO: refactor the search page clipboard monitor and popup clipboard monitor to use a common ClipboardMonitor class
* Move japanese.js into bgtoasted-nutbread2020-02-08
|
* add scannable tags for expression and readingsiikamiika2020-02-02
|
* Improve error messages when Interface server is invalidtoasted-nutbread2020-01-26
|
* Merge pull request #330 from siikamiika/query-parser-helper-disablingsiikamiika2020-01-25
|\ | | | | Query parser helper disabling
| * query parser: add toggle for term spacingsiikamiika2020-01-25
| |
| * query parser: add reading mode 'none'siikamiika2020-01-25
| |
* | Add description of translation optionstoasted-nutbread2020-01-24
| |
* | Add convertHiraganaToKatakana optiontoasted-nutbread2020-01-24
| |
* | Reorganized variants to better reflect usage ordertoasted-nutbread2020-01-24
| |
* | Add translation optionstoasted-nutbread2020-01-24
|/
* Add option for changing poup scale relative to visual viewporttoasted-nutbread2020-01-22
|
* Add settings to control popup content scaletoasted-nutbread2020-01-22
|
* Implement settings resettoasted-nutbread2019-12-29
|
* Implement settings importtoasted-nutbread2019-12-29
|
* Implement settings exporttoasted-nutbread2019-12-29
|
* Update anki-templates.js to control the value of fieldTemplatestoasted-nutbread2019-12-29
| | | | Also assigns a value of null when using the default value
* Move conditions-ui into settings foldertoasted-nutbread2019-12-14
|
* Use a single api.jstoasted-nutbread2019-12-13
|
* Show info about whether a dictionary supports wildcard searchestoasted-nutbread2019-12-07
|
* Make reverse reading/expressions optional during database importtoasted-nutbread2019-12-07
|
* Update input number attributestoasted-nutbread2019-12-07
|
* Simplify audio settings UItoasted-nutbread2019-12-05
|
* Update how anki data is updatedtoasted-nutbread2019-12-02
|
* Simplify how anki errors are showntoasted-nutbread2019-12-01
|
* Move popup preview settings into new scripttoasted-nutbread2019-12-01
|
* Move storage settings into new scripttoasted-nutbread2019-12-01
|
* Move anki template settings into new scripttoasted-nutbread2019-12-01
|
* Move anki settings into new scripttoasted-nutbread2019-12-01
|
* Move audio settings into new scripttoasted-nutbread2019-12-01
|
* Move settings scriptstoasted-nutbread2019-12-01
|
* Move PageExitPrevention to its own filetoasted-nutbread2019-12-01
|
* Create DOM utility filetoasted-nutbread2019-11-26
|