diff --git a/.obsidian/plugins/obsidian-full-calendar/data.json b/.obsidian/plugins/obsidian-full-calendar/data.json index 6e1800060..47928af2d 100644 --- a/.obsidian/plugins/obsidian-full-calendar/data.json +++ b/.obsidian/plugins/obsidian-full-calendar/data.json @@ -1,5 +1,11 @@ { "calendarSources": [ + + { + "type": "dailynote", + "color": "#ffffff", + "heading": "Calendar Tasks" + }, { "type": "local", "color": "#e557c6", @@ -44,11 +50,6 @@ "type": "ical", "color": "#83ff7a", "url": "https://www.officeholidays.com/ics-fed/usa" - }, - { - "type": "dailynote", - "color": "#ffffff", - "heading": "Calendar Tasks" } ], "defaultCalendar": 0, @@ -58,4 +59,4 @@ "mobile": "timeGrid3Days" }, "timeFormat24h": false -} \ No newline at end of file +}