The-Ember-Index/Templates/Fixation_base.md
2025-04-20 18:39:22 +02:00

646 B

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); %>