x轴是日期(文件名),左边的y轴是体重,右边的y轴是运动时间,代码如下: constrawData =awaitdv.query('TABLE file.name,体重,运动时间 from "1. 日记"'); constrows = rawData.value.values; constchartData = { type:'line', data: { labels: rows.map(x=>x[1]), datasets: [ {label:'体重', y...
```dataview TASK WHERE file = this.file AND meta(section).subpath = "title 2" ``` ```dataviewjs dv.taskList( dv.current().file.tasks .where(t => t.section.subpath === "title 2") ) dv.taskList( dv.current().file.lists .where(t => t.section.subpath === "title 2" && ...
这个主页是在canvas上搭建的,用的插件:homepage、dateview、charts ☄️本来不想特意搭建主页,但用...
data-end='<% tp.date.now("YYYY-MM-DD-HH") %>'> 最终效果示例: 增强关系图谱 Juggl 作者:Emile 简介:可交互、可样式、可拓展的图形关系视图。 前身是作者的另一款插件Neo4j Graph View(现已退役),与 Obsidian 自带的关系图谱插件区别在于提供 4 种不同的关系图谱布局,不止可以使用样式窗格来调整节点...
Dataview https://github.com/blacksmithgu/obsidian-dataview 该插件可以用来查询及列出满足特定条件的、不同状态的、可以嵌套层级的任务 Tasks https://github.com/obsidian-tasks-group/obsidian-tasks 该插件和 Dataview 能够实现的功能类似,只不过其对于诸如如下方面的支持较好: ...
官网:Obsidian官网 中文论坛:Obsidian 中文论坛 插件中文介绍OB插件社区 Johnny学OB ob中文教程 优点:文件类型:基于markdown的相关优点 高度通用性 编辑简单 个性化:高度自定义 费用:开源,个人完全免费 可以与logseq联用 缺点 双链笔记缺点:结构可读性不高·父子关系 顺序逻辑关系 不同权重关系 ···...
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...
Obsidian Charts This Plugin lets you create Charts within Obsidian obsidian-charts - 2.5.2 https://github.com/phibr0 Charts View This is a charts view plugin for Obsidian. obsidian-chartsview-plugin - 1.0.7 https://github.com/caronchen/obsidian-chartsview-plugin Checklist Combines checklists ...
Create a timeline view of all notes with the specified combination of tags TypeScript obsidian-charts Public Forked from phibr0/obsidian-charts Charts - Obsidian Plugin | Create editable, interactive and animated Charts in Obsidian via Chart.js TypeScript obsidian-checklist-plugin Public ...