Menu item to auto-correct a search-replace word list
- Dominant language
- JavaScript
- Stars
- 45
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Use cases:
- Word list for commonly misspelled words (e.g. `Airbnb` vs `AirBnb` etc)
- Cleaning up URLs e.g. `https://www.amazon.com/Corporate-Directors-Guidebook-Seventh-Committee/dp/1641055928/ref=sr_1_2?dchild=1&keywords=corporate+director%27s+guidebook&qid=1585787999&s=books&sr=1-2` -> `https://www.amazon.com/Corporate-Directors-Guidebook-Seventh-Committee/dp/1641055928/`
Ideally this would be literal or regex, as needed.
This should be a configurable list, maybe one stored in the same directory as the file being flowmarked, e.g.
flowmark.yml in current dir or higher in the path? Could be even a set of lists, and you pick from the drop-down menu which you want to apply.
Contributor guide
Assessment
This issue has not been assessed yet.