update
This commit is contained in:
66
.obsidian/plugins/obsidian-day-planner/data.json
vendored
66
.obsidian/plugins/obsidian-day-planner/data.json
vendored
@@ -7,7 +7,7 @@
|
||||
"endLabel": "All done",
|
||||
"startHour": 8,
|
||||
"timelineDateFormat": "YYYY-MM-DD",
|
||||
"centerNeedle": true,
|
||||
"centerNeedle": false,
|
||||
"plannerHeading": "Todo",
|
||||
"plannerHeadingLevel": 1,
|
||||
"timelineColored": false,
|
||||
@@ -18,27 +18,75 @@
|
||||
"dataviewSource": "",
|
||||
"extendDurationUntilNext": false,
|
||||
"defaultDurationMinutes": 30,
|
||||
"minimalDurationMinutes": 10,
|
||||
"showTimestampInTaskBlock": false,
|
||||
"showUncheduledTasks": true,
|
||||
"showUnscheduledNestedTasks": true,
|
||||
"showUnscheduledNestedTasks": false,
|
||||
"showNow": true,
|
||||
"showNext": true,
|
||||
"pluginVersion": "0.22.1",
|
||||
"pluginVersion": "0.24.0",
|
||||
"showCompletedTasks": true,
|
||||
"showSubtasksInTaskBlocks": true,
|
||||
"icals": [
|
||||
{
|
||||
"name": "Université",
|
||||
"name": "Univ",
|
||||
"email": "",
|
||||
"url": "https://ade.univ-tours.fr/jsp/custom/modules/plannings/pn8k10Y8.shu",
|
||||
"color": "#00a313"
|
||||
"color": "#40d040"
|
||||
},
|
||||
{
|
||||
"name": "Personnel",
|
||||
"url": "webcal://p41-caldav.icloud.com/published/2/MTAxMTY2MzAzOTMxMDExNnNhSybinMIYEV7aX8u2ivyi98sfrMEGPfJqB3GCtWcY",
|
||||
"name": "Perso",
|
||||
"email": "",
|
||||
"url": "https://p41-caldav.icloud.com/published/2/MTAxMTY2MzAzOTMxMDExNnNhSybinMIYEV7aX8u2ivyi98sfrMEGPfJqB3GCtWcY",
|
||||
"color": "#ffd609"
|
||||
},
|
||||
{
|
||||
"name": "Oscar",
|
||||
"email": "",
|
||||
"url": "https://p163-caldav.icloud.com/published/2/NDM3NjEyMTQ5NDM3NjEyMcMf3H8znMozJCyUJsfwQoRLMkyYnrBs6hfqu2YFzFRr",
|
||||
"color": "#cd73e1"
|
||||
},
|
||||
{
|
||||
"name": "test",
|
||||
"email": "",
|
||||
"url": "https://p163-caldav.icloud.com/published/2/NDM3NjEyMTQ5NDM3NjEyMcMf3H8znMozJCyUJsfwQoQzxjFuS4tn4pQk6Vb-H6O5cJndJkX9BtYxBmm6CahlQAae2e7-x6XscLKTFkeO9Ko",
|
||||
"color": "#40d040"
|
||||
}
|
||||
],
|
||||
"colorOverrides": [
|
||||
{
|
||||
"text": "🔺",
|
||||
"darkModeColor": "#6e0e07",
|
||||
"color": "#dc685e"
|
||||
},
|
||||
{
|
||||
"text": "⏫",
|
||||
"darkModeColor": "#7e5110",
|
||||
"color": "#fb8f13"
|
||||
},
|
||||
{
|
||||
"text": "🔼",
|
||||
"darkModeColor": "#425c0a",
|
||||
"color": "#94bf36"
|
||||
},
|
||||
{
|
||||
"text": "🔽",
|
||||
"darkModeColor": "#0f758f",
|
||||
"color": "#79d1e6"
|
||||
},
|
||||
{
|
||||
"text": "⏬",
|
||||
"darkModeColor": "#38435c",
|
||||
"color": "#bdcaff"
|
||||
},
|
||||
{
|
||||
"text": "#task",
|
||||
"darkModeColor": "#0d300d",
|
||||
"color": "#c4c4c4"
|
||||
}
|
||||
],
|
||||
"colorOverrides": [],
|
||||
"releaseNotes": true,
|
||||
"taskStatusOnCreation": " "
|
||||
"taskStatusOnCreation": " ",
|
||||
"eventFormatOnCreation": "task",
|
||||
"sortTasksInPlanAfterEdit": false
|
||||
}
|
57256
.obsidian/plugins/obsidian-day-planner/main.js
vendored
57256
.obsidian/plugins/obsidian-day-planner/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian-day-planner",
|
||||
"name": "Day Planner",
|
||||
"version": "0.22.1",
|
||||
"version": "0.24.0",
|
||||
"minAppVersion": "0.16.0",
|
||||
"description": "A day planner with clean UI and readable syntax",
|
||||
"author": "James Lynch, continued by Ivan Lednev",
|
||||
|
1062
.obsidian/plugins/obsidian-day-planner/styles.css
vendored
1062
.obsidian/plugins/obsidian-day-planner/styles.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user