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