WordPress has an excellent feature, where pasting a URL onto selected text will automatically transform that text into a link.
Now you can do it everywhere!
Chrome Web Store | Firefox Extensions
git clone [email protected]:pento/linkify.git
To install dependencies:
cd linkify
npm install
Then to start a developing session (with watch), run:
npm watch
This will create an unpacked version of Linkify in the distribution
directory, which you can load in Chrome using the Load unpacked extension...
button in your Chrome Extensions page.