vault backup: 2023-01-31 21:14:58

This commit is contained in:
2023-01-31 21:14:58 +08:00
parent 81b57ee6e9
commit ce42b80f24
9 changed files with 279 additions and 9 deletions

View File

@@ -8,5 +8,6 @@
"oz-image-plugin", "oz-image-plugin",
"periodic-notes", "periodic-notes",
"obsidian-git", "obsidian-git",
"obsidian-quiet-outline" "obsidian-quiet-outline",
"obsidian-tracker"
] ]

View File

@@ -0,0 +1,4 @@
{
"folder": "/",
"dateFormat": "YYYY-MM-DD"
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "obsidian-tracker",
"name": "Tracker",
"version": "1.10.9",
"minAppVersion": "0.9.12",
"description": "A plugin tracks occurrences and numbers in your notes",
"author": "pyrochlore",
"authorUrl": "",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,182 @@
.theme-light {
--color-title: #000000;
--color-axis: #000000;
--color-axis-label: #000000;
--color-tick-label: #000000;
--color-line: #000000;
--color-legend-border: #000000;
--color-dot-fill: #69b3a2;
--color-dot-stroke: none;
--color-bar-fill: #69b3a2;
--color-bar-border: none;
--color-tooltip-bg: #ffffff;
--color-tooltip-border: #000000;
--color-tooltip-label: #000000;
}
.theme-dark {
--color-title: #ffffff;
--color-axis: #ffffff;
--color-axis-label: #ffffff;
--color-tick-label: #ffffff;
--color-line: #ffffff;
--color-legend-border: #ffffff;
--color-dot-fill: #69b3a2;
--color-dot-stroke: none;
--color-bar-fill: #69b3a2;
--color-bar-border: none;
--color-tooltip-bg: #ffffff;
--color-tooltip-border: #000000;
--color-tooltip-label: #000000;
}
.tracker-title {
fill: var(--color-title);
text-anchor: middle;
font-size: 18px;
}
.tracker-title-small {
fill: var(--color-title);
text-anchor: middle;
font-size: 16px;
}
.tracker-axis {
fill: none;
stroke: var(--color-axis);
stroke-width: 1px;
}
.tracker-axis-label {
fill: var(--color-axis-label);
text-anchor: middle;
font-size: 14px;
stroke: none;
}
.tracker-tick-label {
fill: var(--color-tick-label);
stroke: none;
font-size: 12px;
}
.tracker-line {
fill: none;
stroke: var(--color-line);
stroke-width: 1.5px;
stroke-linecap: round;
stroke-linejoin: round;
}
.tracker-dot {
fill: var(--color-dot-fill);
}
.tracker-tooltip {
fill: var(--color-tooltip-bg);
stroke: var(--color-tooltip-border);
stroke-width: 1px;
}
.tracker-tooltip-label {
fill: var(--color-tooltip-label);
stroke: none;
font-size: 12px;
}
.tracker-legend {
fill: none;
stroke: var(--color-legend-border);
stroke-width: 0.5px;
}
.tracker-legend-label {
font-size: 14px;
text-anchor: left;
}
.tracker-bar {
fill: var(--color-bar-fill);
}
.tracker-month-header-year {
fill: var(--color-title);
text-anchor: start;
font-size: 22px;
}
.tracker-month-header-month {
fill: var(--color-title);
text-anchor: start;
font-size: 18px;
}
.tracker-month-dividing-line {
fill: var(--color-bar-fill);
}
.tracker-month-title-arrow {
fill: var(--color-title);
text-anchor: middle;
font-size: 22px;
}
.tracker-month-title-rotator {
fill: var(--color-title);
text-anchor: middle;
font-size: 20px;
}
.tracker-month-title-monitor {
fill: var(--color-title);
text-anchor: middle;
font-size: 18px;
}
.tracker-month-weekday {
fill: var(--color-tick-label);
stroke: none;
font-size: 12px;
}
.tracker-month-today-circle {
fill: none;
stroke: "white";
stroke-width: 4px;
}
.tracker-month-selected-circle {
fill: none;
stroke: "red";
stroke-width: 2px;
}
.tracker-month-label {
fill: var(--color-axis-label);
text-anchor: middle;
font-size: 14px;
stroke: none;
}
.tracker-month-annotation {
fill: var(--color-axis-label);
text-anchor: middle;
font-size: 10px;
stroke: none;
}
.tracker-pie-label {
fill: var(--color-tick-label);
stroke: none;
font-size: 12px;
}

View File

@@ -18,8 +18,33 @@
"source": true "source": true
} }
} }
},
{
"id": "22cc8f4d9e3ede1c",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "__test/ttt.md",
"mode": "source",
"source": true
}
}
},
{
"id": "2d6c71e84273c20a",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "__test/ttt.md",
"mode": "source",
"source": true
}
}
} }
] ],
"currentTab": 2
} }
], ],
"direction": "vertical" "direction": "vertical"
@@ -77,7 +102,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "01. 個人/01. Daily/2023-01-31(週二).md", "file": "__test/ttt.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -94,7 +119,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "01. 個人/01. Daily/2023-01-31(週二).md" "file": "__test/ttt.md"
} }
} }
}, },
@@ -139,17 +164,17 @@
"periodic-notes:Open today": false "periodic-notes:Open today": false
} }
}, },
"active": "3b4577823cedf427", "active": "2d6c71e84273c20a",
"lastOpenFiles": [ "lastOpenFiles": [
"00. Inbox/Habit Tracker.md",
"__test/ttt.md",
"01. 個人/01. Daily/2023-01-31(週二).md",
"01. 個人/20230214 - 日本福岡旅遊.md", "01. 個人/20230214 - 日本福岡旅遊.md",
"01. 個人/00. Informations/Datas.md", "01. 個人/00. Informations/Datas.md",
"05. 資料收集/99. templates/2col.md", "05. 資料收集/99. templates/2col.md",
"02. 工作/01. Logitech/Bolide.md", "02. 工作/01. Logitech/Bolide.md",
"00. Inbox/vc-fwUpdate code trace.canvas", "00. Inbox/vc-fwUpdate code trace.canvas",
"01. 個人/01. Daily/2023/01/2023-01-19(週四).md", "01. 個人/01. Daily/2023/01/2023-01-19(週四).md",
"01. 個人/01. Daily/2023/01/2023-01-20(週五).md", "01. 個人/01. Daily/2023/01/2023-01-20(週五).md"
"01. 個人/01. Daily/2023/01/2023-01-17(週二).md",
"01. 個人/01. Daily/2023/01/2023-01-12(週四).md",
"02. 工作/01. Logitech/AE Team.md"
] ]
} }

View File

@@ -0,0 +1,11 @@
```tracker
searchType: frontmatter
searchTarget: grow-spiritual
line:
xAxisLabel: Date
yAxisLabel: Rating
yAxisTickInterval: 1
yMin: 1
yMax: 10
```

View File

@@ -1,3 +1,13 @@
---
tags: meditation
aliases:
date: 2023-01-31
time: 19:55:51
description:
meditation: 1
anki: 1
---
時間19:55:51 時間19:55:51
### TAG ### TAG
@@ -20,3 +30,5 @@
接著接睿睿回到家都已經5點了。 接著接睿睿回到家都已經5點了。
沒有生產力的一天今天要11點睡明天7點起床。 沒有生產力的一天今天要11點睡明天7點起床。
#ff

9
__test/ttt.md Normal file
View File

@@ -0,0 +1,9 @@
---
tags: meditation
aliases:
date: 2023-01-31
time: 19:55:51
description:
grow-spiritual: 1
anki: 1
---