chore: sync Obsidian UI changes
calendar/data.json — configured through Obsidian UI: - Word count dots: #ebcb8b, 250 words/dot, calendar + menu - Task dots: #d08770, max 1 incomplete, calendar + menu - Link indicators: #a3be8c, menu only - Backlink indicators: #5e81ac, menu only - Zettel tracking: #b48ead, calendar + menu community-plugins.json — enabled through Obsidian (may include dataview etc) workspace.json — updated open tabs/layout state graph.json — Obsidian reset colors on close (expected behavior)
This commit is contained in:
29
.obsidian/plugins/calendar/data.json
vendored
29
.obsidian/plugins/calendar/data.json
vendored
@@ -3,5 +3,32 @@
|
||||
"localeOverride": "en-GB",
|
||||
"weekStart": "monday",
|
||||
"showWeeklyNote": false,
|
||||
"sourceSettings": {
|
||||
"wordCount": {
|
||||
"color": "#ebcb8b",
|
||||
"display": "calendar-and-menu",
|
||||
"wordsPerDot": 250
|
||||
},
|
||||
"tasks": {
|
||||
"color": "#d08770",
|
||||
"display": "calendar-and-menu",
|
||||
"maxIncompleteTaskDots": 1
|
||||
},
|
||||
"links": {
|
||||
"color": "#a3be8c",
|
||||
"display": "menu"
|
||||
},
|
||||
"backlinks": {
|
||||
"color": "#5e81ac",
|
||||
"display": "menu"
|
||||
},
|
||||
"zettels": {
|
||||
"color": "#b48ead",
|
||||
"display": "calendar-and-menu"
|
||||
},
|
||||
"emoji-tags": {
|
||||
"display": "none"
|
||||
}
|
||||
},
|
||||
"showNoteIndicator": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user