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

33 lines
646 B
Markdown

> **Status**:
> **Location**:
> **Last Interaction**:
> **Sigils**:
> **Tag**:
---
### 📝 Notes
Write here your notes…
---
<div style="text-align:center; font-size: 0.9em; opacity: 0.6;">
⟡ 𓂀 Part of The Ember Index ⟡
</div>
<hr>
<%*
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);
%>