javascript icon indicating copy to clipboard operation
javascript copied to clipboard

Monorepo for all the JavaScript within Yoast

Results 95 javascript issues
Sort by recently updated
recently updated
newest added

When resolving this issue we should have the following components: * [x] FacebookImage https://github.com/Yoast/yoast-components/issues/812 * [ ] FacebookTextContainer https://github.com/Yoast/javascript/issues/46 * [x] FacebookTitle https://github.com/Yoast/javascript/issues/40 * [x] FacebookDescription https://github.com/Yoast/javascript/issues/41 * [x] FacebookSiteName...

epic
Package: social-metadata-previews

Google Docs use these characters for quotes: `”`, `‘`. Therefore if I put the text from my gDocs sheet into `yoast` - it will not recognize links. Those chars sd...

## Explanation For Hindi Readability Analysis & Transition Words has a big issue. In Hindi we use full stop as “।” This Hindi full stop is not recognized by yoast...

PR: https://github.com/Yoast/javascript/pull/377 PR in premium-configuration: https://github.com/Yoast/YoastSEO.js-premium-configuration/pull/65 Many exception-words (from different word categories) have irregular forms that do not follow any established rule/patterns. These words are therefore united into one list...

component: morphology

PRs: #458 Yoast/YoastSEO.js-premium-configuration/pull/82 (premium configuration) Some participles are not stemmed correctly because they follow irregular patterns. These should be implemented: - do not stem ge- if it is part of...

needs-code-review

## Explanation require('yoastseo') fails because index.js is a module. ``` import { Paper, Researcher } from '../node_modules/yoastseo/index'; ^ SyntaxError: Unexpected token { at Module._compile (internal/modules/cjs/loader.js:721:23) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load...

## Goals - We need to build new researches that can provide data for all assessments that require keyphrase matching in the tree. This excludes all assessments that require keyphrase...

component: parse tree
innovation

## Explanation Adding noun exception stemming rules that have not been covered by the existing rules. For example diminutives suffixes -'etje and -'je, suffix -en and -s when they are...

component: morphology

## Explanation Users of Classic Blocks in Gutenberg do not see any assessment results, because we can't identify and analyse these blocks. Therefor we want to warn users of those...

Right now we do not stem the verb suffixes -t/-te/-ten/-de/-den because they are often part of the stem. We should implement three solutions to this problem: - If the word...

component: morphology