quartz/content/pages/202602160913 简单通用的日志记录方式.md
2026-02-17 19:09:05 +08:00

19 lines
728 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
date: 2026-02-16
publish: true
---
[[纯文本笔记方案|纯文本笔记方案]]
###### 2026-02-16 10:16:12
一种简单通用的日志记录方式所有日志内容放在一个纯文本文件中每一条记录用时间戳标识时间戳采用markdown五级标题格式标题下的内容都归属于这个时间戳可以随意记录。
###### 2026-02-16 10:18:23
如果你使用 Obsidian 来记笔记的话,这样还解决了引用的问题,因为 Obsidian 支持引用到笔记文件其中某一标题,通过[[日志#2026-02-16 10:16:12 这样的链接,就可以跳转、引用到这条记录。
```
日志.md
##### yyyy-MM-DD HH:mm:ss
记录的内容
```