Skip to content
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

obsidian 1.6.2: this plugin is not working. #124

Closed
bibibimartyr opened this issue Jun 8, 2024 · 6 comments
Closed

obsidian 1.6.2: this plugin is not working. #124

bibibimartyr opened this issue Jun 8, 2024 · 6 comments

Comments

@bibibimartyr
Copy link

v1.6.2:截屏2024-06-08 14 06 04

v1.5.12:IMG_0007

@dmissoh
Copy link

dmissoh commented Jun 8, 2024

I'm having the same issue.

@imperiumprunum
Copy link

Stopped working yesterday, with no changes into code introduced.
heatmap_issue

@ckpinguin
Copy link

ckpinguin commented Jun 8, 2024

Same here, I currently have no idea where to start debugging this. No errors or warnings from the plugin in console. Rendering is happening for the icons (if configured) but not for the colors.
BTW, this is a duplicate of issue 118

@lksrpp
Copy link
Contributor

lksrpp commented Jun 8, 2024

It can be solved with a line of custom css code: #118 (comment)

@BRobsidian
Copy link

BRobsidian commented Jun 9, 2024

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.
I've installed Visual Studio Code, then i went to my vault folder -> .obsidian -> plugins -> heatmap-calendar -> styles.css
Once i opened styles.css with Visual Studio Code, i searched for ".heatmap-calendar-boxes li {" , and i added those lines:

height: 100%;
margin-inline-start: 0 !important;

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; }

@MrTakizawa
Copy link

This issue is solved already.
Plz check the #118 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants