<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/js/comm, branch 24.6.24.0</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=24.6.24.0</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=24.6.24.0'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2024-05-31T15:06:52+00:00</updated>
<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>Add note about refreshing page in api invoke error (#1004)</title>
<updated>2024-05-28T19:47:00+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-05-28T19:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=dd1f195cd721948732abbbb2428999393844487e'/>
<id>urn:sha1:dd1f195cd721948732abbbb2428999393844487e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add support for overwriting existing card (#859)</title>
<updated>2024-05-21T16:55:02+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-05-21T16:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=ba9fa339a43a5f494785877018b10f111ccafff5'/>
<id>urn:sha1:ba9fa339a43a5f494785877018b10f111ccafff5</id>
<content type='text'>
* frontend

* wip

* minimum viable

* minor simplification

* simplify gradients in duplicate svg

* simplify add-duplicate svg

* colors good

* arrows shape

* disable overwrite if no valid duplicate IDs

* add warning</content>
</entry>
<entry>
<title>Add option to bulk generate anki cards (#895)</title>
<updated>2024-05-12T03:03:27+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-05-12T03:03:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=486eec15b817d6a87ad98245dea3534545286334'/>
<id>urn:sha1:486eec15b817d6a87ad98245dea3534545286334</id>
<content type='text'>
* Add option to bulk generate anki cards

* Fix tab replacement

* Set deckname and modelname in note builder

* Add addNotes to ankiconnect api implementation

* Add option to send word list to anki directly

* Add support for audio and media toggle

* Add support for dictionary media

* Remove unnecessary assignment

* Remove unused css

* Remove redundant html

* Start of progress bar implementation

* Remove redundant type annotation

* Remove unused import

* Rename words to terms

* Print progress to console

* Add confirmation to Export to file

* Improve progress logs

* Add unresponsive and console note

* Add progress bars

* Make cancel button actually cancel operation

* Remove unresponsive warnings

* Disable send and export buttons after they are clicked

* Remove unneeded Yomichan mention

* Mark as experimental

* Clarify description

* Add documentation on Anki Deck Generation

* Add experimental note in docs

* Add warning text to settings page

* Switch example text based on language

* Remove silly cancel function and bind directly

* Rename to model

* Add link to docs

* Make test text less confusing

* Rename deck to notes

* Clarify what is being sent to anki

* Fix incorrect modal header text

* Clarify wording

* Fix ankiconnect addNotes return types

* Add error handling to send to anki

* Fix wording and naming in docs

* Add option to prevent sending duplicates to anki

* Update anki deck and model without a page refresh

* Cleanup internal html naming

* Cleanup type definition styling

* Update example text without a page refresh

* Prevent closing the send/export confirm modal from messing up the ui and not allowing the user to see the current progress

* Fix cancel getting stuck on true

* Consolidate state changes

* Support idle download timeout

* Capitalize Failed to add cards error

* Add separate variable for idleTimeout calculation

* Remove redundant _cachedDictionaryEntryValue variable

* Use tags option to populate tags

* Include deck and tags when exporting to file

* Use date down to seconds and zero pad

* Remove unnecessary ternary

* Limit 'path' finding function to only being able to search for 'path'

* Rename _findPathsByKey to _findAllPaths</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>Revert to using canAddNotes (#827)</title>
<updated>2024-04-16T15:05:06+00:00</updated>
<author>
<name>Eloy Robillard</name>
<email>eloy.robillard@gmail.com</email>
</author>
<published>2024-04-16T15:05:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=643caf0da12d4ffb39989a39931cf0769f1246a0'/>
<id>urn:sha1:643caf0da12d4ffb39989a39931cf0769f1246a0</id>
<content type='text'>
Fix #818</content>
</entry>
<entry>
<title>fix (#811)</title>
<updated>2024-04-14T16:34:20+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-04-14T16:34:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=f2b3eb4eddb282d4eb88488b3dbc47c948891a6d'/>
<id>urn:sha1:f2b3eb4eddb282d4eb88488b3dbc47c948891a6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an option to allow both viewing and adding duplicates (#693)</title>
<updated>2024-03-18T11:19:27+00:00</updated>
<author>
<name>Eloy Robillard</name>
<email>eloy.robillard@gmail.com</email>
</author>
<published>2024-03-18T11:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=7ee76d708934adeef06479f7757beb22c6c01d14'/>
<id>urn:sha1:7ee76d708934adeef06479f7757beb22c6c01d14</id>
<content type='text'>
* Detect duplicates when checking if can add note

* Display the stacked add buttons</content>
</entry>
<entry>
<title>Object utilities (#729)</title>
<updated>2024-02-27T12:23:42+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-02-27T12:23:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=e47a0f488f3d9bbcb76ebcf4f5afe203c1ee06c0'/>
<id>urn:sha1:e47a0f488f3d9bbcb76ebcf4f5afe203c1ee06c0</id>
<content type='text'>
* Create utilities

* Rename old isObject

* Use new isObject

* Remove old function

* Add additional function

* Simplify for now

* Rename function for clarity

* Rename function

* Expand type

* Update eslint</content>
</entry>
<entry>
<title>"isJapanese" check move (#730)</title>
<updated>2024-02-25T16:20:44+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-02-25T16:20:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=2e9ea19207a7410f929bb908759d48cb2340f29c'/>
<id>urn:sha1:2e9ea19207a7410f929bb908759d48cb2340f29c</id>
<content type='text'>
* Move isStringPartiallyJapanese out of ClipboardMonitor

* Create isStringPartiallyJapanese function

* Add textMayBeTranslatable

* Rename API function

* Rename internal function

* Add helper

* Update translatable check

* Pass language to TextScanner

* Pass language explicitly

* Use textMayBeTranslatable

* No redundant translatable check

* Update eslint

* Remove double newline

* Collapse

* Rename</content>
</entry>
</feed>
