-
Notifications
You must be signed in to change notification settings - Fork 8
Quick Start
pixelnull edited this page Mar 31, 2026
·
4 revisions
Get DeepLore Enhanced injecting lore in 5 minutes.
- Obsidian with the Local REST API plugin installed and enabled
- SillyTavern with DeepLore Enhanced installed (see Installation)

Tip: Run
/dle-setupto launch the guided setup wizard shown above.
- Open SillyTavern → Extensions → DeepLore Enhanced
- Under Vault Connections, your default vault should already be there
- Enter the Port (default:
27123) and API Key from the Obsidian REST API plugin settings - Click Test All — you should see a green checkmark
Where's my API key? In Obsidian, go to Settings → Community Plugins → Local REST API → copy the "API Key" field.
In Obsidian, create a new note with this content:
---
tags:
- lorebook
keys:
- magic
- spellcasting
summary: "The magic system of this world. Select when magic, spells, or supernatural abilities come up."
priority: 50
---
# Magic System
Magic in this world is powered by willpower and channeled through spoken incantations.
Novice practitioners can only manage simple cantrips, while masters can reshape reality itself.The key parts:
-
tags: [lorebook]— marks this note for DeepLore to index -
keys: [magic, spellcasting]— keywords that trigger this entry -
summary— helps AI search decide when to select this entry
- Check Enable DeepLore Enhanced in settings
- Click Refresh (or type
/dle-refreshin chat) - You should see "1 entries" in the header badge
- Start or continue a chat
- Send a message mentioning "magic" or "spellcasting"
- Type
/dle-inspectin chat — you should see your entry in the pipeline trace - Click the book icon on the AI message to see which entries were injected (Context Cartographer)

- Read First Steps to learn how to build out your vault
- Check the Writing Vault Entries guide for frontmatter reference
- Run
/dle-healthto check your entry quality - Explore
/dle-helpfor all available commands
DeepLore Wiki
Getting started
Features
Reference
Help