first commit
This commit is contained in:
38
.obsidian/plugins/obsidian-activity-history/data.json
vendored
Normal file
38
.obsidian/plugins/obsidian-activity-history/data.json
vendored
Normal 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"
|
||||
}
|
||||
2776
.obsidian/plugins/obsidian-activity-history/main.js
vendored
Normal file
2776
.obsidian/plugins/obsidian-activity-history/main.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
10
.obsidian/plugins/obsidian-activity-history/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-activity-history/manifest.json
vendored
Normal 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
|
||||
}
|
||||
30
.obsidian/plugins/obsidian-activity-history/styles.css
vendored
Normal file
30
.obsidian/plugins/obsidian-activity-history/styles.css
vendored
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user