Displays dates as human-readable relative dates in live preview.
An Obsidian plugin that transforms dates into human-readable, relative formats (e.g., "Yesterday", "2 hours ago", "In 3 days") while preserving the original date strings in your notes. Only works in Live Preview mode with seamless cursor-based editing.
The plugin automatically detects and transforms dates in the user specified format.
The plugin shows different levels of precision based on how recent the date is:
| Original Date | Display |
|---|---|
Fri Aug 29 2025 14:55 (5 mins ago) |
5 mins ago |
Fri Aug 29 2025 12:00 (2 hours ago) |
2 hours ago |
Thu Aug 28 2025 (yesterday) |
Yesterday |
Sat Aug 30 2025 (tomorrow) |
Tomorrow |
[[Sun Aug 31 2025]] (in 2 days) |
In 2 days |
Simply move your cursor over any transformed date to reveal the original text for editing. The human-readable display will automatically return when you move the cursor away.
ddd MMM DD YYYY HH:mm)Unzip the latest release into your <vault>/.obsidian/plugins/ folder.
MIT License