<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/js/pages/settings, branch 21.9.30.2</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=21.9.30.2</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=21.9.30.2'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2021-10-01T01:12:26+00:00</updated>
<entry>
<title>Add disable-popup-preview option to the settings page (#1974)</title>
<updated>2021-10-01T01:12:26+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-10-01T01:12:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=52e4bc8e6a357d9553dc2da385cb8ed5e8db15e7'/>
<id>urn:sha1:52e4bc8e6a357d9553dc2da385cb8ed5e8db15e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename dictionary import steps (#1966)</title>
<updated>2021-09-27T00:08:16+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-27T00:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=ba267a545c489e0dfc8cd962f47d8e70c6f6f604'/>
<id>urn:sha1:ba267a545c489e0dfc8cd962f47d8e70c6f6f604</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix hotkey input field conflict (#1963)</title>
<updated>2021-09-26T22:14:00+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-26T22:14:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=c364714c8188ab1503b53b096a70b1fd5b6b3055'/>
<id>urn:sha1:c364714c8188ab1503b53b096a70b1fd5b6b3055</id>
<content type='text'>
* Move comment

* Add DocumentUtil.isInputElement

* Use DocumentUtil.isInputElement

* Fix simple hotkeys (shift or no modifier) preventing text field input

* Improve input detection

* Validate key is an input character before blocking hotkey

* Simplify

* Fix incorrect property</content>
</entry>
<entry>
<title>Frequency dictionary sort (#1938)</title>
<updated>2021-09-26T15:08:16+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-26T15:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=9899727d7d53caed4c5b5e68176f7ed7f90a9438'/>
<id>urn:sha1:9899727d7d53caed4c5b5e68176f7ed7f90a9438</id>
<content type='text'>
* Add sortDictionary/sortDictionaryOrder options

* Update options

* Add API.getTermFrequencies

* Add settings

* Implement frequency dictionary sorting

* Update test

* Update test data

* Fix handling of undefined rank-based frequencies</content>
</entry>
<entry>
<title>Anki field templates suggestions (#1940)</title>
<updated>2021-09-09T00:12:26+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-09T00:12:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=069ca1a97b52a54c93d9cd15acde1a14dda595b1'/>
<id>urn:sha1:069ca1a97b52a54c93d9cd15acde1a14dda595b1</id>
<content type='text'>
* Remove unused

* Bold the suggested default field value</content>
</entry>
<entry>
<title>Dictionary worker updates (#1914)</title>
<updated>2021-08-28T18:30:50+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-08-28T18:30:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=87fbb3c01ccc7e14b5fa29d6126ef684ceb558a9'/>
<id>urn:sha1:87fbb3c01ccc7e14b5fa29d6126ef684ceb558a9</id>
<content type='text'>
* Add support for running getDictionaryCounts via DictionaryWorker

* Run dictionary integrity checks on a separate thread

* Remove api.getDictionaryCounts</content>
</entry>
<entry>
<title>Dictionary database worker refactoring (#1913)</title>
<updated>2021-08-28T18:22:16+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-08-28T18:22:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=74709296e557dfeab2e465f8bd53681934fe8040'/>
<id>urn:sha1:74709296e557dfeab2e465f8bd53681934fe8040</id>
<content type='text'>
* Rename DictionaryWorker =&gt; DictionaryWorkerHandler

* Rename var

* Rename file

* Simplify

* Rename DictionaryDatabaseModifier =&gt; DictionaryWorker

* Rename dictionary-database-modifier.js =&gt; dictionary-worker.js</content>
</entry>
<entry>
<title>Fix incorrect dictionary name ordering being used for counts (#1912)</title>
<updated>2021-08-28T17:47:03+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-08-28T17:47:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=93f193c89eea381046f00f3a586beb66b2de0b19'/>
<id>urn:sha1:93f193c89eea381046f00f3a586beb66b2de0b19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Threaded dictionary delete (#1895)</title>
<updated>2021-08-14T16:41:58+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-08-14T16:41:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=4839503d540adf7b48d0b1d337bef7b7c9b890ad'/>
<id>urn:sha1:4839503d540adf7b48d0b1d337bef7b7c9b890ad</id>
<content type='text'>
* Generalize dictionary worker

* Add deleteDictionary functionality

* Update DictionaryController to use DictionaryDatabaseModifier

* Fix incorrect result handling</content>
</entry>
<entry>
<title>Dictionary worker refactor (#1894)</title>
<updated>2021-08-14T15:46:26+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-08-14T15:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=3e350bd563886e49fed309731d99f37e6f3ab320'/>
<id>urn:sha1:3e350bd563886e49fed309731d99f37e6f3ab320</id>
<content type='text'>
* Rename dictionary worker files

* Rename classes

* Rename file

* Rename class

* Generalize the _invoke method

* Rename 'import' to 'importDictionary'

* Improve DictionaryImporterMediaLoader usage

* Refactor message handler

* Generalize onProgress event</content>
</entry>
</feed>
