Example of a find and replace feature for SlateJS
https://corticoai.github.io/slate-find-replace/
- Highlights words that match the search param
- Highlights a 'focused' word which is the one that will be replaced if a replace is called
- Go to the next/previous word
- Determine next and previous based on editor selection
- Show number of matches?
- Replace one word
- Replace all instances of a word
- Case sensitive option
yarn
yarn start
yarn test
Annoying right now, should automate eventually.
yarn build
Then git push your changes, including the docs
folder.