From 246f97bcebb52349ae1053a6f86ab5513014d4a4 Mon Sep 17 00:00:00 2001 From: liufree Date: Sat, 22 Mar 2025 19:49:23 +0800 Subject: [PATCH] feat: fix issue --- README-zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-zh.md b/README-zh.md index 66a535e..d806406 100644 --- a/README-zh.md +++ b/README-zh.md @@ -14,7 +14,7 @@ QueryDash的目标是开发一款类似Notion Database的Obsidian插件,但不 - **分页**:优化大数据量下的浏览体验。 **使用教程** -s + ```querydash table file.name , file.outlinks as "links" ,file.ctime as "ctime",file.mtime as "mtime" ,file.tags as "tags" from #clippings ```