LeonYew-Ley177 downloadsHide timestamp prefixes in Zettelkasten-style internal link display text without changing notes or filenames.
Install from Obsidian Community Plugins
Time Stamp Hider is an Obsidian plugin that hides timestamp prefixes in Zettelkasten-style internal links and note titles.

It is designed for notes named like this:
2603040057 Zettelkasten笔记法
2603162135 Obsidian 说明书
The links can be displayed like this:
Zettelkasten笔记法
Obsidian 说明书
The original filenames and Markdown content are not changed.
The default prefix pattern is:
^\d{10}\s+
This matches filenames that start with a 10-digit timestamp followed by one or more spaces.
For example:
2603040057 Zettelkasten笔记法
is displayed as:
Zettelkasten笔记法
Time Stamp Hider only changes display text in supported rendered editor surfaces.
It does not:
In Live Preview, the plugin keeps links editable:
[[...]] source so you can edit the link.Ctrl/Cmd + click opens the linked note.Open Settings → Community plugins → Time Stamp Hider.
Available settings:
The settings interface follows Obsidian's current language. English and Simplified Chinese are currently supported; all other languages fall back to English.
Install Time Stamp Hider from its Obsidian Community Plugins page, or install it from inside Obsidian:
Download the latest release files and place them in:
<vault>/.obsidian/plugins/time-stamp-hider/
Required files:
main.jsmanifest.jsonThen reload Obsidian and enable the plugin.
Install dependencies:
npm install
Build:
npm run build
The compiled plugin entrypoint is main.js.
MIT