aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* Merge pull request #306 from MarvNC/capitalize-yomichanDarius Jahandarie2023-11-09
|\ | | | | | | Capitalize Yomichan in README
| * Capitalize YomichanMarvNC2023-11-03
| |
* | Merge pull request #305 from MarvNC/update-dictionariesDarius Jahandarie2023-11-09
|\ \ | | | | | | | | | Update Dictionaries in README
| * | Merge remote-tracking branch 'upstream/master' into update-dictionariesMarvNC2023-11-03
| |\|
| * | Add Jitendex/JMdict dictsMarvNC2023-11-03
| | |
| * | #195 Remove KireiCakeMarvNC2023-10-26
| | |
| * | #227 Remove KanjiumMarvNC2023-10-26
| | |
| * | AutoformatMarvNC2023-10-26
| | |
* | | Changed #yomitan to #yomitan-developmentstarxeras2023-11-04
| |/ |/|
* | Linebreak readmeMarvNC2023-10-26
| |
* | Replace references to Yomichan ImportMarvNC2023-10-26
|/
* Merge pull request #276 from praschke/block-helper-rewriteDarius Jahandarie2023-10-22
|\ | | | | | | Block helper rewrite
| * docs: note changes to custom templates in the readmepraschke2023-10-22
| |
* | Formatting (Markdown All in One)MarvNC2023-10-05
|/
* dexie: use blobs obtained from unpkg and update library READMEpraschke2023-10-01
|
* Fix Discord link in README.mdDarius Jahandarie2023-09-30
|
* Fix README.md shields badge for chrome dev releaseDarius Jahandarie2023-09-23
|
* Update README.mdDarius Jahandarie2023-08-20
| | | Include badges, update links to releases, and extra verbiage about state of the project.
* fix libraries in README and Firefox CSPpraschke2023-08-17
|
* Add support for exporting and importing dictionaries database.forsakeninfinity2023-07-15
| | | | | | | | It's super annoying to have to import dictionaries one at a time every time you move across browsers or devices. This change adds an experimental mechanism to export and import the entire database of dictionaries so that users have to deal with only one source instead of tracking tens of different dictionaries separately when migrating.
* Fix minor error in README.mdGenthus2023-04-15
|
* Fix minor mistake in README.mdGenthus2023-04-15
|
* Updated icon svg and icon nameAustin Siew2023-03-21
|
* Update parse5 dependency & fix remaining broken linksDarius Jahandarie2023-03-10
|
* Use lychee to check for broken links in CI, and fix a few broken linksDarius Jahandarie2023-03-10
|
* README.md: yomichan → yomitan; add announcementDarius Jahandarie2023-03-04
| | | Add a basic banner at the top to explain what this fork is, its goal, and how people can contact us. Also replace all references to yomichan with yomitan.
* Update maintanence infoAlex Yatskov2023-02-25
|
* Dependency updates (#2253)toasted-nutbread2022-10-15
| | | | | | | | | * Update dependencies * Rebuild parse5 * Update version info * Audit fix
* Update readme (#2221)toasted-nutbread2022-08-21
|
* Remove metadata which is no longer needed for generating foosoft.netAlex Yatskov2022-07-14
|
* Dependency update (#2141)toasted-nutbread2022-05-16
| | | | | * Update dependencies * Update JSZip to 3.9.1
* Parse5 update (#2140)toasted-nutbread2022-05-16
| | | | | | | | | | | | | * Update build-libs.js * Add a test for build-libs.js * Update parse5 * Rebuild parse5 * Update build-libs.js to generate consistent path names * Rebuild
* Remove a couple of questions from FAQ which are old and no longer relevant.Alex Yatskov2022-02-19
|
* Update dictionary links to point to raw downloadsAlex Yatskov2022-02-14
|
* Add site metadata, update READMEAlex Yatskov2021-12-15
|
* Update third-party libraries (#1886)toasted-nutbread2021-08-10
| | | | | | | * Update third-party libraries * Update README * Update legal.html
* Anki text furigana parsing and {sentence-furigana} marker (#1814)toasted-nutbread2021-07-09
| | | | | | | | | | | | | * Add support for textFurigana media * Add readingMode parameter * Implement readingMode * Add {sentence-furigana} marker * Fallback to sentence if furigana isn't available * Update test data
* Anki card selected text (#1809)toasted-nutbread2021-07-07
| | | | | | | | | | | * Add support for injecting the text selection into Anki cards * Add selection-text * Upgrade to add {selection-text} * Update descriptions * Update test data
* Update READMEAlex Yatskov2021-06-08
|
* Expose search query to anki template renderer (#1686)toasted-nutbread2021-05-17
| | | | | | | | | | | * Expose query and fullQuery to Anki context * Add {search-query} marker * Update test data * Update tests * Wrap search query in multiLine
* Add part of speech info (#1561)toasted-nutbread2021-03-26
| | | | | | | | | | | | | | | | | | | * Add part of speech info to headwords * Expose parts of speech to Anki template rendering * Expose parts of speech * Update pitch accent categories * Update docs * Add part-of-speech * Update options and tests * Update markers * Update test data
* Remove old settings page (#1524)toasted-nutbread2021-03-14
| | | | | * Remove old settings page * Remove spinner.gif
* Move images (#1372)toasted-nutbread2021-02-12
| | | | | * Move mixed/img/ to images/ * Move bg/img/ to images/
* Settings and welcome page improvements (#1326)toasted-nutbread2021-01-29
| | | | | | | | | | | | | | | * Update wording to be less repetitive * Remove the shadow theme option from the welcome page, to avoid confusion * Update input sizes * Update select text to not clip the triangle icon * Update wording * Update descriptions * Remove "popup" to not exclude the search page
* Remove the dictionary tag from the definitionTags (#1324)toasted-nutbread2021-01-28
| | | | | | | | | | | * Remove dictionary tag from term definitionTags and kanji tags * Update test data * Update templates * Update tests * Update information
* Update Basic Usage section of the readme (#1307)toasted-nutbread2021-01-24
| | | | | * Update the Basic Usage section of the readme * Update wording on welcome page to match readme
* Add contributing file (#1305)toasted-nutbread2021-01-24
| | | | | * Add CONTRIBUTING.md * Update README.md
* Stroke count marker (#1251)toasted-nutbread2021-01-16
| | | | | | | | | * Add stroke-count definition * Update options * Update documentation * Add helper
* DOMParser replacement (#561)toasted-nutbread2020-12-18
| | | | | | | | | | | | | | | * Add script to build library files * Add built parse5 library * Add new SimpleDOMParser which uses parse5 * Update license info * Update MV3 build to use the new SimpleDOMParser * Update file exclusions * Hide/clarify license info for MV2 builds
* Frequencies marker (#1074)toasted-nutbread2020-11-28
| | | | | | | | | | | * Update japanese.js tests * Simplify fallback/early exit * Add overloads to furigana and furiganaPlain handlebars helper functions * Expose unique expression/reading arrays (and subsequently counts) * Add {frequencies} marker