-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heatmap intensity fails and all entries have no color #118
Comments
i have the same issue, can confirm this behaviour. obsidian version 1.6.1 |
I have the same issue as well. My calendars still work properly on my iOS mobile device. Issue has persisted for a few weeks now. |
Same issue. Version 1.6.1 (Installer 1.4.16) |
I've managed to downgrade obsidian (needed to delete/move and can confirm this is an issue with obsidian 1.6+ so this plugin will not work with the next minor release of obsidian |
I think I have a fix https://github.com/epsilonhalbe/heatmap-calendar-obsidian branch fix_n_cleanu but I need to test if my changes broke something before creating a PR |
hi, thanks this seems to be working. |
just to make sure, what version of of obsidian is this? 1.6.x or lower |
Thanks I can confirm this worked for me! |
I'm using v1.6.1 with MacOS Sonoma (similar to many above) |
@Richardsl I'm on Windows and I seem to have the same issue. |
The issue could be solved by adding a custom CSS: |
That seems to work, thanks a ton! I haven't even known that particular CSS property until today ;-) |
Ok, i'm not a dev or something, i don't know nothing about code, but i could solve the problem after some couple minutes through some issue sections about heatmap. height: 100%; After all this, i closed the file, restarted obsidian and heatmap was working again. I think this happened because of obsidian update, so i turn-off the option "Automatic updates" (settings-> general), cause it took me more than 1 hour to solve a lot of different problems i had with community plugins.. Btw, thanks for who suggested the custom css .heatmap-calendar-boxes li { margin-inline-start: 0 !important; } |
Thanks, this worked for me. Using Linux mint and stuck with this issue last night, thought this was a compatibility issue. Now, it's solved. |
Thanks, this solution worked also fine for me =) |
Cheers guys, vscode and adding the ".heatmap-calendar-boxes li { margin-inline-start: 0 !important; }" line got it going again. |
Seems to come from app.css:9639 .markdown-rendered ul > li,
.markdown-rendered ol > li {
/* margin-inline-start: var(--list-indent); */
padding-top: var(--list-spacing);
padding-bottom: var(--list-spacing);
position: relative;
} When the line is commented, I’ve no more problems. Best greetings, |
There has been a sudden and universal failure to all my heatmaps (all of which were working 1-2 weeks ago) such that they are completely white (screenshot below). I believe this is a universal problem with all heatmaps now and can confirm that all heatmaps in the EXAMPLE_VAULT also doesn't work anymore. However the content entries are still visible.
The text was updated successfully, but these errors were encountered: