<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/js/display, branch 22.4.4.0</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=22.4.4.0</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=22.4.4.0'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2022-04-03T20:20:55+00:00</updated>
<entry>
<title>Theme updates (#2105)</title>
<updated>2022-04-03T20:20:55+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2022-04-03T20:20:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=f61690ea2c4b5142c470dbe288446afadae11dbc'/>
<id>urn:sha1:f61690ea2c4b5142c470dbe288446afadae11dbc</id>
<content type='text'>
* Change siteColor to siteTheme

* Fix potential null exception

* Simplify

* Update display theme assignment

* Add a data-browser-theme attribute

* Add "browser" option for theme

* Create ThemeController

* Add theme-controller.js to relevant pages

* Use ThemeController

* Simplify

* Fix 'light' being used instead of 'default'

* Update the settings values to more accurately reflect their usage

* Change default site theme in display.js

* Remove async

* Restore async for consistency</content>
</entry>
<entry>
<title>Structured content links (#2089)</title>
<updated>2022-03-17T23:01:59+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2022-03-17T23:01:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=7a2ab866099edffaba471ad808593f67ee796b21'/>
<id>urn:sha1:7a2ab866099edffaba471ad808593f67ee796b21</id>
<content type='text'>
* Update CSS to JSON converter to generalize the remove-property comment

* Fix navigation not being updated when _clearContent is run

* Add structured content schema for link tags

* Add test links

* Add external-link icon

* Pass Display instance to DisplayContentManager

* Update structured content generation

* Update link styles</content>
</entry>
<entry>
<title>AnkiTemplateRendererContentManager (#2088)</title>
<updated>2022-03-15T02:32:08+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2022-03-15T02:32:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=8aa060337cea2bb8fce7864d509d07df4688f1c2'/>
<id>urn:sha1:8aa060337cea2bb8fce7864d509d07df4688f1c2</id>
<content type='text'>
* Make function private

* Update comments

* Refactor the content manager that is provided to StructuredContentGenerator in AnkiTemplateRenderer

* Update function to not be async, for API parity</content>
</entry>
<entry>
<title>Rename MediaLoader to DisplayContentManager (#2087)</title>
<updated>2022-03-15T01:42:33+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2022-03-15T01:42:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=4e15f923297599869e9d695940c9c56d81b0307d'/>
<id>urn:sha1:4e15f923297599869e9d695940c9c56d81b0307d</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>Scanning wildcards (#2042)</title>
<updated>2021-12-18T17:38:39+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-12-18T17:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=0e52a1f509155673d26a2a1ad00987389a05fea6'/>
<id>urn:sha1:0e52a1f509155673d26a2a1ad00987389a05fea6</id>
<content type='text'>
* Add scanning.matchTypePrefix option

* Update TextScanner to use matchTypePrefix option

* Add setting

* Update warning</content>
</entry>
<entry>
<title>matchType/deinflect distinction (#2040)</title>
<updated>2021-12-17T22:02:13+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-12-17T22:02:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=8a377cabe6b3d177aac50cdb7ffb5a4328d27fd0'/>
<id>urn:sha1:8a377cabe6b3d177aac50cdb7ffb5a4328d27fd0</id>
<content type='text'>
* Pass a "deinflect" option to findTerms

* Update Translator to use deinflect option

* Fix test input options</content>
</entry>
<entry>
<title>Dictionary database term source info (#2039)</title>
<updated>2021-12-17T21:44:14+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-12-17T21:44:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=8e548a17eba180b5773a9900de3f3cb3a92ec6ff'/>
<id>urn:sha1:8e548a17eba180b5773a9900de3f3cb3a92ec6ff</id>
<content type='text'>
* Update DictionaryDatabase._findMultiBulk's createResult callback signature

* Simplify _splitField use

* Update sequence

* Expose new fields 'matchType' and 'matchSource' as part of term data

* Expose matchType and matchSource as part of TermSource

* Update sourceTermExactMatchCount calculation

* Update test data

* Expose matchType and matchSource info in HTML attributes

* Add primaryMatchTypes attribute</content>
</entry>
<entry>
<title>Replace 'wildcard' parameter with 'matchType' (#2038)</title>
<updated>2021-12-17T21:11:19+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-12-17T21:11:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=19ab9df6e4110ef7d5927c95993141a1f8960c53'/>
<id>urn:sha1:19ab9df6e4110ef7d5927c95993141a1f8960c53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix source name not being used (#2036)</title>
<updated>2021-12-15T03:03:34+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-12-15T03:03:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=fced59a213d316de8629bee0055e8f5697d268b5'/>
<id>urn:sha1:fced59a213d316de8629bee0055e8f5697d268b5</id>
<content type='text'>
</content>
</entry>
</feed>
