Automatically hyperlink specific keywords with a set hyperlink Automatically hyperlink a paragraph of text with an array of specified keywords with there relative Url.This code is capitail insensitve.
Change #Link Array to relative keywords and URL
links = { "Lorem ipsum": "https://en.wikipedia.org/wiki/Lorem_ipsum", "aliquet": "https://www.dictionary.com/browse/aliquet", "Aenean": "https://www.dictionary.com/browse/aenean" }
Use keywords.xslx file to quickly change specific keywords & URL for a quick copy and paste for python array.
Run code
Insert results in StackEdit at https://stackedit.io/ to insert links for a quick copy & paste.