> **Status**: > **Location**: > **Last Interaction**: > **Sigils**: > **Tag**: --- ### 📝 Notes Write here your notes… ---
⟡ 𓂀 Part of The Ember Index ⟡

<%* const folder = "The Ember Index/fixations"; const title = await tp.system.prompt("What is the title?"); const filename = `${title}`; await tp.file.rename(filename); await tp.file.move(`${folder}/${filename}`); // Replacing title // const updatedContent = tp.file.content.replace("# Name", `# ${title}`); // await this.app.vault.modify(tp.file, updatedContent); %>