Skip to Content
Bim bam boum ! 🎉

<%*

const newName = tp.file.title.replace(/\s+/g, ’-‘).toLowerCase();

await tp.file.rename(newName);

%>

Last updated on