-
point in short I have ReText installed in a portable location and am using this module within this portable location...
but this module appears to need something extra in order to function properly:
…
-
I'm trying to bundle retext-keywords using webpack, and apparently it's tripping on the block in retext-pos:
```js
/*
* Duo and component / npm and component.
*/
try {
posjs = require…
-
Demo: https://github.com/bebraw/keywords-demo .
Crash
```
.../node_modules/retext-keywords/index.js:14
retext.use(pos);
^
TypeError: Cannot read property 'use' of undefined
```
…
-
### Subject of the issue
`retext-indefinite-article` suggests using "a h1" although the HTML specification uses "an h1" throughout. Because "h1" is pronounced "ach one", "a ach one" seems to violat…
-
It is like Issue #4, but with encoded emojis:
```javascript
retext()
.use(emoji, { convert: 'decode' })
.processSync('Crying 😢 😢')
.toString();
```
Results in `Crying :cry: :cry:`…
-
When I run retext-indefinite-article against a document with the phrase `a 1/4" hole`, I get the following:
```
13:17-13:18 warning Use `an` before `1/4`, not `a` ret…
-
Very common in a README, I would think, to point the developer to a localhost URL.
Example: `http://localhost:3000/home`
Perhaps this is more of an issue with retext in general, but I am using i…
-
Similar to #5 and #7, I received the following warning:
```
1:14-1:15 warning Use `an` before `1x`, not `a` retext-indefinite-article retext-indefinite-article
```
I expected "a 1x" to be…
-
I tried the API by passing "Boys will be boys" and got nothing back. Does it only work when words are not plural?
-
In many places (for example github) embedding both video and images is possible.
Is it either expected to work in retext or feasible to add?
Or is it "massive amount of work needed in upstream p…