mirror of
https://github.com/tcsenpai/The-Ember-Index.git
synced 2025-06-02 18:40:04 +00:00
646 B
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);
%>