https://www.youtube.com/watch?v=DevRcgtKMtU
<aside> <img src="/icons/plus_gray.svg" alt="/icons/plus_gray.svg" width="40px" /> How to add new websites
*These instructions are in the video above if you would prefer to learn that way.
**if(not empty(prop("Name")), "THE SEARCH URL GOES HERE" + replaceAll(replaceAll(prop("Name"), "[,]", ""), " ", "+"), "")
So if we were going to continue with our Reddit example from above, the formula should look like:
if(not empty(prop("Name")), "https://www.reddit.com/search/?q=" + replaceAll(replaceAll(prop("Name"), "[,]", ""), " ", "+"), "")**
Happy searching! 🎉 </aside>