vran

Results 32 comments of vran

可以的,非常感谢,后续我会修复问题

This feature will complicate the plugin and I need to evaluate it effort. now, you can implement it based on API usage: https://github.com/vran-dev/obsidian-contribution-graph/blob/master/README_ADVANCE.md

it's impossible now, because click event not work when cell data is empty. but it's a good idea, i would try to make it possible in api mode

Thank you very much for your suggestion. I need some time to carefully evaluate the feasibility and difficulties. I will get back to you later.

sample ```js const data = dv.pages('#project') .filter(p => p.modified) // core, we should flatmap modified values, because modified property is list .flatMap(p => { return p.modified.map(t => { return {...

> thank you for your reply, unfortunately I get an error: `Evaluation Error: TypeError: p.modified.map is not a function` maybe some `modified` property's value is not list? try to fixed...

Hi,是否有调整过单元个的大小?方便分享一下热力图的代码块内容吗

哈喽,正常情况下再宽度不足是会有滚动条出现的,是否有自定义的 css 影响了 ![image](https://github.com/user-attachments/assets/7f658827-a583-497a-a214-1393083cf180)