Files
Allen930311 9de71654fc feat: add unified-diary skill (#246)
* feat: add unified-diary skill

* chore: refine diary skill metadata for quality bar compliance

* fix: address PR feedback - fix NameError, Obsidian path, and add missing script
2026-03-09 11:52:09 +01:00

9 lines
357 B
Plaintext

# Notion Settings
NOTION_TOKEN="ntn_your_notion_token_here"
NOTION_DIARY_DB="your_notion_database_id_here"
# Path Settings (Optional, scripts will use sensible defaults if not set)
# DESKTOP_PATH="C:\Users\YourName\OneDrive\Desktop"
# GLOBAL_DIARY_ROOT="C:\path\to\your\global\diary\folder"
# OBSIDIAN_DAILY_NOTES="C:\path\to\your\obsidian\vault\10_Daily"