<%*
const highlightTitle = await tp.system.prompt("Title")
const title = tp.user.zettelize(highlightTitle)

await tp.file.rename(title)
await tp.file.move(${tp.user.variables("highlightsPath")}/${title})
-%># <% highlightTitle %>