Sample of plugins for quill that automatically highlights links in text, replace smiles in text with emoji.
https://jsfiddle.net/ox5ty132/
The main idea is to automatically detect and customly render specific content to be more user friendly, without changing document delta or with changes in formats.
In this example - there are three types of such auto replaced content:
- smiles / emojies replaced with images
- normal links that are highlighted
- google sheets links are replaced with hardcoded possible widget example
This code is experimental and is not expected for production use at the moment.*
npm install
npm run build
./node_modules/.bin/webpack-dev-server
MIT