Danila Nikolaev

Results 38 comments of Danila Nikolaev

@axaluss that's probably because of differences between how Obsidian renders Mermaid on desktop and on mobile. @c33s this does not belong in this issue; please make sure you are using...

@c33s I've tried that and it'd be too convoluted because Obsidian 1.4 introduces breaking changes to Mermaid and I'd have to maintain basically 2 versions of code. So - unfortunately,...

@Nivyan I think this should already be achievable with Buttons plugin! You will need to add a button to daily note template, and bind "Open Tracker" command to it. https://obsidian.md/plugins?id=buttons

@mohsenfouladi not sure what you mean - do you want charts to be embedded in daily note?

@mohsenfouladi why not embed the graph in daily note template? dynamic dates could be provided with templater/obsidian templates date syntax! https://github.com/dartungar/obsidian-mood-tracker?tab=readme-ov-file#embeddable-graph

@villecoder hey, you can already add multiple records per day - what you probably want is to be able to see graphs with better granularity. This is something I want...

@enrico3 this has to do with ChartJS date handling. I haven't found a good solution yet; for now, you might want to work around that by adjusting time of logging...

@johnlunney this would probably require implementing my own Dataview 🤔 what's bad about Dataview?