first commit

This commit is contained in:
J D
2022-03-20 18:46:19 +01:00
commit 4f40ccfc96
16 changed files with 37327 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
{
"firstRun": false,
"initialized": [
{
"path": "/",
"initialized": true
}
],
"trackedProjects": [
"/"
],
"checkpointList": [
{
"path": "/",
"date": "2022-03-20",
"size": 0
}
],
"activityHistory": [
{
"path": "/",
"size": [
{
"date": "2022-03-20",
"value": 0
}
]
}
],
"activityColor1": "#c6e48b",
"activityColor2": "#7bc96f",
"activityColor3": "#239a3b",
"activityColor4": "#196127",
"textColor": "#000000",
"emptyColor": "#ecedf0",
"cellRadius": 1,
"type": "yearly"
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,10 @@
{
"id": "obsidian-activity-history",
"name": "Activity History",
"version": "0.1.4",
"minAppVersion": "0.10.11",
"description": "Track activity of specified projects, Github like activity board",
"author": "darakah",
"authorUrl": "https://github.com/Darakah/",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,30 @@
.block-language-ActivityHistory {
margin: 1rem 0;
}
.selectYear {
border-color: none;
}
.HistoryBoard {
background-color: transparent !important;
padding: 10px;
border-radius: 14px;
width: auto;
height: auto;
}
.ObsidianHistoryBlock {
background-color: transparent !important;
border-radius: 14px;
width: auto;
height: auto;
}
.selectYear {
margin: 10px !important;
border-radius: 0 !important;
border-color: transparent !important;
background: #1b1b1b;
color: rgb(201, 201, 201);
}