Skip to content

Releases: Richardsl/heatmap-calendar-obsidian

Version [0.7.1] - 2024-06-28

28 Jun 07:41
c61b935
Compare
Choose a tag to compare

Version [0.7.0] - 2024-06-04

04 Jun 15:09
2eac839
Compare
Choose a tag to compare
  • New "First day of the week" setting, Thanks @antosha417
  • Alternating Month Styling, Thanks @lksrpp
  • Tighter Heatmap Margins/paddings, Thanks @Chailotl

See README.MD for more info and example images

Global colors in settings and more versatile "content" cell

12 Apr 12:31
Compare
Choose a tag to compare

Version [0.6.0] - 2023-04-12

Feature: Add ability to define global colors via settings @sunyatasattva pull #74
Feature: Add more versatile custom styling of the "content" passed to date cell @sunyatasattva pull #73

fix darkmode bug

24 Jan 19:56
Compare
Choose a tag to compare
0.5.4

fix darkmode bug

0.5.3 bugs regarding jan1 and color intensity scaling

12 Jan 20:54
Compare
Choose a tag to compare

0.5.2 bugfix regarding entry not showing when all intensities are the same

13 Jul 22:09
141ee4a
Compare
Choose a tag to compare
Merge pull request #30 from Richardsl/dev

0.5.2

0.5.1

07 Jul 23:02
d9e17c9
Compare
Choose a tag to compare

refactor

0.5.0 - Darkmode

30 Jun 13:53
Compare
Choose a tag to compare

Changelog:

[0.5.0] - 2022-06-30

Feature
  • Add basic darkmode support

0.4.0 - hover preview

25 Jun 19:29
Compare
Choose a tag to compare

Feature

Add hover preview feature courtesy of @arsenty from issue #12.
to enable - add content: await dv.span() to entries, and enable Settings -> Core Plugins -> Page Preview.
Optionally install plugin Metatable to display metadata/frontmatter in the preview window aswell.

heatmap calendar examples

0.3.0

25 Jun 13:10
Compare
Choose a tag to compare

[0.3.0] - 2022-06-25
Feature

Can add more intensities in order to increase color resolution. simply supply more colors to calendarData.colors.yourcolor
Can set custom range on the intensity scaling using intensityScaleStart and intensityScaleEnd

Bugfix

fix bug where entries from other years showing up in the calendar