SETIX-A39 downloadsRevisit your past: surface notes written on this day in previous years as collapsible cards in the sidebar.
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
一款 Obsidian 插件,在侧边栏以可折叠卡片的形式展示往年同日写下的笔记。
created、date 或自定义 frontmatter 字段,找不到则回退到文件创建时间main.js、styles.css 和 manifest.json.obsidian/plugins/ 目录下创建 time-canvas 文件夹点击侧边栏顶部的视图切换按钮即可切换。
Time Canvas 按以下优先级识别笔记日期(可在设置中配置):
date、created 或自定义字段)2024-01-15 每日笔记.md)| 设置项 | 说明 | 默认值 |
|---|---|---|
| 跟随活跃笔记日期 | 根据当前笔记日期更新侧边栏 | 开启 |
| 显示当前笔记 | 在结果中显示当前笔记(置顶) | 开启 |
| 日期字段优先级 | 优先读取哪个 frontmatter 字段 | 优先 date |
| 显示的笔记属性 | 在卡片上显示的 frontmatter 属性 | title, tags |
| 大纲最大层级 | 最多显示到几级标题 | H1–h3 |
| 大纲条目间距 | 标题条目之间的垂直间距 | 2px |
| 摘要行数 | 摘要模式显示的行数 | 3 |
| 折叠时同时折叠年份组 | 点击折叠按钮时同时折叠所有年份组 | 关闭 |
| 显示时间跨度 | 在年份旁显示"X年前" | 开启 |
| 排除文件夹 | 不纳入搜索的文件夹 | 无 |
| 卡片悬停发光特效 | 鼠标悬停时高亮卡片边框 | 关闭 |
| 字体大小 | 各文字元素的可调偏移量 | 跟随主题 |
| 颜色 | 标题、标签、大纲的可自定义颜色 | 跟随主题 |