- Set up Obsidian vault with wiki structure (Characters, Episodes, Items, Locations, Lore) - Created PostgreSQL schema with all necessary tables (characters, items, locations, episodes, relationships) - Added git config and .gitignore - Created project documentation (README, CLAUDE.md) - Added environment example file - Prepared Docker Compose for PostgreSQL Ready for Phase 1 implementation. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
51 lines
814 B
Markdown
51 lines
814 B
Markdown
---
|
|
type: episode
|
|
season: 1
|
|
episode_number: 1
|
|
tags: [episode, story]
|
|
created: {{date}}
|
|
updated: {{date}}
|
|
---
|
|
|
|
# Season X, Episode Y - {{TITLE}}
|
|
|
|
## Episode-Info
|
|
- **Nummer:**
|
|
- **Titel:**
|
|
- **Luftdatum:**
|
|
- **Manga-Kapitel:**
|
|
|
|
## Zusammenfassung
|
|
*Kurze Zusammenfassung der Episode*
|
|
|
|
## Hauptereignisse
|
|
- Ereignis 1
|
|
- Ereignis 2
|
|
- Ereignis 3
|
|
|
|
## Featured Characters
|
|
- [[Character Name]]
|
|
- [[Character Name]]
|
|
|
|
## Featured Locations
|
|
- [[Location Name]]
|
|
- [[Location Name]]
|
|
|
|
## Items Eingeführt
|
|
- [[Item Name]]
|
|
- [[Item Name]]
|
|
|
|
## Story-Relevanz
|
|
*Wie wichtig ist diese Episode für die Gesamtstory?*
|
|
|
|
## Notizen & Theorien
|
|
*Interessante Punkte, versteckte Details, Fan-Theorien*
|
|
|
|
## Verbindungen
|
|
- **Vorherige Episode:** [[]]
|
|
- **Nächste Episode:** [[]]
|
|
- **Story-Arc:** [[]]
|
|
|
|
---
|
|
Tags: #episode #season1 #story
|