dateformat(file.cday,"yyyy-MM-dd") as "创建日期", choice(file.starred, "是", "否") as "加星" FROM "200-学习箱/210-知识库搭建" SORT file.cday DESC ``` FROM 数据来源 1. Tags 标签 ```dataview LIST FROM #DataView ``` 2. Folders 文件夹 ```dataview TABLE WITHOUT ID file.l...
```dataview TABLE WITHOUT ID "**" + dateformat(file.day, "cccc") + "**" AS "Day" , choice(typeof(note) = "array", note, array(note)) AS "Notes" FROM "10 Example Data/dailys" FLATTEN "2022-W5" AS Week WHERE string(file.day.year) = split(Week, "-W")[0] AND string(...
```dataview TABLE WITHOUT ID file.name, file.mtime SORT file.ctime SORT hash(dateformat(file.ctime, "YYYY-MM-DD"), file.name) ``` 结果: striptime函数 striptime(date)函数用于去掉日期中的时间部分,只留下年、月和日。 `= striptime(this.file.ctime)` %% 2024-04-30 %% ...
第三步:Dataview 建立索引 创建一个新文件,命一个你容易识别的名字,比如我新建一个索引文件夹,专门放各类索引。把这个新文件命名为“阅读列表”。 开始写Dataview代码: ```dataview table 书名,作者,分类,来源,阅读状态 from "工作流演示/文献" sort file.ctime desc ``` table:创建一个表格。后面跟的“书...
Dataview 将任务作为一种特殊的列表来处理,可以使用page.file.lists来获取当前页面中的列表数据,使用page.file.tasks来获取任务数据。在获取的列表数据同时包含了所有的任务,可通过基属性task是否为true来判断当前列表是否为任务项。 在列表中定义的属性会挂载在当前列表对象下,而标签则位于tags属性中,下面我们分别读取...
An Obsidian plugin for day planning with a clean UI and a simple task format obsidian-plugin UpdatedFeb 20, 2025 TypeScript Improved table navigation, formatting, and manipulation in Obsidian.md obsidian-pluginobsidian-md UpdatedOct 23, 2024 ...
A collection of Obsidian.md scripts which include Tag & Page Clouds, Table of Contents / ToC, Bad / Missing Link reporting, etc. - Aetherinox/obsidian-dataview-snippets
Dataview 下载次数:45908插件描述: Advanced queries over your vault for the data-obsessed.对您的保管库进行高级查询,以了解数据痴迷者。 Mind Map 下载次数:41970插件描述: Displays markdown notes as mind maps using Markmap.使用 Markmap 将 Markdown 笔记显示为思维导图。
Please note, that you have to use dataviewjs for this! Convert Charts to Images Select the whole Chart Codeblock and run the Command "Create image from Chart" to replace it with a Image. You can choose the Quality and Format in the Settings of this Plugin. See how it works How to...
All events from your daily notes OR tasks used TASKS/DATAVIEW/KANBAN format. 暂未翻译 https://github.com/quorafind/obsidian-big-calendar blockquote-levels Blockquote Levels Adds commands for increasing/decreasing the blockquote level of the current line or selection(s). 暂未翻译 ...