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

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