笔记备份:2025-05-23 14:16:03

This commit is contained in:
2025-05-23 14:16:03 +08:00
parent 9768de468c
commit efa81864e0
6 changed files with 56 additions and 10 deletions

View File

@@ -235,6 +235,11 @@
}
]
},
{
"id": "insert-template",
"name": "模板",
"icon": "file-text"
},
{
"id": "editing-toolbar:change-font-color",
"name": "字体颜色",

View File

@@ -208,6 +208,42 @@
}
},
"A7-Template/标准模板.md": {
"isCountable": true,
"targetNodeType": "file",
"noteCount": 1,
"wordCount": 0,
"wordCountTowardGoal": 0,
"wordGoal": null,
"pageCount": 0,
"characterCount": 1,
"nonWhitespaceCharacterCount": 0,
"newlineCount": 2,
"readingTimeInMinutes": 0,
"linkCount": 0,
"embedCount": 0,
"aliases": null,
"createdDate": 1747980726362,
"modifiedDate": 1747980875861,
"sizeInBytes": 74,
"sessionStart": {
"noteCount": 0,
"pageCount": 0,
"wordCount": 0,
"characterCount": 0,
"nonWhitespaceCharacterCount": 0,
"newlineCount": 0
},
"frontmatter": {
"title": null,
"author": "Kudzu",
"description": null,
"tags": null,
"data": {
"{ date:YYYY-MM-DD }": null
}
}
},
"A1-Work/未命名.md": {
"isCountable": true,
"targetNodeType": "file",
"noteCount": 1,
@@ -222,8 +258,8 @@
"linkCount": 0,
"embedCount": 0,
"aliases": null,
"createdDate": 1747980726362,
"modifiedDate": 1747980726362,
"createdDate": 1747980886668,
"modifiedDate": 1747980886668,
"sizeInBytes": 0,
"sessionStart": {
"noteCount": 0,

View File

@@ -1,5 +1,9 @@
{
"recentFiles": [
{
"basename": "未命名",
"path": "A1-Work/未命名.md"
},
{
"basename": "标准模板",
"path": "A7-Template/标准模板.md"

View File

@@ -56,13 +56,13 @@
"state": {
"type": "markdown",
"state": {
"file": "A7-Template/标准模板.md",
"file": "A1-Work/未命名.md",
"mode": "source",
"source": true,
"backlinks": false
},
"icon": "lucide-file",
"title": "标准模板"
"title": "未命名"
}
}
],
@@ -166,13 +166,13 @@
"state": {
"type": "outline",
"state": {
"file": "A7-Template/标准模板.md",
"file": "A1-Work/未命名.md",
"followCursor": false,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "标准模板 的大纲"
"title": "未命名 的大纲"
}
},
{
@@ -259,10 +259,10 @@
"state": {
"type": "file-properties",
"state": {
"file": "A7-Template/标准模板.md"
"file": "A1-Work/未命名.md"
},
"icon": "lucide-info",
"title": "标准模板的笔记属性"
"title": "未命名的笔记属性"
}
}
],
@@ -292,8 +292,9 @@
},
"active": "73189130d03c2d6c",
"lastOpenFiles": [
"A3-Tools/Obsidian/插件/推荐插件.md",
"A7-Template/标准模板.md",
"A1-Work/未命名.md",
"A3-Tools/Obsidian/插件/推荐插件.md",
"A7-Template/新建 文本文档.txt",
"A7-Template",
"README.md",

0
A1-Work/未命名.md Normal file
View File

View File

@@ -3,5 +3,5 @@ title:
author: Kudzu
description:
tags:
data: {{date}}
data: {{date:YYYY-MM-DD}}
---