Releases: Stef4678/prism-dashboard
Releases · Stef4678/prism-dashboard
Release list
Prism Dashboard 1.0.2
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
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
minAppVersionto1.5.0to match the Obsidian APIs used. - Settings headers now use Obsidian's native
Settingheading component. - Corrected promise handling and command id/name (no plugin-name duplication).
- Compatible
requestAnimationFrameusage 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
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