Initial commit

This commit is contained in:
Mathis Gauthey
2023-08-05 19:14:53 +01:00
parent 13a70a46bf
commit f366d5b7b6
7803 changed files with 186098 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,11 @@
{
"id": "google-calendar",
"name": "Google Calendar",
"version": "1.9.19",
"minAppVersion": "0.12.0",
"description": "Interact with your Google Calendar from Inside Obsidian",
"author": "YukiGasai",
"authorUrl": "https://github.com/YukiGasai",
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/YukiGasai"
}

View File

@@ -0,0 +1,50 @@
#calendar-container .today {
font-weight: bold;
color: red;
}
input[type='date'],
input[type='datetime-local'] {
background: var(--background-modifier-form-field);
border: 1px solid var(--background-modifier-border);
color: var(--text-normal);
font-family: inherit;
padding: 5px 14px;
font-size: 16px;
border-radius: 4px;
outline: none;
height: 30px;
}
.googleEventDetails {
display: flex;
flex-direction: column;
}
.SubSettings {
margin-left: 40px;
}
.suggestionText {
font-size: 20px;
}
.templater_search {
width: calc(100% - 20px);
}
.googleCalendarDailyDot {
fill: var(--daily-dot-color) !important;
}
.block-language-gEvent {
padding: 0px;
}
.setting .multiselect .options {
background-color: #262626 !important;
}
.rangeSettings .rangeSlider {
width: 300px;
}