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

@@ -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 # 确认无误后再删除
```