summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAge
* fix: add missing handlebar entry (#823)m-edlund2024-04-15
| | | | | * fix: add missing handlebar entry * fix: add new handlebar to tests
* Update docs for new add duplicate buttons (#785)Eloy Robillard2024-04-09
| | | Co-authored-by: StefanVukovic99 <stefanvukovic44@gmail.com>
* Move sandbox files (#731)toasted-nutbread2024-03-04
| | | | | * Move sandbox files * Update order
* Package scripts update (#714)toasted-nutbread2024-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update license-report commands * Rename build-libs * Update test-lint-js * Rename test-lint-json * Update test-lint-css * Rename test-lint-html * Update test-ts * Update test-code * Update test-build * Rename * Test JSON types * Distinguish JS tests from JSON tests * Add bench test * Test markdown * Add fast test option * Rename test:code * Describe scripts * Add test-build action * Add test:static-analysis * Update CI * Fix path * Fix missing type definition
* documentation updates (#703)StefanVukovic992024-02-20
| | | | | | | * first pass * wording * v2
* add language select, abstract text transformations (#584)StefanVukovic992024-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Copy functions from JapaneseUtil * Remove JapaneseUtil * Update usages of JapaneseUtil functions * part1 * frotend done? * fix tests * offscreen and type complications * add tests * start fixing tests * keep fixing tests * fix tests * Copy functions from JapaneseUtil * Remove JapaneseUtil * Update usages of JapaneseUtil functions * delete pt * renames * add tests * kebab-case filenames * lint * minor fixes * merge * fixes * fix part of comments * fix more comments * delete unused types * comment * comment * do backend * other files * move fetch utils to own file * remove extra line * add extra line * remove unnecessary export * simplify folder structure * remove redundant async * fix param type in api * fix language index * undo changes to cssStyleApplier * undo changes to utilities.js * undo changes to utilities.js * simplify language util * lint * undo phantom changes to anki integration * require textTransformations options * explicit locale in localeCompare * punctuate notes * prefer early exit * rename LanguageOptionsObjectMap * rename to textPreprocessor * tuple with names instead of boolean array * safe data setting * optional chaining * simplify LanguageOptions * encapsulate languages * delete language util * nullable language in text preprocessors controller * rename transform to process * remove settings * make translation advanced again * remove unused getTextTransformations api call * comments * change language types * RIP flags * comments * fix tests * lint * Text preprocessor type changes (#10) * Add types * Update types * Simplify type check * Refactor typing and structuring of language definitions * lint * update translator benchmark * undo markdown changes * undo markdown changes * undo markdown changes * more merge * simplify language controller --------- Co-authored-by: toasted-nutbread <toasted-nutbread@users.noreply.github.com> Co-authored-by: Darius Jahandarie <djahandarie@gmail.com>
* add docs (#685)StefanVukovic992024-02-15
|
* add pitch-accent-categories documentation (#663)24.2.10.0Kuuuube2024-02-10
|
* Add cloze-body-kana docs (#659)Kuuuube2024-02-10
| | | | | * add cloze-body-kana docs * Fix alphabetical ordering
* Add documentation for new frequency handlebars (#621)Kuuuube2024-02-04
| | | | | | | | | * Add documentation for new frequency handlebars * Roughly mark default meanings * Reword explanations * Reword explanation in other docs
* Add Prettier Formatting for Markdown Files and Pre-Commit Hook (#543)marv2024-02-03
| | | | | | | * Install prettier, add prettierignore * Add precommit hook for md * Prettier format md files
* Reworked README & supplimenting docs (#512)Pierce James Morris2024-01-14
| | | | | | | | | | | | | * initial revision of updated README * fix broken links in doc files * descriptive links, typos, anki emphasis * add missing punctuation * add new lines and capitalise letters * move contributing section up
* Replace occurrences of よみちゃん with よみたん (#377)Cashew2023-12-18
|
* Add JSDoc type annotations to project (rebased)toasted-nutbread2023-11-27
|
* Update templates.mdstarxeras2023-11-10
|
* Update permissions.mdstarxeras2023-11-10
|
* Switch to vitest for ESM support; other fixesDarius Jahandarie2023-11-08
|
* nativeMessaging can always be optionalpraschke2023-10-29
| | | | this is the only blocker to Firefox for Android.
* remove webRequest and webRequestBlockingpraschke2023-10-29
| | | | | | | | | | | | | | | | firefox was previously unable to use declarativeNetRequest, as some browser state (ExtensionDNRStore) wasn't correctly initialized wrt yomitan's use of the DNR API. this bug manifested as an unexpected error on calls to updateDynamicRules(), specifically after the browser has been restarted. switching to the use of session rules instead of dynamic rules fixes this bug. i have tested audio info requests (custom JSON, JPod Alternate, Jisho) that exhibited the bug after browser restart on version 115 and 118, and the audio plays instead of the request failing. webRequest can now be entirely removed.
* remove webRequest from chrome for realpraschke2023-10-29
|
* fix: reinstate webRequest and correct the permissions docspraschke2023-10-25
| | | | | | | `webRequest` is used on Chrome/MV3 to surface error information from failed requests. it was added back to the declarative path by toasted-nutbread in FooSoft/yomichan#2161, but the permissions documentation did not reflect `webRequests` continued necessity.
* 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
| |
| * docs: hiragana and katakanapraschke2023-10-17
| |
| * docs: pitchCategoriespraschke2023-10-17
| |
| * docs: join and concatpraschke2023-10-17
| |
| * docs: typeofpraschke2023-10-17
| | | | | | | | this shouldn't be used as a block helper, the result may be non-portable
| * docs: isMoraPitchHigh and getKanaMoraepraschke2023-10-17
| |
| * docs: propertypraschke2023-10-17
| |
| * docs: oppraschke2023-10-17
| |
| * docs: spreadpraschke2023-10-17
| |
| * docs: multiLinepraschke2023-10-17
| |
| * docs: mergeTagspraschke2023-10-17
| |
| * remove kanjiLinks and sanitizeCssClasspraschke2023-10-17
| |
| * update: pronunciationpraschke2023-10-17
| |
| * update: hasMedia and getMediapraschke2023-10-17
| |
| * update: set and getpraschke2023-10-17
| |
| * fix: regexReplace and regexMatchpraschke2023-10-17
| | | | | | | | | | joining the args together without cutting out the options arg can add an '[object Object]' into the result.
| * fix: formatGlossarypraschke2023-10-17
| |
| * fix: furigana and furiganaPlainpraschke2023-10-17
| |
| * fix: dumpObjectpraschke2023-10-17
| |
* | restore webRequestBlocking on Firefoxpraschke2023-10-22
| |
* | fix: clipboard getImage, review commentsjbukl2023-10-21
|/ | | | | | | implement getImage for offscreen requests move offscreen files, offscreen prep is done in sw prep update permissions document for offscreen rearrange permissions
* undo EOF newline removal in docs/interfaces*.ts, because they originally had ↵Austin Siew2023-03-23
| | | | newlines at the end by default
* fixed missing headers in docs/interfaces/*.tsAustin Siew2023-03-23
|
* Update browser bugs (#2189)toasted-nutbread2022-08-20
|
* Add mode documentation about the types used by Translator (#2147)toasted-nutbread2022-05-19
|
* Update browser bugs (#2107)toasted-nutbread2022-04-03
|
* Update copyright date (#2062)toasted-nutbread2022-02-02
| | | | | | | * Update eslint settings * Update 2021 files * Update other files
* Add info about touch events not working properly for certain webpages (#2060)toasted-nutbread2022-02-02
|