diff --git a/.obsidian/plugins/obsidian-full-calendar/data.json b/.obsidian/plugins/obsidian-full-calendar/data.json index 5ad015aad..6345cb02a 100644 --- a/.obsidian/plugins/obsidian-full-calendar/data.json +++ b/.obsidian/plugins/obsidian-full-calendar/data.json @@ -34,6 +34,11 @@ "type": "local", "color": "#c787d9", "directory": "900s Calendars/Teaching" + }, + { + "type": "local", + "color": "#c76060", + "directory": "900s Calendars/Personal" } ], "defaultCalendar": 0, diff --git a/900s Calendars/Personal/2025-02-21 Drive home.md b/900s Calendars/Personal/2025-02-21 Drive home.md new file mode 100644 index 000000000..08111a63a --- /dev/null +++ b/900s Calendars/Personal/2025-02-21 Drive home.md @@ -0,0 +1,8 @@ +--- +title: Drive home +allDay: false +startTime: 11:30 +endTime: 12:00 +date: 2025-02-21 +completed: null +--- diff --git a/reddup.sh b/reddup.sh index 22a5f12cd..b356c0ac6 100755 --- a/reddup.sh +++ b/reddup.sh @@ -158,18 +158,18 @@ $folder_md" #echo "Prompt:" #echo "=================" #echo $prompt -summary=$(/usr/local/bin/ollama run llama3.2 "$prompt") +#summary=$(/usr/local/bin/ollama run llama3.2 "$prompt") #echo "" #echo "Summary:" #echo "=================" -echo $summary +#echo $summary # Build the full new content: static portion + summary section. { cat "$tmp_static" echo "## Summary" - echo "$summary" +# echo "$summary" echo "" echo "Generated by llama3.2:latest" } > "$readme"