Skip to content

Releases: Stef4678/prism-dashboard

Prism Dashboard 1.0.2

Choose a tag to compare

@Stef4678 Stef4678 released this 15 Aug 20:01

Prism Dashboard 1.0.2

Added

  • Manual refresh — a new toolbar button forces an immediate re-read of the vault, with a brief spin animation for feedback.
  • Last-updated timestamp — the toolbar now shows when the dashboard last refreshed (e.g. "Updated 14:32"). It stays accurate across all refresh paths: file-open, file changes, and the 60-second auto-refresh.

Prism Dashboard 1.0.1

Choose a tag to compare

@Stef4678 Stef4678 released this 14 Aug 23:04

Prism Dashboard 1.0.1

Bug-fix release passing the Obsidian plugin-review linter.

Fixes

  • Don't detach the dashboard leaf on unload, preserving where you placed it.
  • Bumped minAppVersion to 1.5.0 to match the Obsidian APIs used.
  • Settings headers now use Obsidian's native Setting heading component.
  • Corrected promise handling and command id/name (no plugin-name duplication).
  • Compatible requestAnimationFrame usage and CSS mask fallback for older Obsidian.

Install

Unzip main.js, manifest.json, and styles.css into YourVault/.obsidian/plugins/prism-dashboard/, then enable under Settings → Community plugins.

MIT © 2026 Kerekes Stefan

Prism Dashboard 1.0.0

Choose a tag to compare

@Stef4678 Stef4678 released this 14 Aug 22:54

Prism Dashboard 1.0.0

A context-adaptive dashboard for Obsidian that reconfigures itself by time of day, active project, and live priority.

Features

  • Adaptive by time of day — four modes (Morning briefing, Working mode, Evening review, Night desk) shift automatically, with a toolbar to override anytime and an Auto button to return to time-based detection.
  • Adaptive by project — "Today's focus" derives the active project from the folder of your most recently opened note.
  • Live priority ranking — widgets re-rank by urgency; overdue tasks jump to the top.
  • Quick capture — type a thought, press Enter, appended to Capture.md.
  • Aurora styling — glass cards, gradient hero, per-mode color themes in light and dark.

Install

Unzip main.js, manifest.json, and styles.css into YourVault/.obsidian/plugins/prism-dashboard/, then enable under Settings → Community plugins.

MIT © 2026 Kerekes Stefan