Batch: enforce full 7-field frontmatter on all 360 notes (obsidian_frontmatter.py v3)

This commit is contained in:
2026-04-09 19:31:45 +08:00
parent 2013357a08
commit 68831201ec
360 changed files with 1991 additions and 0 deletions

View File

@@ -1,7 +1,13 @@
---
title: OpenClaw 完整配置文档
source:
author: shenwei
published:
created:
description:
tags: []
---
# OpenClaw 完整配置文档
> 最后更新: 2026-03-15 20:30

View File

@@ -1,7 +1,13 @@
---
title: 管理系统目录结构
source:
author: shenwei
published:
created:
description:
tags: []
---
# 管理系统目录结构
## 🏗️ 目录组织

View File

@@ -115,6 +115,15 @@ echo "$(date): 编辑file.md - 修改了X处" >> edit-log.md
title: 文件编辑最佳实践指南
author: shenwei
---
---
title: 文件编辑最佳实践指南
source:
author: shenwei
published:
created:
description:
tags: []
---
# rm file.md.backup # 确认无误后再删除
```