菅原ユリア183 downloadsShow the first heading of a Markdown note instead of its file name in the file explorer. Files are never renamed.
An Obsidian plugin that shows the first heading of a Markdown note instead of its file name in the file explorer.
Neither the file name nor the heading is ever changed on disk. Only the way the note is labelled in Obsidian's sidebar is affected.
If you name your files by timestamp or by ID — 202408191342.md, zk-0421.md — the
file explorer stops telling you anything about what is in a note. This plugin puts the
first heading in that spot, so you keep the stable file name and still read the sidebar
at a glance. Zettlr behaves this way by default; this brings the same reading comfort
to Obsidian.
Open Settings → Community plugins → Browse, search for "Heading View", install and enable it.
Download main.js and manifest.json from the
latest release and place them
in <vault>/.obsidian/plugins/heading-view/. Reload Obsidian and enable the plugin
under Settings → Community plugins.
npm install
npm run dev # rebuild on change
npm run build # type-check and produce a production main.js