aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Merge pull request #276 from praschke/block-helper-rewriteDarius Jahandarie2023-10-22
|\ | | | | | | Block helper rewrite
| * warn about custom templates in the welcome pagepraschke2023-10-22
| |
| * docs: note changes to custom templates in the readmepraschke2023-10-22
| |
| * catch a few more cases in the template patchpraschke2023-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
| |
| * initial handlebars patchpraschke2023-10-17
| |
* | Merge pull request #270 from MarvNC/add-markdown-formattingDarius Jahandarie2023-10-22
|\ \ | | | | | | | | | Add Markdown Formatting
| * | Mention markdown all in one extensionMarvNC2023-10-05
| | |
| * | Autoformat contributing.mdMarvNC2023-10-05
| | |
| * | Formatting (Markdown All in One)MarvNC2023-10-05
| | |
* | | Merge pull request #283 from praschke/webRequestBlockingDarius Jahandarie2023-10-22
|\ \ \ | | | | | | | | | | | | restore webRequestBlocking on Firefox
| * | | restore webRequestBlocking on Firefoxpraschke2023-10-22
|/ / /
* | | Merge pull request #282 from themoeway/fix-cicd-errorsDarius Jahandarie2023-10-22
|\ \ \ | | | | | | | | | | | | Fix CI/CD errors
| * | | Fix whitespaceDarius Jahandarie2023-10-22
| | | |
| * | | Fix errors in publish-firefox-development.ymlDarius Jahandarie2023-10-22
|/ / /
* | | Merge pull request #280 from themoeway/security-md23.10.22.0Darius Jahandarie2023-10-22
|\ \ \ | | | | | | | | | | | | Create SECURITY.md
| * | | Create SECURITY.mdDarius Jahandarie2023-10-22
| | | |
* | | | Merge pull request #281 from themoeway/firefox-min-versionDarius Jahandarie2023-10-22
|\ \ \ \ | |/ / / |/| | | | | | | Bump minimum Firefox version to 115 for storage.session support
| * | | Bump minimum Firefox version to 115 for session.storage supportDarius Jahandarie2023-10-22
|/ / /
* | | Merge pull request #278 from jbukl/offscreen-clipboardDarius Jahandarie2023-10-22
|\ \ \ | | | | | | | | | | | | Fix chromium clipboard access
| * | | 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
| * | | chore: unused importjbukl2023-10-20
| | | |
| * | | chore: some returns booljbukl2023-10-20
| | | |
| * | | chore: cleanup offscreen documentation codejbukl2023-10-20
| | | |
| * | | fix: chromium clipboard accessjbukl2023-10-20
| | |/ | |/| | | | | | | on chromium, backend calls to clipboardGet are forwarded to an offscreen script
* | | Merge pull request #279 from stephenmk/masterDarius Jahandarie2023-10-22
|\ \ \ | | | | | | | | | | | | Edit `vertical-align` style for structured content hyperlinks
| * | | Edit `vertical-align` style for structured content hyperlinksstephenmk2023-10-20
|/ / /
* | | Merge pull request #146 from ↵Darius Jahandarie2023-10-21
|\ \ \ | |/ / |/| | | | | | | | | | | themoeway/dependabot/github_actions/cardinalby/schema-validator-action-3.0.0 Bump cardinalby/schema-validator-action from 1.1.1 to 3.1.0
| * | Update schema-validator-action to 3.1.0Darius Jahandarie2023-10-21
| | |
| * | Merge branch 'master' into ↵Darius Jahandarie2023-10-01
| |\ \ | | | | | | | | | | | | dependabot/github_actions/cardinalby/schema-validator-action-3.0.0
| * | | Turn on lax mode, fix versionDarius Jahandarie2023-10-01
| | | |
| * | | Bump cardinalby/schema-validator-action from 1.1.1 to 3.0.0dependabot[bot]2023-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [cardinalby/schema-validator-action](https://github.com/cardinalby/schema-validator-action) from 1.1.1 to 3.0.0. - [Release notes](https://github.com/cardinalby/schema-validator-action/releases) - [Commits](https://github.com/cardinalby/schema-validator-action/compare/c2da05377e89dd0c9b7be9420da0b3534b1efcce...8407573c2627c5159428cf9fa3770d13b2360a27) --- updated-dependencies: - dependency-name: cardinalby/schema-validator-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #274 from praschke/search-page-parsed-frequencyDarius Jahandarie2023-10-14
|\ \ \ \ | | | | | | | | | | | | | | | add sort dictionary data to parse results on the search page