Word to Notion
Discover our advanced Word to Notion converter
JS code to transform Title to URL Handle
Below is the code we use for the converter.
.replace(/ +/g, ' ').replaceAll(":", "-").normalize("NFD").replace(/[\u0300-\u036f]/g, "").replaceAll(" ", "-").replaceAll("\"", "-").replaceAll("\'", "-").replace(/--+/g, '-').replaceAll("\’", "").replaceAll("_", "-").replaceAll("---", "-").replaceAll("--", "-").toLowerCase()