<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/js/pages, branch 22.6.6.0</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=22.6.6.0</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=22.6.6.0'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2022-06-03T22:19:40+00:00</updated>
<entry>
<title>Settings modal updates (#2173)</title>
<updated>2022-06-03T22:19:40+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2022-06-03T22:19:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=6cc57d953df7f6201b45cbbb1a8e80dda4d1fa8a'/>
<id>urn:sha1:6cc57d953df7f6201b45cbbb1a8e80dda4d1fa8a</id>
<content type='text'>
* Move the "Add" button into the footer

* Scroll to the bottom when adding

* Move the Audio Sources add button

* Simplify, remove the (?) link

* Move "Add" button to footer</content>
</entry>
<entry>
<title>Touch and pen input updates (#2172)</title>
<updated>2022-06-03T21:11:32+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2022-06-03T21:11:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=c966d9b1ebb12386ac876d93f377fe3a470c6976'/>
<id>urn:sha1:c966d9b1ebb12386ac876d93f377fe3a470c6976</id>
<content type='text'>
* Remove unnecessary return

* Move touch start input filtering

* Refactor

* Add scanOnTouchPress

* Add preventPenScrolling

* Rename scanOnPenPress to scanOnPenMove

* Rename scanOnPenRelease to scanOnPenReleaseHover

* Simplify

* Refactor _searchAtFromPen early exit

* Merge _penPointerPressed and _penPointerReleased into a single variable

* Add more options

* Simplify pen pointer coordinates

* Implement scanOnPenPress and scanOnPenRelease

* Implement scanOnTouchRelease

* Fix tests

* Don't search on touch cancel

* Cancel touch if the touch action is used for scrolling or other gestures

* Fix incorrect scroll prevention options being used

* Organize options

* Fix typos</content>
</entry>
<entry>
<title>Add support for Anki API key (#2169)</title>
<updated>2022-05-30T16:03:24+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2022-05-30T16:03:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=19bba07a8bccb51a9db85c13fd921d825defe753'/>
<id>urn:sha1:19bba07a8bccb51a9db85c13fd921d825defe753</id>
<content type='text'>
* Update material.css to support password fields

* Support password

* Add "apiKey" setting

* Use apiKey

* Update options if API key changes

* Update tests</content>
</entry>
<entry>
<title>Add support for guiEditNote to view notes (#2143)</title>
<updated>2022-05-30T01:24:41+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2022-05-30T01:24:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=331a2e62941e04a4d50a21faefed663a92ddc00a'/>
<id>urn:sha1:331a2e62941e04a4d50a21faefed663a92ddc00a</id>
<content type='text'>
* Add AnkiConnect.guiEditNote

* Update _onApiNoteView to first try guiEditNote

* Add setting

* Update noteView API

* Use setting

* Return which mode was used

* Update DisplayGenerator

* Handle errors in DisplayAnki

* Update docs

* Add isErrorUnsupportedAction function

* Add an allowFallback option to noteView

* Disambiguate

* Simplify now that preferredMode isn't used

* Update settings info

* Implement test buttons

* Update styles

* Update status visibility

* Wrap layout

* Update description

* Update date</content>
</entry>
<entry>
<title>HTML page script refactoring (#2162)</title>
<updated>2022-05-29T01:57:25+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2022-05-29T01:57:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=0d82c52a7624d80ec48dc774fb23db5244bc14f9'/>
<id>urn:sha1:0d82c52a7624d80ec48dc774fb23db5244bc14f9</id>
<content type='text'>
* Move some common functionality

* Move setupEnvironmentInfo into ExtensionContentController

* Move background/environment.js to extension/environment.js</content>
</entry>
<entry>
<title>Add additional Anki card marker aliases (#2083)</title>
<updated>2022-03-14T01:17:35+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2022-03-14T01:17:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=1590f5218c5872f3683820e9611d4a4fa2b7c341'/>
<id>urn:sha1:1590f5218c5872f3683820e9611d4a4fa2b7c341</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for logging Anki errors on the settings page (#2073)</title>
<updated>2022-02-20T14:35:54+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2022-02-20T14:35:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=48b2807120928654ae52ea78bd7d2d9824eaa05e'/>
<id>urn:sha1:48b2807120928654ae52ea78bd7d2d9824eaa05e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright date (#2062)</title>
<updated>2022-02-03T01:43:10+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2022-02-03T01:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=89ac85afd03e62818624b507c91569edbec54f3d'/>
<id>urn:sha1:89ac85afd03e62818624b507c91569edbec54f3d</id>
<content type='text'>
* Update eslint settings

* Update 2021 files

* Update other files</content>
</entry>
<entry>
<title>Action handler name disambiguation (#2018)</title>
<updated>2021-11-21T20:54:58+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-11-21T20:54:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=005f9658d98143ea1189482ae627405c8bf5a566'/>
<id>urn:sha1:005f9658d98143ea1189482ae627405c8bf5a566</id>
<content type='text'>
* Disambiguate PopupFactory action handlers

* Update HotkeyHandler action names

* Disambiguate Frontend action handlers

* Disambiguate Display action handlers

* Disambiguate PopupPreviewFrame action handlers

* Disambiguate Yomichan action handlers

* Disambiguate Frontend action handlers

* Disambiguate Display action handlers

* Disambiguate SearchDisplayController action handlers</content>
</entry>
<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>
</feed>
