Batch: add/reorder frontmatter for all 360 notes (obsidian_frontmatter.py v3)

This commit is contained in:
2026-04-09 19:15:47 +08:00
parent bf7254dbbc
commit 2013357a08
360 changed files with 1465 additions and 740 deletions

View File

@@ -1,3 +1,7 @@
---
title: OpenClaw 完整配置文档
author: shenwei
---
# OpenClaw 完整配置文档
> 最后更新: 2026-03-15 20:30

View File

@@ -1,3 +1,7 @@
---
title: 管理系统目录结构
author: shenwei
---
# 管理系统目录结构
## 🏗️ 目录组织

View File

@@ -111,7 +111,11 @@ diff file.md.backup file.md | head -20
# 5.1 记录编辑操作
echo "$(date): 编辑file.md - 修改了X处" >> edit-log.md
# 5.2 清理临时备份(可选)
# 5.2 清理临时备份(可选)---
title: 文件编辑最佳实践指南
author: shenwei
---
# rm file.md.backup # 确认无误后再删除
```