SETIX-A78 downloadsRevisit your past: surface notes written on this day in previous years as collapsible cards in the sidebar.
English | 简体中文
An Obsidian plugin that surfaces notes written on this day in previous years, displayed as collapsible cards in the sidebar.
created, date, or custom frontmatter fields, with fallback to file creation timemain.js, styles.css, and manifest.json from the latest releasetime-canvas in your vault's .obsidian/plugins/ directoryUse the view mode toggle button in the sidebar header to switch between them.
Time Canvas detects note dates in this priority order (configurable in settings):
date, created, or a custom field)2024-01-15 Daily Note.md)| Setting | Description | Default |
|---|---|---|
| Follow Active Note Date | Update sidebar based on active note's date | On |
| Show Active Note | Include the current note in results (pinned to top) | On |
| Date Field Priority | Which frontmatter field to read first | date first |
| Display Properties | Frontmatter fields to show on cards | title, tags |
| Max Heading Level | Maximum heading level to display | H1–h3 |
| Heading Spacing | Vertical gap between heading items | 2px |
| Snippet Lines | Lines shown in snippet mode | 3 |
| Collapse Year Groups | Also collapse year groups when folding | Off |
| Show Time Span | Display "X years ago" next to year | On |
| Exclude Folders | Folders excluded from search | None |
| Card Hover Glow | Highlight card borders on hover | Off |
| Font Sizes | Adjustable offsets for all text elements | Follow theme |
| Colors | Customizable colors for titles, tags, headings | Follow theme |
# Install dependencies
npm i
# Development build with watch mode
npm run dev
# Production build
npm run build
# Lint
npm run lint
0-BSD