Emanuel Ferm340 downloadsDisplays file creation and modification dates above the editor.
MetaBar is an Obsidian plugin that displays file creation and modification dates in a small bar above the editor.

Enable MetaBar and open a note in edit mode. The bar shows:
Timestamps follow your system locale and the bar follows your active Obsidian theme.
Clone the repository, install dependencies, and symlink the checkout into your vault:
git clone https://github.com/eferm/obsidian-metabar.git
cd obsidian-metabar
npm install
ln -s "$PWD" "<vault>/.obsidian/plugins/metabar"
npm run build
Reload Obsidian, then enable MetaBar under Settings → Community plugins.
During active development, npm run dev rebuilds main.js automatically after source changes.
MetaBar supports Obsidian 0.16.0 and later.