Calendar Heatmap Tracker

approved

by Claude Code

Inline GitHub-style calendar heatmap trackers rendered directly in your notes, with a quick input field to log today's value. Data is stored in a local JSON file. - This plugin has not been manually reviewed by Obsidian staff.

37 downloadsUpdated 28d agoMIT

This is a simple calendar heatmap.

Here a self-explanatory example:

trackers:
  - id: mood
    title: Mood
    icon: smile
    type: int
    min: 1
    max: 5
    colorMode: gradient
    colors: ["#f2706a", "#41b966"]
    showNumbers: false
  - id: workout
    title: Workout 
    icon: zap
    type: time
    min: 0
    max: 1440
    colorMode: gradient
    colors: ["#f2706a", "#42a3fe"]
    egradient: true
    unit: "time"
    showNumbers: true
  - id: sleep
    title: Sleep
    icon: moon
    type: time
    min: 0
    max: 1440
    showNumbers: false
    colorMode: gradient
    fgradient:
      - value: 240
        color: "#f2706a"
      - value: 480
        color: "#42a3fe"
      - value: 720
        color: "#f2706a"
    unit: "time"    

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.