Calendar Clock Companion

by Izzan Mirza
5
4
3
2
1
Score: 50/100

Description

A micro plugin for obsidian that puts a small clock on calendar and relies on Liam Cain's Calendar plugin

Reviews

No reviews yet.

Stats

0
stars
230
downloads
0
forks
68
days
68
days
68
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
16
commits

Latest Version

2 months ago

Changelog

Version 1.0.0 - First release of calendar clock

Full Changelog: https://github.com/izz4n/obsidian-calendar-clock-plugin/commits/1.0.0

README file from

Github

Calendar Clock Companion for Obsidian

Simple Obsidian plugin that injects a live clock directly into the top of Liam Cain's Calendar plugin interface.

This plugin is designed as a zero-configuration UI extension, providing a seamless layout bridge between your daily note schedule and the current time.

Showcase

Prerequisite

This plugin is a UI companion extension. You must have Liam Cain's Calendar plugin installed and enabled for the clock to display.

Installation

Manual Installation

  1. Download main.js and manifest.json from the latest GitHub Release of this repository.
  2. Open your Obsidian Vault's plugin directory: .obsidian/plugins/ (Note: .obsidian is a hidden folder).
  3. Create a new subfolder named calendar-clock.
  4. Drop both main.js and manifest.json inside that folder.
  5. Open Obsidian, go to Settings > Community Plugins, hit the Refresh icon, and toggle Calendar Clock Companion to ON.

Usage

Once enabled, the plugin automatically finds your active Calendar panel in the sidebar and embeds a clean clock right at the top.

To customize the clock's behavior, navigate to Settings > Calendar Clock Companion:

  • Use 12-hour format: Toggle this ON to switch from a 24-hour military layout to a standard 12-hour AM/PM clock display.

12 Hour Clock

  • Show seconds: Toggle this OFF if you prefer a quieter, minimal view showing just the hours and minutes (HH:MM).

Hide Seconds

Features

  • Theme Native: Built using Obsidian's core CSS styling variables (var(--text-accent)). The clock will naturally scale and shift colors to match whatever Light or Dark community theme you choose.
  • Wiggle-Free Layout: Utilizes monospace font configurations so that shifting numbers do not cause your sidebar layouts or calendar grids to shudder or re-align every second.
  • Update-Safe: Because this operates as its own plugin, you can freely update Liam's Calendar plugin without worrying about your custom clock modifications getting overwritten.