{"id":802,"date":"2025-02-07T03:53:56","date_gmt":"2025-02-06T19:53:56","guid":{"rendered":"https:\/\/yanghaixiong.com\/?p=802"},"modified":"2025-02-07T03:53:56","modified_gmt":"2025-02-06T19:53:56","slug":"obsidian%e6%8f%92%e4%bb%b6dataview-%e6%95%b0%e6%8d%ae%e6%9f%a5%e8%af%a2%ef%bc%88%e5%9b%9b%ef%bc%89","status":"publish","type":"post","link":"https:\/\/yanghaixiong.com\/blog\/skills\/802\/","title":{"rendered":"Obsidian\u63d2\u4ef6Dataview \u2014\u2014 \u6570\u636e\u67e5\u8be2\uff08\u56db\uff09"},"content":{"rendered":"
\u8fd9\u7bc7\u6587\u7ae0\u662f Obsidian Dataview \u7cfb\u5217<\/a> \u7cfb\u5217 15 \u7bc7\u6587\u7ae0\u4e2d\u7684\u7b2c 4 \u7bc7<\/div>\n

\u7ee7\u4e0a\u7bc7 YAML \u7b80\u4ecb\u540e[[Obsidian\u63d2\u4ef6Dataview \u2014\u2014 YAML\u7b80\u4ecb\uff08\u4e8c\uff09]]\uff0c\u672c\u7ae0\u4ecb\u7ecd Dataview \u7684\u6570\u636e\u67e5\u8be2\u65b9\u5f0f<\/p>\n

\u4e00\u3001DQL \u67e5\u8be2\u8bed\u8a00<\/h2>\n

Dataview \u63d2\u4ef6\u4e3a Obsidian \u63d0\u4f9b\u4e86\u5f3a\u5927\u7684\u6570\u636e\u67e5\u8be2\u548c\u53ef\u89c6\u5316\u529f\u80fd\u3002\u901a\u8fc7\u4f7f\u7528 Dataview \u67e5\u8be2\u8bed\u8a00\uff08DQL\uff09\uff0c\u7528\u6237\u53ef\u4ee5\u521b\u5efa\u590d\u6742\u7684\u67e5\u8be2\u6765\u68c0\u7d22\u3001\u5904\u7406\u548c\u5c55\u793a Obsidian \u7b14\u8bb0\u5e93\u4e2d\u7684\u4fe1\u606f\u3002DQL \u652f\u6301\u56db\u79cd\u4e3b\u8981\u7684\u67e5\u8be2\u7c7b\u578b\uff1aTABLE<\/code>\u3001LIST<\/code>\u3001TASK<\/code>\u00a0\u548c\u00a0CALENDAR<\/code>\uff0c\u6bcf\u79cd\u7c7b\u578b\u90fd\u6709\u5176\u7279\u5b9a\u7684\u7528\u9014\u548c\u8bed\u6cd5\u3002<\/p>\n

1. TABLE \u7c7b\u578b<\/h3>\n

TABLE<\/code>\u00a0\u67e5\u8be2\u7c7b\u578b\u7528\u4e8e\u751f\u6210\u8868\u683c\u5f62\u5f0f\u7684\u8f93\u51fa\u3002\u4f60\u53ef\u4ee5\u6307\u5b9a\u8981\u663e\u793a\u7684\u5217\u548c\u5b83\u4eec\u7684\u6392\u5e8f\u65b9\u5f0f\u3002<\/p>\n

TABLE WITHOUT ID file.name AS \u6587\u4ef6\u540d, file.cday AS \u521b\u5efa\u65f6\u671f\nWHERE file = this.file\n<\/code><\/pre>\n

\u7ed3\u679c\uff1a
\n\"image.png|1000\"<\/p>\n

2. LIST \u7c7b\u578b<\/h3>\n

LIST<\/code>\u00a0\u67e5\u8be2\u7c7b\u578b\u7528\u4e8e\u751f\u6210\u5217\u8868\u5f62\u5f0f\u7684\u8f93\u51fa\u3002\u4f60\u53ef\u4ee5\u6307\u5b9a\u8981\u663e\u793a\u7684\u5b57\u6bb5\u548c\u5b83\u4eec\u7684\u6392\u5e8f\u65b9\u5f0f\u3002<\/p>\n

LIST WITHOUT ID file.name\nWHERE file = this.file\n<\/code><\/pre>\n

\u7ed3\u679c\uff1a
\n\"image.png|1000\"<\/p>\n

3. TASK \u7c7b\u578b<\/h3>\n

TASK<\/code>\u00a0\u67e5\u8be2\u7c7b\u578b\u4e13\u95e8\u7528\u4e8e\u68c0\u7d22\u548c\u5c55\u793a\u4efb\u52a1\u3002\u4f60\u53ef\u4ee5\u6839\u636e\u4efb\u52a1\u7684\u5b8c\u6210\u72b6\u6001\u3001\u622a\u6b62\u65e5\u671f\u7b49\u5c5e\u6027\u8fdb\u884c\u7b5b\u9009\u548c\u6392\u5e8f\u3002<\/p>\n

TASK\nFROM \"10 Example Data\/dailys\"\nWHERE \"#journal\" AND completed\nLIMIT 5\n<\/code><\/pre>\n

\u7ed3\u679c\uff1a
\n\"image.png|1000\"<\/p>\n

4. CALENDAR \u7c7b\u578b<\/h3>\n

CALENDAR<\/code>\u00a0\u67e5\u8be2\u7c7b\u578b\u7528\u4e8e\u751f\u6210\u65e5\u5386\u89c6\u56fe\uff0c\u5c55\u793a\u5177\u6709\u65e5\u671f\u5c5e\u6027\uff08\u5982\u622a\u6b62\u65e5\u671f\u6216\u5f00\u59cb\u65e5\u671f\uff09\u7684\u4efb\u52a1\u6216\u4e8b\u4ef6\u3002<\/p>\n

CALENDAR file.day\nFROM \"10 Example Data\/dailys\"\n<\/code><\/pre>\n

\u7ed3\u67e5\uff1a
\n\"image.png|1000\"<\/p>\n

\u4e8c\u3001\u5185\u8054 DQL \u67e5\u8be2<\/h2>\n

\u8fd9\u79cd\u65b9\u5f0f\u4f7f\u7528\u5185\u8054\u5757\u683c\u5f0f\uff08\u800c\u4e0d\u662f\u4ee3\u7801\u5757\uff09\u548c\u53ef\u914d\u7f6e\u7684\u524d\u7f00\u6765\u5c06\u5185\u8054\u4ee3\u7801\u5757\u6807\u8bb0\u4e3a DQL \u5757\uff0c\u8bed\u6cd5\u5982\u4e0b\uff1a<\/p>\n

`= <\u53d8\u91cf\u540d>`\n<\/code><\/pre>\n

\u6ce8\u610f\uff1a\u8fd9\u91cc\u7684 = \u662f\u53ef\u4ee5\u5728 DataView \u9009\u9879\u4e2d\u6307\u5b9a\u4e3a\u5176\u5b83\u7b26\u53f7\u7684\uff0c\u4f8b\u5982\uff1adv: \u6216\u8005 ~\uff0c\u4f46\u901a\u5e38\u6211\u4eec\u4fdd\u6301\u9ed8\u8ba4\u3002<\/p>\n

\u6211\u4eec\u53ef\u4ee5\u5728\u6587\u6863\u4e2d\u4efb\u610f\u4f4d\u7f6e\u63d2\u5165\u5185\u8054 DQL\uff1a<\/p>\n

\u4eca\u5929\u662f\uff1a`= date(today)` \u6211\u8fd8\u6709 < `= [[\u6253\u9020\u6781\u81f4\u4f53\u9a8c\u7b14\u8bb0\uff1aObsidian Meta Bind \u63d2\u4ef6\u4f7f\u7528]].file.name` > \u8ba1\u5212\u8981\u53bb\u5199\uff01\n<\/code><\/pre>\n

\u7ed3\u679c\uff1a<\/p>\n

\u4eca\u5929\u662f\uff1a2024-04-26\u00a0\u6211\u8fd8\u6709 <\u6253\u9020\u6781\u81f4\u4f53\u9a8c\u7b14\u8bb0\uff1aObsidian Meta Bind \u63d2\u4ef6\u4f7f\u7528> \u8ba1\u5212\u8981\u53bb\u5199\uff01\n<\/code><\/pre>\n

\u6ce8\u610f\uff1aDataView \u63d0\u4f9b\u7684\u5404\u79cd\u51fd\u6570\u6211\u4eec\u540c\u6837\u4e5f\u53ef\u4ee5\u5728\u5185\u8054 DQL \u4e2d\u4f7f\u7528\uff0c\u540e\u7eed\u4f1a\u4ecb\u7ecd\u5404\u79cd\u51fd\u6570\u7684\u4f7f\u7528\u3002<\/p>\n

\u4e09\u3001\u4f7f\u7528 DataviewJS \u67e5\u8be2<\/h2>\n

\u4f7f\u7528 DataView \u63d0\u4f9b\u7684 JavaScript API \u53ef\u4ee5\u5b9e\u73b0\u590d\u6742\u7684\u529f\u80fd\uff0c\u7ed3\u5408 DataView \u548c Obsidian API\uff0c\u4f60\u53ef\u4ee5\u5b9e\u73b0\u4e00\u4e9b\u6709\u8da3\u4e14\u590d\u6742\u7684\u529f\u80fd\u3002<\/p>\n

\u5728\u4f7f\u7528\u65f6\u53ea\u9700\u8981\u5c06\u4ee3\u7801\u5757\u7684\u7c7b\u578b\u8bbe\u7f6e\u4e3a dataviewjs \u5373\u53ef\uff1a<\/p>\n

let currentFilename = dv.current().file.name\ndv.list([currentFilename])\n<\/code><\/pre>\n

\u4e0a\u9762\u7684\u793a\u4f8b\u76f4\u63a5\u5c06\u5f53\u524d\u6587\u6863\u7684\u6587\u4ef6\u540d\u4f5c\u4e3a\u5217\u8868\u67e5\u8be2\u7ed3\u679c\u663e\u793a\u3002<\/p>\n

\u56db\u3001\u4f7f\u7528\u5185\u8054 DataviewJS \u67e5\u8be2<\/h2>\n

\u5185\u8054 JavaScript \u7684\u5199\u6cd5\u5982\u4e0b\uff0c\u540c\u6837\u4e5f\u53ef\u4ee5\u901a\u8fc7\u9009\u9879\u6765\u66f4\u6539\u8bed\u6cd5\u524d\u7f00\u4e3a\u00a0dvjs:<\/code>\u00a0\u6216\u00a0$~<\/code>\u3002<\/p>\n

`$= dv.current().file.name`\n<\/code><\/pre>\n

\u4e0b\u9762\u662f\u4e00\u4e2a\u663e\u793a\u5f53\u524d\u4efb\u52a1\u8fdb\u5ea6\u7684\u8fdb\u5ea6\u6761\u4ee3\u7801\uff1a<\/p>\n

[\u4efb\u52a1\u5b8c\u6210\u5ea6:: `$= const value = Math.round(((dv.page(\"Obsidian \u8fbe\u4eba\u6210\u957f\u4e4b\u8def #1\uff1a\u4f7f\u7528\u7ec8\u6781\u5de5\u5177 Dataview \u91ca\u653e\u7b14\u8bb0\u5e93\u7684\u6f5c\u529b \u00b7 DQL\u67e5\u8be2\u8bed\u8a00\").file.tasks.where(t => t.completed).length) \/ (dv.page(\"Obsidian \u8fbe\u4eba\u6210\u957f\u4e4b\u8def #1\uff1a\u4f7f\u7528\u7ec8\u6781\u5de5\u5177 Dataview \u91ca\u653e\u7b14\u8bb0\u5e93\u7684\u6f5c\u529b \u00b7 DQL\u67e5\u8be2\u8bed\u8a00\").file.tasks).length || 0) * 100); \"<progress value='\" + value + \"' max='100'><\/progress>\" + \" \" + value + \"%\"`]\n<\/code><\/pre>\n

\u7ed3\u679c\uff1a
\n\u26a0\ufe0fupload failed, check dev console
\n\"image.png|1000\"<\/p>\n","protected":false},"excerpt":{"rendered":"

\u8fd9\u7bc7\u6587\u7ae0\u662f Obsidian Dataview \u7cfb\u5217<\/a> \u7cfb\u5217 15 \u7bc7\u6587\u7ae0\u4e2d\u7684\u7b2c 4 \u7bc7<\/div>

\u7ee7\u4e0a\u7bc7 YAML \u7b80\u4ecb\u540e[[Obsidian\u63d2\u4ef6Dataview \u2014\u2014 YAML\u7b80\u4ecb\uff08\u4e8c\uff09]]\uff0c\u672c\u7ae0\u4ecb\u7ecd Dataview \u7684\u6570\u636e\u67e5\u8be2\u65b9\u5f0f \u4e00\u3001DQL \u67e5\u8be2\u8bed\u8a00 Dataview \u63d2\u4ef6\u4e3a Obsidian \u63d0\u4f9b\u4e86\u5f3a\u5927\u7684\u6570\u636e\u67e5\u8be2\u548c\u53ef\u89c6\u5316\u529f\u80fd\u3002\u901a\u8fc7\u4f7f\u7528 Dataview \u67e5\u8be2\u8bed\u8a00\uff08DQL\uff09\uff0c\u7528\u6237\u53ef\u4ee5\u521b\u5efa\u590d\u6742\u7684\u67e5\u8be2\u6765\u68c0\u7d22\u3001\u5904\u7406\u548c\u5c55\u793a Obsidian \u7b14\u8bb0\u5e93\u4e2d\u7684\u4fe1\u606f\u3002DQL \u652f\u6301\u56db\u79cd\u4e3b\u8981\u7684\u67e5\u8be2\u7c7b\u578b\uff1aTABLE\u3001LIST\u3001TASK\u00a0\u548c\u00a0CALENDAR\uff0c\u6bcf\u79cd\u7c7b\u578b\u90fd\u6709\u5176\u7279\u5b9a\u7684\u7528\u9014\u548c\u8bed\u6cd5\u3002 1. TABLE \u7c7b\u578b TABLE\u00a0\u67e5\u8be2\u7c7b\u578b\u7528\u4e8e\u751f\u6210\u8868\u683c\u5f62\u5f0f\u7684\u8f93\u51fa\u3002\u4f60\u53ef\u4ee5\u6307\u5b9a\u8981\u663e\u793a\u7684\u5217\u548c\u5b83\u4eec\u7684\u6392\u5e8f\u65b9\u5f0f\u3002 TABL […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[7],"tags":[199],"series":[201],"class_list":["post-802","post","type-post","status-publish","format-standard","hentry","category-skills","tag-obsidian","series-obsidian-dataview"],"yoast_head":"\nObsidian\u63d2\u4ef6Dataview \u2014\u2014 \u6570\u636e\u67e5\u8be2\uff08\u56db\uff09 - \u6ce2\u6bd4AI<\/title>\n<meta name=\"description\" content=\"Dataview \u63d2\u4ef6\u4e3a Obsidian \u63d0\u4f9b\u4e86\u5f3a\u5927\u7684\u6570\u636e\u67e5\u8be2\u548c\u53ef\u89c6\u5316\u529f\u80fd\u3002\u901a\u8fc7\u4f7f\u7528 Dataview \u67e5\u8be2\u8bed\u8a00\uff08DQL\uff09\uff0c\u7528\u6237\u53ef\u4ee5\u521b\u5efa\u590d\u6742\u7684\u67e5\u8be2\u6765\u68c0\u7d22\u3001\u5904\u7406\u548c\u5c55\u793a Obsidian \u7b14\u8bb0\u5e93\u4e2d\u7684\u4fe1\u606f\u3002DQL \u652f\u6301\u56db\u79cd\u4e3b\u8981\u7684\u67e5\u8be2\u7c7b\u578b\uff1a`TABLE`\u3001`LIST`\u3001`TASK`\u00a0\u548c\u00a0`CALENDAR`\uff0c\u6bcf\u79cd\u7c7b\u578b\u90fd\u6709\u5176\u7279\u5b9a\u7684\u7528\u9014\u548c\u8bed\u6cd5\u3002\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/yanghaixiong.com\/blog\/skills\/802\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Obsidian\u63d2\u4ef6Dataview \u2014\u2014 \u6570\u636e\u67e5\u8be2\uff08\u56db\uff09\" \/>\n<meta property=\"og:description\" content=\"Dataview \u63d2\u4ef6\u4e3a Obsidian \u63d0\u4f9b\u4e86\u5f3a\u5927\u7684\u6570\u636e\u67e5\u8be2\u548c\u53ef\u89c6\u5316\u529f\u80fd\u3002\u901a\u8fc7\u4f7f\u7528 Dataview \u67e5\u8be2\u8bed\u8a00\uff08DQL\uff09\uff0c\u7528\u6237\u53ef\u4ee5\u521b\u5efa\u590d\u6742\u7684\u67e5\u8be2\u6765\u68c0\u7d22\u3001\u5904\u7406\u548c\u5c55\u793a Obsidian \u7b14\u8bb0\u5e93\u4e2d\u7684\u4fe1\u606f\u3002DQL \u652f\u6301\u56db\u79cd\u4e3b\u8981\u7684\u67e5\u8be2\u7c7b\u578b\uff1a`TABLE`\u3001`LIST`\u3001`TASK`\u00a0\u548c\u00a0`CALENDAR`\uff0c\u6bcf\u79cd\u7c7b\u578b\u90fd\u6709\u5176\u7279\u5b9a\u7684\u7528\u9014\u548c\u8bed\u6cd5\u3002\" \/>\n<meta property=\"og:url\" content=\"https:\/\/yanghaixiong.com\/blog\/skills\/802\/\" \/>\n<meta property=\"og:site_name\" content=\"\u6ce2\u6bd4AI\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=61558625288156\" \/>\n<meta property=\"article:published_time\" content=\"2025-02-06T19:53:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.jsdelivr.net\/gh\/YiDaCP\/Pictures@latest\/20241018225032.png\" \/>\n<meta name=\"author\" content=\"\u6ce2\u6bd4AI\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u6ce2\u6bd4AI\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/yanghaixiong.com\/blog\/skills\/802\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/yanghaixiong.com\/blog\/skills\/802\/\"},\"author\":{\"name\":\"\u6ce2\u6bd4AI\",\"@id\":\"https:\/\/yanghaixiong.com\/#\/schema\/person\/b2e169fa0bfa546c7cc66d799c5eee17\"},\"headline\":\"Obsidian\u63d2\u4ef6Dataview \u2014\u2014 \u6570\u636e\u67e5\u8be2\uff08\u56db\uff09\",\"datePublished\":\"2025-02-06T19:53:56+00:00\",\"dateModified\":\"2025-02-06T19:53:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/yanghaixiong.com\/blog\/skills\/802\/\"},\"wordCount\":41,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/yanghaixiong.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/yanghaixiong.com\/blog\/skills\/802\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdn.jsdelivr.net\/gh\/YiDaCP\/Pictures@latest\/20241018225032.png\",\"keywords\":[\"Obsidian\"],\"articleSection\":[\"\u5b9e\u7528\u6280\u5de7\"],\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/yanghaixiong.com\/blog\/skills\/802\/#respond\"]}],\"copyrightYear\":\"2025\",\"copyrightHolder\":{\"@id\":\"https:\/\/yanghaixiong.com\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/yanghaixiong.com\/blog\/skills\/802\/\",\"url\":\"https:\/\/yanghaixiong.com\/blog\/skills\/802\/\",\"name\":\"Obsidian\u63d2\u4ef6Dataview \u2014\u2014 \u6570\u636e\u67e5\u8be2\uff08\u56db\uff09 - \u6ce2\u6bd4AI\",\"isPartOf\":{\"@id\":\"https:\/\/yanghaixiong.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/yanghaixiong.com\/blog\/skills\/802\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/yanghaixiong.com\/blog\/skills\/802\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdn.jsdelivr.net\/gh\/YiDaCP\/Pictures@latest\/20241018225032.png\",\"datePublished\":\"2025-02-06T19:53:56+00:00\",\"dateModified\":\"2025-02-06T19:53:56+00:00\",\"description\":\"Dataview \u63d2\u4ef6\u4e3a Obsidian \u63d0\u4f9b\u4e86\u5f3a\u5927\u7684\u6570\u636e\u67e5\u8be2\u548c\u53ef\u89c6\u5316\u529f\u80fd\u3002\u901a\u8fc7\u4f7f\u7528 Dataview \u67e5\u8be2\u8bed\u8a00\uff08DQL\uff09\uff0c\u7528\u6237\u53ef\u4ee5\u521b\u5efa\u590d\u6742\u7684\u67e5\u8be2\u6765\u68c0\u7d22\u3001\u5904\u7406\u548c\u5c55\u793a Obsidian \u7b14\u8bb0\u5e93\u4e2d\u7684\u4fe1\u606f\u3002DQL \u652f\u6301\u56db\u79cd\u4e3b\u8981\u7684\u67e5\u8be2\u7c7b\u578b\uff1a`TABLE`\u3001`LIST`\u3001`TASK`\u00a0\u548c\u00a0`CALENDAR`\uff0c\u6bcf\u79cd\u7c7b\u578b\u90fd\u6709\u5176\u7279\u5b9a\u7684\u7528\u9014\u548c\u8bed\u6cd5\u3002\",\"breadcrumb\":{\"@id\":\"https:\/\/yanghaixiong.com\/blog\/skills\/802\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/yanghaixiong.com\/blog\/skills\/802\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/yanghaixiong.com\/blog\/skills\/802\/#primaryimage\",\"url\":\"https:\/\/cdn.jsdelivr.net\/gh\/YiDaCP\/Pictures@latest\/20241018225032.png\",\"contentUrl\":\"https:\/\/cdn.jsdelivr.net\/gh\/YiDaCP\/Pictures@latest\/20241018225032.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/yanghaixiong.com\/blog\/skills\/802\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/yanghaixiong.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Obsidian\u63d2\u4ef6Dataview \u2014\u2014 \u6570\u636e\u67e5\u8be2\uff08\u56db\uff09\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/yanghaixiong.com\/#website\",\"url\":\"https:\/\/yanghaixiong.com\/\",\"name\":\"\u6ce2\u6bd4AI\",\"description\":\"\u8de8\u5883\u7535\u5546B2C\u7ecf\u9a8c\u8bb0\u5f55\u3001\u4ea4\u6d41\u4e0e\u5206\u4eab\",\"publisher\":{\"@id\":\"https:\/\/yanghaixiong.com\/#organization\"},\"alternateName\":\"\u5927\u96c4B2C\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/yanghaixiong.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"zh-Hans\"},{\"@type\":[\"Organization\",\"Place\"],\"@id\":\"https:\/\/yanghaixiong.com\/#organization\",\"name\":\"\u6ce2\u6bd4AI\",\"alternateName\":\"\u6768\u6d77\u96c4\",\"url\":\"https:\/\/yanghaixiong.com\/\",\"logo\":{\"@id\":\"https:\/\/yanghaixiong.com\/blog\/skills\/802\/#local-main-organization-logo\"},\"image\":{\"@id\":\"https:\/\/yanghaixiong.com\/blog\/skills\/802\/#local-main-organization-logo\"},\"sameAs\":[\"https:\/\/www.facebook.com\/profile.php?id=61558625288156\"],\"description\":\"\u8de8\u5883\u7535\u5546B2C\u7ecf\u9a8c\u8bb0\u5f55\u3001\u4ea4\u6d41\u4e0e\u5206\u4eab\",\"telephone\":[],\"openingHoursSpecification\":[{\"@type\":\"OpeningHoursSpecification\",\"dayOfWeek\":[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\",\"Sunday\"],\"opens\":\"09:00\",\"closes\":\"17:00\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/yanghaixiong.com\/#\/schema\/person\/b2e169fa0bfa546c7cc66d799c5eee17\",\"name\":\"\u6ce2\u6bd4AI\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/yanghaixiong.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a71b573316787cebbf7f3c2c742eab21?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a71b573316787cebbf7f3c2c742eab21?s=96&d=mm&r=g\",\"caption\":\"\u6ce2\u6bd4AI\"},\"sameAs\":[\"https:\/\/yanghaixiong.com\"],\"url\":\"https:\/\/yanghaixiong.com\/blog\/author\/yanghxyidacp-com\/\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/yanghaixiong.com\/blog\/skills\/802\/#local-main-organization-logo\",\"url\":\"https:\/\/yanghaixiong.com\/wp-content\/uploads\/2024\/08\/screenshot.png\",\"contentUrl\":\"https:\/\/yanghaixiong.com\/wp-content\/uploads\/2024\/08\/screenshot.png\",\"width\":1200,\"height\":900,\"caption\":\"\u6ce2\u6bd4AI\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Obsidian\u63d2\u4ef6Dataview \u2014\u2014 \u6570\u636e\u67e5\u8be2\uff08\u56db\uff09 - \u6ce2\u6bd4AI","description":"Dataview \u63d2\u4ef6\u4e3a Obsidian \u63d0\u4f9b\u4e86\u5f3a\u5927\u7684\u6570\u636e\u67e5\u8be2\u548c\u53ef\u89c6\u5316\u529f\u80fd\u3002\u901a\u8fc7\u4f7f\u7528 Dataview \u67e5\u8be2\u8bed\u8a00\uff08DQL\uff09\uff0c\u7528\u6237\u53ef\u4ee5\u521b\u5efa\u590d\u6742\u7684\u67e5\u8be2\u6765\u68c0\u7d22\u3001\u5904\u7406\u548c\u5c55\u793a Obsidian \u7b14\u8bb0\u5e93\u4e2d\u7684\u4fe1\u606f\u3002DQL \u652f\u6301\u56db\u79cd\u4e3b\u8981\u7684\u67e5\u8be2\u7c7b\u578b\uff1a`TABLE`\u3001`LIST`\u3001`TASK`\u00a0\u548c\u00a0`CALENDAR`\uff0c\u6bcf\u79cd\u7c7b\u578b\u90fd\u6709\u5176\u7279\u5b9a\u7684\u7528\u9014\u548c\u8bed\u6cd5\u3002","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/yanghaixiong.com\/blog\/skills\/802\/","og_locale":"zh_CN","og_type":"article","og_title":"Obsidian\u63d2\u4ef6Dataview \u2014\u2014 \u6570\u636e\u67e5\u8be2\uff08\u56db\uff09","og_description":"Dataview \u63d2\u4ef6\u4e3a Obsidian \u63d0\u4f9b\u4e86\u5f3a\u5927\u7684\u6570\u636e\u67e5\u8be2\u548c\u53ef\u89c6\u5316\u529f\u80fd\u3002\u901a\u8fc7\u4f7f\u7528 Dataview \u67e5\u8be2\u8bed\u8a00\uff08DQL\uff09\uff0c\u7528\u6237\u53ef\u4ee5\u521b\u5efa\u590d\u6742\u7684\u67e5\u8be2\u6765\u68c0\u7d22\u3001\u5904\u7406\u548c\u5c55\u793a Obsidian \u7b14\u8bb0\u5e93\u4e2d\u7684\u4fe1\u606f\u3002DQL \u652f\u6301\u56db\u79cd\u4e3b\u8981\u7684\u67e5\u8be2\u7c7b\u578b\uff1a`TABLE`\u3001`LIST`\u3001`TASK`\u00a0\u548c\u00a0`CALENDAR`\uff0c\u6bcf\u79cd\u7c7b\u578b\u90fd\u6709\u5176\u7279\u5b9a\u7684\u7528\u9014\u548c\u8bed\u6cd5\u3002","og_url":"https:\/\/yanghaixiong.com\/blog\/skills\/802\/","og_site_name":"\u6ce2\u6bd4AI","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=61558625288156","article_published_time":"2025-02-06T19:53:56+00:00","og_image":[{"url":"https:\/\/cdn.jsdelivr.net\/gh\/YiDaCP\/Pictures@latest\/20241018225032.png"}],"author":"\u6ce2\u6bd4AI","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"\u6ce2\u6bd4AI"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/yanghaixiong.com\/blog\/skills\/802\/#article","isPartOf":{"@id":"https:\/\/yanghaixiong.com\/blog\/skills\/802\/"},"author":{"name":"\u6ce2\u6bd4AI","@id":"https:\/\/yanghaixiong.com\/#\/schema\/person\/b2e169fa0bfa546c7cc66d799c5eee17"},"headline":"Obsidian\u63d2\u4ef6Dataview \u2014\u2014 \u6570\u636e\u67e5\u8be2\uff08\u56db\uff09","datePublished":"2025-02-06T19:53:56+00:00","dateModified":"2025-02-06T19:53:56+00:00","mainEntityOfPage":{"@id":"https:\/\/yanghaixiong.com\/blog\/skills\/802\/"},"wordCount":41,"commentCount":0,"publisher":{"@id":"https:\/\/yanghaixiong.com\/#organization"},"image":{"@id":"https:\/\/yanghaixiong.com\/blog\/skills\/802\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn.jsdelivr.net\/gh\/YiDaCP\/Pictures@latest\/20241018225032.png","keywords":["Obsidian"],"articleSection":["\u5b9e\u7528\u6280\u5de7"],"inLanguage":"zh-Hans","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/yanghaixiong.com\/blog\/skills\/802\/#respond"]}],"copyrightYear":"2025","copyrightHolder":{"@id":"https:\/\/yanghaixiong.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/yanghaixiong.com\/blog\/skills\/802\/","url":"https:\/\/yanghaixiong.com\/blog\/skills\/802\/","name":"Obsidian\u63d2\u4ef6Dataview \u2014\u2014 \u6570\u636e\u67e5\u8be2\uff08\u56db\uff09 - \u6ce2\u6bd4AI","isPartOf":{"@id":"https:\/\/yanghaixiong.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/yanghaixiong.com\/blog\/skills\/802\/#primaryimage"},"image":{"@id":"https:\/\/yanghaixiong.com\/blog\/skills\/802\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn.jsdelivr.net\/gh\/YiDaCP\/Pictures@latest\/20241018225032.png","datePublished":"2025-02-06T19:53:56+00:00","dateModified":"2025-02-06T19:53:56+00:00","description":"Dataview \u63d2\u4ef6\u4e3a Obsidian \u63d0\u4f9b\u4e86\u5f3a\u5927\u7684\u6570\u636e\u67e5\u8be2\u548c\u53ef\u89c6\u5316\u529f\u80fd\u3002\u901a\u8fc7\u4f7f\u7528 Dataview \u67e5\u8be2\u8bed\u8a00\uff08DQL\uff09\uff0c\u7528\u6237\u53ef\u4ee5\u521b\u5efa\u590d\u6742\u7684\u67e5\u8be2\u6765\u68c0\u7d22\u3001\u5904\u7406\u548c\u5c55\u793a Obsidian \u7b14\u8bb0\u5e93\u4e2d\u7684\u4fe1\u606f\u3002DQL \u652f\u6301\u56db\u79cd\u4e3b\u8981\u7684\u67e5\u8be2\u7c7b\u578b\uff1a`TABLE`\u3001`LIST`\u3001`TASK`\u00a0\u548c\u00a0`CALENDAR`\uff0c\u6bcf\u79cd\u7c7b\u578b\u90fd\u6709\u5176\u7279\u5b9a\u7684\u7528\u9014\u548c\u8bed\u6cd5\u3002","breadcrumb":{"@id":"https:\/\/yanghaixiong.com\/blog\/skills\/802\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/yanghaixiong.com\/blog\/skills\/802\/"]}]},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/yanghaixiong.com\/blog\/skills\/802\/#primaryimage","url":"https:\/\/cdn.jsdelivr.net\/gh\/YiDaCP\/Pictures@latest\/20241018225032.png","contentUrl":"https:\/\/cdn.jsdelivr.net\/gh\/YiDaCP\/Pictures@latest\/20241018225032.png"},{"@type":"BreadcrumbList","@id":"https:\/\/yanghaixiong.com\/blog\/skills\/802\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/yanghaixiong.com\/"},{"@type":"ListItem","position":2,"name":"Obsidian\u63d2\u4ef6Dataview \u2014\u2014 \u6570\u636e\u67e5\u8be2\uff08\u56db\uff09"}]},{"@type":"WebSite","@id":"https:\/\/yanghaixiong.com\/#website","url":"https:\/\/yanghaixiong.com\/","name":"\u6ce2\u6bd4AI","description":"\u8de8\u5883\u7535\u5546B2C\u7ecf\u9a8c\u8bb0\u5f55\u3001\u4ea4\u6d41\u4e0e\u5206\u4eab","publisher":{"@id":"https:\/\/yanghaixiong.com\/#organization"},"alternateName":"\u5927\u96c4B2C","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/yanghaixiong.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"zh-Hans"},{"@type":["Organization","Place"],"@id":"https:\/\/yanghaixiong.com\/#organization","name":"\u6ce2\u6bd4AI","alternateName":"\u6768\u6d77\u96c4","url":"https:\/\/yanghaixiong.com\/","logo":{"@id":"https:\/\/yanghaixiong.com\/blog\/skills\/802\/#local-main-organization-logo"},"image":{"@id":"https:\/\/yanghaixiong.com\/blog\/skills\/802\/#local-main-organization-logo"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=61558625288156"],"description":"\u8de8\u5883\u7535\u5546B2C\u7ecf\u9a8c\u8bb0\u5f55\u3001\u4ea4\u6d41\u4e0e\u5206\u4eab","telephone":[],"openingHoursSpecification":[{"@type":"OpeningHoursSpecification","dayOfWeek":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],"opens":"09:00","closes":"17:00"}]},{"@type":"Person","@id":"https:\/\/yanghaixiong.com\/#\/schema\/person\/b2e169fa0bfa546c7cc66d799c5eee17","name":"\u6ce2\u6bd4AI","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/yanghaixiong.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a71b573316787cebbf7f3c2c742eab21?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a71b573316787cebbf7f3c2c742eab21?s=96&d=mm&r=g","caption":"\u6ce2\u6bd4AI"},"sameAs":["https:\/\/yanghaixiong.com"],"url":"https:\/\/yanghaixiong.com\/blog\/author\/yanghxyidacp-com\/"},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/yanghaixiong.com\/blog\/skills\/802\/#local-main-organization-logo","url":"https:\/\/yanghaixiong.com\/wp-content\/uploads\/2024\/08\/screenshot.png","contentUrl":"https:\/\/yanghaixiong.com\/wp-content\/uploads\/2024\/08\/screenshot.png","width":1200,"height":900,"caption":"\u6ce2\u6bd4AI"}]}},"acf":[],"_links":{"self":[{"href":"https:\/\/yanghaixiong.com\/wp-json\/wp\/v2\/posts\/802","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yanghaixiong.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/yanghaixiong.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/yanghaixiong.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yanghaixiong.com\/wp-json\/wp\/v2\/comments?post=802"}],"version-history":[{"count":1,"href":"https:\/\/yanghaixiong.com\/wp-json\/wp\/v2\/posts\/802\/revisions"}],"predecessor-version":[{"id":803,"href":"https:\/\/yanghaixiong.com\/wp-json\/wp\/v2\/posts\/802\/revisions\/803"}],"wp:attachment":[{"href":"https:\/\/yanghaixiong.com\/wp-json\/wp\/v2\/media?parent=802"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/yanghaixiong.com\/wp-json\/wp\/v2\/categories?post=802"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/yanghaixiong.com\/wp-json\/wp\/v2\/tags?post=802"},{"taxonomy":"series","embeddable":true,"href":"https:\/\/yanghaixiong.com\/wp-json\/wp\/v2\/series?post=802"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}