atom-flowmark
atom-flowmark copied to clipboard
Menu item to auto-correct a search-replace word list
Use cases:
- Word list for commonly misspelled words (e.g.
Airbnb
vsAirBnb
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.