<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/js/pages, branch 21.2.28.2</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=21.2.28.2</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=21.2.28.2'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2021-03-11T01:29:15+00:00</updated>
<entry>
<title>Fix permissions changes not being supported on some browsers (#1513)</title>
<updated>2021-03-11T01:29:15+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-03-11T01:29:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=55ac05eba147edb3cc81e9f302055c15cf7fd7a4'/>
<id>urn:sha1:55ac05eba147edb3cc81e9f302055c15cf7fd7a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve Anki card type selection (#1445)</title>
<updated>2021-02-26T23:15:04+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-02-26T23:15:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=b994414b14b224c02359b5e31f6994653a3d4458'/>
<id>urn:sha1:b994414b14b224c02359b5e31f6994653a3d4458</id>
<content type='text'>
* Update separator line styles

* Add tabs

* Add support for radio select

* Remove old select

* Move out of scroll region

* Fix missing line</content>
</entry>
<entry>
<title>Header lint (#1444)</title>
<updated>2021-02-26T01:21:05+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-02-26T01:21:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=782b945905c948b9a0495aa85524ad1a92c7bd97'/>
<id>urn:sha1:782b945905c948b9a0495aa85524ad1a92c7bd97</id>
<content type='text'>
* Add eslint-plugin-header

* Add rule for header format

* Add missing header

* Fix header issues</content>
</entry>
<entry>
<title>AnkiUtil (#1439)</title>
<updated>2021-02-25T02:54:58+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-02-25T02:54:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=ae92e0b3781e27d54cbac2570ba2a1b8a6b11999'/>
<id>urn:sha1:ae92e0b3781e27d54cbac2570ba2a1b8a6b11999</id>
<content type='text'>
* Add AnkiUtil

* Update AnkiConnect to use AnkiUtil

* Use AnkiUtil in AnkiNoteBuilder

* Replace containsAnyMarker with AnkiUtil.stringContainsAnyFieldMarker

* Add AnkiUtil.getFieldMarkers

* Add fieldsObjectContainsMarker to AnkiUtil

* Remove unused global

* Remove unused parameter: enabled

* Add cloneFieldMarkerPattern</content>
</entry>
<entry>
<title>Move js/settings (#1397)</title>
<updated>2021-02-15T04:10:01+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-02-15T04:10:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=450912c1098b0ec4c0ec29b7aec8b47143cfd6fc'/>
<id>urn:sha1:450912c1098b0ec4c0ec29b7aec8b47143cfd6fc</id>
<content type='text'>
* Move js/settings to js/pages/settings

* Fix script ordering</content>
</entry>
<entry>
<title>Log refactoring (#1393)</title>
<updated>2021-02-14T22:52:01+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-02-14T22:52:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=9279ced68660610764931da681f22c8b71bf1b6e'/>
<id>urn:sha1:9279ced68660610764931da681f22c8b71bf1b6e</id>
<content type='text'>
* Create Logger class and log instance

* Replace yomichan.logWarning with log.warn

* Replace yomichan.logError with log.error

* Replace yomichan.log with log.log

* Update the Yomichan class to use the global log object

* Update lint rules</content>
</entry>
<entry>
<title>Move api to yomichan object (#1392)</title>
<updated>2021-02-14T20:53:35+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-02-14T20:53:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=286534e648af350d24fbf3c7892a7ec81aaeb4bd'/>
<id>urn:sha1:286534e648af350d24fbf3c7892a7ec81aaeb4bd</id>
<content type='text'>
* Move cross frame API from API to Yomichan

* Add API instance to Yomichan

* Move api global to yomichan.api

* Pass yomichan to API

* Remove IIFE</content>
</entry>
<entry>
<title>Api prepare refactor (#1391)</title>
<updated>2021-02-14T20:19:31+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-02-14T20:19:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=efe8140f103179f50b610f182148b9427af99010'/>
<id>urn:sha1:efe8140f103179f50b610f182148b9427af99010</id>
<content type='text'>
* Refactor API preparation

* Run yomichan.prepare manually in the entry point function</content>
</entry>
<entry>
<title>Move bg/js (#1387)</title>
<updated>2021-02-14T16:19:54+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-02-14T16:19:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=e419a418f6f03ef0a24330b67e7b76c5e3a7c22d'/>
<id>urn:sha1:e419a418f6f03ef0a24330b67e7b76c5e3a7c22d</id>
<content type='text'>
* Move bg/js/anki.js to js/comm/anki.js

* Move bg/js/mecab.js to js/comm/mecab.js

* Move bg/js/search-main.js to js/display/search-main.js

* Move bg/js/template-patcher.js to js/templates/template-patcher.js

* Move bg/js/template-renderer-frame-api.js to js/templates/template-renderer-frame-api.js

* Move bg/js/template-renderer-frame-main.js to js/templates/template-renderer-frame-main.js

* Move bg/js/template-renderer-proxy.js to js/templates/template-renderer-proxy.js

* Move bg/js/template-renderer.js to js/templates/template-renderer.js

* Move bg/js/media-utility.js to js/media/media-utility.js

* Move bg/js/native-simple-dom-parser.js to js/dom/native-simple-dom-parser.js

* Move bg/js/simple-dom-parser.js to js/dom/simple-dom-parser.js

* Move bg/js/audio-downloader.js to js/media/audio-downloader.js

* Move bg/js/deinflector.js to js/language/deinflector.js

* Move bg/js/backend.js to js/background/backend.js

* Move bg/js/translator.js to js/language/translator.js

* Move bg/js/search-display-controller.js to js/display/search-display-controller.js

* Move bg/js/request-builder.js to js/background/request-builder.js

* Move bg/js/text-source-map.js to js/general/text-source-map.js

* Move bg/js/clipboard-reader.js to js/comm/clipboard-reader.js

* Move bg/js/clipboard-monitor.js to js/comm/clipboard-monitor.js

* Move bg/js/query-parser.js to js/display/query-parser.js

* Move bg/js/profile-conditions.js to js/background/profile-conditions.js

* Move bg/js/dictionary-database.js to js/language/dictionary-database.js

* Move bg/js/dictionary-importer.js to js/language/dictionary-importer.js

* Move bg/js/anki-note-builder.js to js/data/anki-note-builder.js

* Move bg/js/anki-note-data.js to js/data/anki-note-data.js

* Move bg/js/database.js to js/data/database.js

* Move bg/js/json-schema.js to js/data/json-schema.js

* Move bg/js/options.js to js/data/options-util.js

* Move bg/js/background-main.js to js/background/background-main.js

* Move bg/js/permissions-util.js to js/data/permissions-util.js

* Move bg/js/context-main.js to js/pages/action-popup-main.js

* Move bg/js/generic-page-main.js to js/pages/generic-page-main.js

* Move bg/js/info-main.js to js/pages/info-main.js

* Move bg/js/permissions-main.js to js/pages/permissions-main.js

* Move bg/js/welcome-main.js to js/pages/welcome-main.js</content>
</entry>
</feed>
