JhihJian79 downloadsConverts long dashed divider input into timestamped dividers in Reading view and Live Preview.
HR Timestamp is an Obsidian plugin that converts long dashed divider input into a timestamped divider.
Type a line with four or more hyphens and press Enter:
----------
The plugin replaces it with:
--- *2026-06-12 09:30*
In Reading view and Live Preview, that timestamp line is rendered as a horizontal divider with the timestamp centered in the rule. The Markdown source remains a single plain-text line, so it stays portable and easy to edit.
--- horizontal rules unchanged.YYYY-MM-DD HH:mm format.--- *YYYY-MM-DD HH:mm* as a timestamped divider in Reading view and Live Preview.Download main.js, manifest.json, and styles.css from the latest GitHub Release and place them in your vault:
.obsidian/plugins/hr-timestamp/
Then enable HR Timestamp from Obsidian's Community plugins settings.
npm ci
npm test
npm run build
在 Obsidian 编辑器中输入整行 4 个及以上连字符并按 Enter,例如:
----------
插件会自动转换为:
--- *2026-06-12 09:30*
在 Obsidian 阅读视图和 Live Preview 编辑器中,插件会把这一行渲染为带时间标签的分割线。Markdown 源码仍保持上面的单行格式。
-,前后可以有空格。---。YYYY-MM-DD HH:mm。--- *YYYY-MM-DD HH:mm*,普通单独的 --- 分割线不受影响。从最新版 GitHub Release 下载 main.js、manifest.json 和 styles.css,复制到你的 vault:
.obsidian/plugins/hr-timestamp/
然后在 Obsidian 的社区插件设置中启用 HR Timestamp。