add claude-obsidian
This commit is contained in:
Vendored
+34
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"shouldConfirmBeforeCreate": false,
|
||||
"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
|
||||
}
|
||||
Vendored
+15646
File diff suppressed because it is too large
Load Diff
+10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "calendar-beta",
|
||||
"name": "Calendar (Beta)",
|
||||
"description": "Calendar view of your daily notes",
|
||||
"version": "2.0.0",
|
||||
"author": "Liam Cain",
|
||||
"authorUrl": "https://github.com/liamcain/",
|
||||
"isDesktopOnly": false,
|
||||
"minAppVersion": "0.9.11"
|
||||
}
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
button:focus {
|
||||
box-shadow: 0 0 0 1px var(--interactive-accent);
|
||||
}
|
||||
|
||||
#calendar-container [data-emoji-tag]::after {
|
||||
content: attr(data-emoji-tag);
|
||||
position: absolute;
|
||||
top: -4px;
|
||||
right: 4px;
|
||||
height: 8px;
|
||||
width: 8px;
|
||||
z-index: 1;
|
||||
}
|
||||
Reference in New Issue
Block a user