diff --git a/README.md b/README.md index 931ef9d..f88fe30 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ The Ember Index is a gentle system for tracking and revisiting your suspended fixations — creative projects, intellectual obsessions, half-finished builds, forgotten puzzles, abandoned sparks. +![The Ember Index Screenshot](screenshot.png) + ## Structure Each fixation lives in its own note. -Once added to the system, it can be “evoked” randomly through a ritual command or a click of a button. +Once added to the system, it can be "evoked" randomly through a ritual command or a click of a button. Creating a fixation can be done by clicking a button too. @@ -22,14 +24,14 @@ When you summon a fragment: You can revisit the ember, reignite it, or gently return it to sleep — without guilt, without pressure. It's not a todo list. -It’s a memory temple for the parts of you that once burned brightly. +It's a memory temple for the parts of you that once burned brightly. --- ## ⚙️ Prerequisites & Setup -To make The Ember Index fully functional, you’ll need two community plugins: +To make The Ember Index fully functional, you'll need two community plugins: ### 1. [Templater](https://github.com/SilentVoid13/Templater) @@ -42,15 +44,15 @@ Used to execute the logic behind each ritual (random selection, timestamping, lo **NOTE**: If you chose another folder, please change the `Templates` references in the step below with your configured folder -- Make sure “Trigger Templater on file creation” is **off** (optional but recommended) +- Make sure "Trigger Templater on file creation" is **off** (optional but recommended) - Go to `Settings → Templater → Template Hotkeys` and add a reference to `Templates/invokefixation.md` - (you don’t need to assign a hotkey — just register the path; adjust it if you use a custom template folder) + (you don't need to assign a hotkey — just register the path; adjust it if you use a custom template folder) - Do the same for `Templates/Fixation_base.md` - (you don’t need to assign a hotkey — just register the path; adjust it if you use a custom template folder) + (you don't need to assign a hotkey — just register the path; adjust it if you use a custom template folder) -**IMPORTANT**: Make sure to copy `invokefixation.md` and `Fixation_base.md` from this repository’s `Templates` folder into your configured Templater folder. +**IMPORTANT**: Make sure to copy `invokefixation.md` and `Fixation_base.md` from this repository's `Templates` folder into your configured Templater folder. --- diff --git a/The Ember Index/fixations/Sample-Fixation.md b/The Ember Index/fixations/Sample-Fixation.md new file mode 100644 index 0000000..525902a --- /dev/null +++ b/The Ember Index/fixations/Sample-Fixation.md @@ -0,0 +1,22 @@ + +> **Status**: Paused +> **Location**: On the desk +> **Last Interaction**: 01-02-2025 +> **Sigils**: (any emoji, is just a decoration) +> **Tag**: #any #tag #you #want + +--- + +### 📝 Notes + +Write here your notes… + +--- + +
+ ⟡ 𓂀 Part of The Ember Index ⟡ +
+ +
+ + diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..c16a40d Binary files /dev/null and b/screenshot.png differ