<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/dev, branch master</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=master</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2024-06-20T17:13:47+00:00</updated>
<entry>
<title>Fix missing legal-npm.html (#1097)</title>
<updated>2024-06-20T17:13:47+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-06-20T17:13:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=1a866b3997310a04fc146b91eb47a59a3f049589'/>
<id>urn:sha1:1a866b3997310a04fc146b91eb47a59a3f049589</id>
<content type='text'>
* Remove legal-npm.html from gitignore and commit it

* Fix theming for legal-npm</content>
</entry>
<entry>
<title>Add context menu interface for Yomitan (#1028)</title>
<updated>2024-06-10T17:59:54+00:00</updated>
<author>
<name>James Maa</name>
<email>jmaa@berkeley.edu</email>
</author>
<published>2024-06-10T17:59:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=e24075e1a91ab8b58bb5836cf7abcefae5cbf8c3'/>
<id>urn:sha1:e24075e1a91ab8b58bb5836cf7abcefae5cbf8c3</id>
<content type='text'>
* --wip-- [skip ci]

* Draft

* Remove weird code

* Use existing API instead of dulpicating

* Small improvements

* remove console.log

* remove console.log

* Add setting for contextMenu

* Fix test

* Address comments

* Add option-util upgrade

* fix option-utils</content>
</entry>
<entry>
<title>Add isTextLookupWorthy function for Chinese (#743)</title>
<updated>2024-05-31T23:58:41+00:00</updated>
<author>
<name>Cashew</name>
<email>52880648+cashewnuttynuts@users.noreply.github.com</email>
</author>
<published>2024-05-31T23:58:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=b6341f312d8332ccff0d928d936e9290da0e9584'/>
<id>urn:sha1:b6341f312d8332ccff0d928d936e9290da0e9584</id>
<content type='text'>
* add is Chinese check move

* fix lint

* fix lint

* fixes

---------

Co-authored-by: Darius Jahandarie &lt;djahandarie@gmail.com&gt;
Co-authored-by: Stefan Vukovic &lt;stefanvukovic44@gmail.com&gt;</content>
</entry>
<entry>
<title>Allow trailing commas in ESLint (#1013)</title>
<updated>2024-05-31T15:06:52+00:00</updated>
<author>
<name>James Maa</name>
<email>jmaa@berkeley.edu</email>
</author>
<published>2024-05-31T15:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=76ca08bd59f0e8bfa1bb20ac813f48e7ab241265'/>
<id>urn:sha1:76ca08bd59f0e8bfa1bb20ac813f48e7ab241265</id>
<content type='text'>
* Update comma-dangle rule

* Fix dangling commas</content>
</entry>
<entry>
<title>Details and Summary Tags CSS (Hopefully for the last time) (#929)</title>
<updated>2024-05-14T11:45:12+00:00</updated>
<author>
<name>Matttttt</name>
<email>18152455+martholomew@users.noreply.github.com</email>
</author>
<published>2024-05-14T11:45:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=a0f92f6fa322436dbf93e8125c8da1954a8a500b'/>
<id>urn:sha1:a0f92f6fa322436dbf93e8125c8da1954a8a500b</id>
<content type='text'>
* Re-adding CSS for Left Margin on Details Tag

Signed-off-by: Matttttt &lt;18152455+martholomew@users.noreply.github.com&gt;

* Got rid of ruling line for Summary and Details

Signed-off-by: Matttttt &lt;18152455+martholomew@users.noreply.github.com&gt;

* Fix tests for Summary and Details tags

Signed-off-by: Matttttt &lt;18152455+martholomew@users.noreply.github.com&gt;

---------

Signed-off-by: Matttttt &lt;18152455+martholomew@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>add korean (#787)</title>
<updated>2024-05-14T11:32:57+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-05-14T11:32:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=82049f3439acae346767351827e0963a2586b702'/>
<id>urn:sha1:82049f3439acae346767351827e0963a2586b702</id>
<content type='text'>
* prepare preprocessors

* add postprocessors

* add hangul functions (#13)

* move hangul to lib, add test (#14)

* add hangul functions

* hangul lib

* fix tests

* test inputs

* fix hangul disassemble, fix postprocessing

* rename test

* reset transformedText for multiple postprocessors

* add credits

* fix conflict

---------

Co-authored-by: Stefan Vukovic &lt;stefanvukovic44@gmail.com&gt;

* Vetting done (#16)

* add hangul functions

* hangul lib

* fix tests

* test inputs

* fix hangul disassemble, fix postprocessing

* rename test

* reset transformedText for multiple postprocessors

* add credits

* fix conflict

* add transforms

* move substring

* textprocessing function

* mostly fixed

* delete comment

* mostly fixed

(cherry picked from commit 268c8968ec64bf9d1fbd7d448a96d590399265c4)

* prepare preprocessors

(cherry picked from commit d139258398de9285396db31c6d46795ee95eb01a)

* (reset) remove textSourceMap

* rawSource before textreplacements

* update tests

* fix transforms

* fix transforms

* 100% vetted

* add link to dict

---------

Co-authored-by: Stefan Vukovic &lt;stefanvukovic44@gmail.com&gt;

* update unit tests

* update test

---------

Co-authored-by: Lyroxide &lt;33834537+Lyroxide@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Change Details and Summary Tags CSS (#894)</title>
<updated>2024-05-09T07:48:48+00:00</updated>
<author>
<name>Matttttt</name>
<email>18152455+martholomew@users.noreply.github.com</email>
</author>
<published>2024-05-09T07:48:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=3ff226e7d175b76c2f2ef2be1fcae5af8cc162d4'/>
<id>urn:sha1:3ff226e7d175b76c2f2ef2be1fcae5af8cc162d4</id>
<content type='text'>
* Change summary CSS

Signed-off-by: Matttttt &lt;18152455+martholomew@users.noreply.github.com&gt;

* Update structured-content-overrides.css

Signed-off-by: Matttttt &lt;18152455+martholomew@users.noreply.github.com&gt;

---------

Signed-off-by: Matttttt &lt;18152455+martholomew@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Update eslint unsafe rule (#887)</title>
<updated>2024-05-09T07:42:35+00:00</updated>
<author>
<name>James Maa</name>
<email>jmaa@berkeley.edu</email>
</author>
<published>2024-05-09T07:42:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=13278a5cf67de69678d8c4c5fb97e6eb00c94c11'/>
<id>urn:sha1:13278a5cf67de69678d8c4c5fb97e6eb00c94c11</id>
<content type='text'>
* Enable @typescript-eslint/no-unsafe-assignment

* Updates

* Add missing import

* Updates

* Fix types?

* Fix tests

* Address comments

* Move TextProcessorVariant to types

* Update types/ext/translation-internal.d.ts

Co-authored-by: StefanVukovic99 &lt;stefanvukovic44@gmail.com&gt;
Signed-off-by: James Maa &lt;jmaa@berkeley.edu&gt;

---------

Signed-off-by: James Maa &lt;jmaa@berkeley.edu&gt;
Co-authored-by: toasted-nutbread &lt;toasted-nutbread@users.noreply.github.com&gt;
Co-authored-by: StefanVukovic99 &lt;stefanvukovic44@gmail.com&gt;</content>
</entry>
<entry>
<title>Added Details and Summary tags to Structured Content (#842)</title>
<updated>2024-04-22T16:38:04+00:00</updated>
<author>
<name>Matttttt</name>
<email>18152455+martholomew@users.noreply.github.com</email>
</author>
<published>2024-04-22T16:38:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=808ddef82a8eabc77ba20a0da89a392926550e76'/>
<id>urn:sha1:808ddef82a8eabc77ba20a0da89a392926550e76</id>
<content type='text'>
* add details and summary tags

* fixed css test

---------

Co-authored-by: martholomew &lt;martholomew@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Move sandbox files (#731)</title>
<updated>2024-03-04T12:43:31+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-03-04T12:43:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=4fe881d68d4c1182bee2e78a559c2064aaf48b0d'/>
<id>urn:sha1:4fe881d68d4c1182bee2e78a559c2064aaf48b0d</id>
<content type='text'>
* Move sandbox files

* Update order</content>
</entry>
</feed>
