vault backup: 2026-04-16 23:50:54

This commit is contained in:
2026-04-16 23:50:54 +08:00
parent 79e620657e
commit eda4828e01
8 changed files with 233 additions and 13 deletions

View File

@@ -17,5 +17,6 @@
"nutstore-sync",
"obsidian42-brat",
"obsidian-custom-attachment-location",
"i18n"
"i18n",
"heatmap-tracker"
]

View File

@@ -0,0 +1,43 @@
{
"palettes": {
"default": [
"#c6e48b",
"#7bc96f",
"#49af5d",
"#2e8840",
"#196127"
],
"danger": [
"#fff33b",
"#fdc70c",
"#f3903f",
"#ed683c",
"#e93e3a"
],
"obsidianTheme": [
"var(--color-base-00)",
"var(--color-base-05)",
"var(--color-base-10)",
"var(--color-base-20)",
"var(--color-base-25)",
"var(--color-base-30)",
"var(--color-base-35)",
"var(--color-base-40)",
"var(--color-base-50)",
"var(--color-base-60)",
"var(--color-base-70)",
"var(--color-base-100)"
]
},
"weekStartDay": 1,
"showWeekNums": true,
"weekDisplayMode": "all",
"separateMonths": true,
"language": "zh",
"viewTabsVisibility": {
"documentation": true,
"heatmap-tracker": true,
"heatmap-tracker-statistics": true,
"legend": true
}
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,12 @@
{
"id": "heatmap-tracker",
"name": "Heatmap Tracker",
"version": "2.2.0",
"minAppVersion": "0.1.0",
"description": "Visualize your activity and track goals, progress, habits, tasks, exercise, finances, and more—all in a single, interactive heatmap!",
"author": "Maksim Rubanau",
"isDesktopOnly": false,
"fundingUrl": {
"Buy Me a Coffee": "https://www.buymeacoffee.com/mrubanau"
}
}

File diff suppressed because one or more lines are too long

View File

@@ -13,16 +13,32 @@
"state": {
"type": "markdown",
"state": {
"file": "YueQian/相关网站.md",
"file": "🏡HOME.md",
"mode": "preview",
"source": true,
"backlinks": false
},
"icon": "lucide-file",
"title": "🏡HOME"
}
},
{
"id": "d8d92457ad86b663",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "🏡HOME.md",
"mode": "source",
"source": false,
"backlinks": false
},
"icon": "lucide-file",
"title": "相关网站"
"title": "🏡HOME"
}
}
]
],
"currentTab": 1
}
],
"direction": "vertical"
@@ -89,13 +105,13 @@
"state": {
"type": "outline",
"state": {
"file": "YueQian/相关网站.md",
"file": "🏡HOME.md",
"followCursor": true,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "相关网站 的大纲"
"title": "🏡HOME 的大纲"
}
},
{
@@ -254,17 +270,18 @@
"obsidian-livesync:显示自定义同步": false
}
},
"active": "b1cf03bb19fff71c",
"active": "d8d92457ad86b663",
"lastOpenFiles": [
"Diary/2026/01/2026-01-29 周四.md",
"🏡HOME.md",
"YueQian/相关网站.md",
"Bases/未命名.base",
"Bases/Diay.base",
"Template/AutoAdd.md",
"Template/Diary.md",
"YueQian/相关网站.md",
"Diary/2026/02/2026-02-05 周四.md",
"Diary/2026/02/2026-02-11 周三.md",
"Collection/未命名.md",
"🏡HOME.md",
"Bases",
"Diary/2026/02/2026-02-03 周二.md",
"Diary/2026/02/2026-02-01 周日.md",
@@ -280,7 +297,6 @@
"Diary/2026/01/2026-01-20 周二.md",
"Diary/2026/01/2026-01-19 周一.md",
"Diary/2026/01/2026-01-30 周五.md",
"Diary/2026/01/2026-01-29 周四.md",
"Diary/2026/01/2026-01-28 周三.md",
"Diary/2026/01/2026-01-27 周二.md",
"Diary/2026/01/2026-01-26 周一.md",
@@ -291,7 +307,6 @@
"Diary/2025/12",
"Diary/2025",
"Diary/2026/4-",
"Diary/2026/2026-4-",
"未命名.canvas",
"Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE0486404994804c5fb05039cff405656astickPicture.png",
"Collection/YoudaoyunNotes/02C语言/images/WEBRESOURCE059f0c15158165303fc0fc990a90a445image.png",

3
.trash/未命名.base Normal file
View File

@@ -0,0 +1,3 @@
views:
- type: table
name: 表格

View File

@@ -8,4 +8,25 @@ aliases:
日期: 2026/4/16
---
## 准备将这个页面作为导航页,还没想好怎么做
```heatmap-tracker
heatmapTitle: 笔记活跃度
heatmapSubtitle: "全库动态追踪"
# 核心修改:使用 file.mday (修改日期) 或 file.cday (创建日期)
property: file.mday
# 范围修改:留空代表统计全库,或者写 "/"
folderPath: "/"
year: 2026
separateMonths: true
showCurrentDayBorder: true
# 颜色修改:使用经典绿色系
colorScheme:
paletteName: green
# 这里的 intensity 决定了颜色深浅的阈值
intensity:
- 1
- 3
- 5
- 10
```