summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* 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
* Conjugation marker (#988)toasted-nutbread2020-11-04
| | | | | | | | | * Add {conjugation} marker * Add info * Add upgrade * Update test
* Add clipboard-text Anki field (#863)toasted-nutbread2020-09-26
| | | | | | | * Add clipboard-text anki field * Add markers * Update clipboard injection
* Anki note clipboard marker (#780)toasted-nutbread2020-09-08
| | | | | | | | | | | * Update fields reference * Add support for adding clipboard images to anki notes * Add handlebars templates * Add markers * Add markers to readme
* Pitch accent Anki field templates (#701)toasted-nutbread2020-08-01
| | | | | | | | | | | | | | | | | | | * Template helper updates * Add pitch data to exported field formatting data * Reuse note data * Add no-op * Set up pitch accent templates * Refactor version update functions * Implement upgrade process for new Anki templates * Consistency * Update README and anki.js to have matching markers
* Context popup update (#594)toasted-nutbread2020-06-21
| | | | | | | | | | * Add link to the help button * Update context.html to not use bootstrap Styles moved into a separate file Update icons * Update terminology to correspond to new icons
* Fix JMdict URL in README (#619)toasted-nutbread2020-06-21
|
* README updates (#549)toasted-nutbread2020-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use fragments relative to the current URL * Adjust description in section about deleting individual dictionaries * Adjust description about online dictionaries * Adjust description about support for additional languages * Punctuation adjustments * Clarify {cloze-prefix} and {cloze-suffix} descriptions * Update/fix description of duplicate cards. * Fix description of HTML-less Anki templates * Clarify {sentence} description * Adjust description for development section * Replace grammatical first person * No promises for the impossible * Remove "please" * Use lower case for kanji, kana, katakana, hiragana, furigana
* Update readme URLs (#548)toasted-nutbread2020-05-22
| | | | | | | * Update Innocent Corpus URL * Update Rikaichan extension URL to the Rikaichamp extension URL * Use absolute URL to dl/fields.txt
* Proofread README (#545)Scott Noyes2020-05-22
| | | | | | | * Proofread README * Added comma after multi-syllable conjunctive adverb appearing at beginning of second clause in a sentence.
* Pitch accent support now available everywhereAlex Yatskov2020-04-22
|
* Add notice about pitch accent dictionary being available in testing onlyAlex Yatskov2020-04-16
|
* Add legal notices, pitch accent dictionary linkAlex Yatskov2020-04-10
|
* Add support for {document-title}toasted-nutbread2020-04-06
|
* remove README for templates in developmentsiikamiika2020-02-10
|