add claude-obsidian
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled

This commit is contained in:
김경종
2026-05-28 10:57:16 +09:00
parent 1b07531a45
commit 72dad72703
205 changed files with 41703 additions and 80 deletions
+34
View File
@@ -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
}
+15646
View File
File diff suppressed because it is too large Load Diff
+10
View File
@@ -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
View File
@@ -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;
}