* 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
9 lines
357 B
Plaintext
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"
|