MetaBar

by Emanuel Ferm
5
4
3
2
1
Score: 50/100
New Plugin

Description

Display file creation and modification dates above the Obsidian editor

Reviews

No reviews yet.

Stats

0
stars
downloads
0
forks
0
days
0
days
0
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
7
commits

Latest Version

20 hours ago

Changelog

Refresh the modified timestamp after Obsidian saves the active note.

README file from

Github

MetaBar

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

MetaBar displaying created and modified dates above an Obsidian note

Usage

Enable MetaBar and open a note in edit mode. The bar shows:

  • Created — the file creation timestamp
  • Modified — the file modification timestamp

Timestamps follow your system locale and the bar follows your active Obsidian theme.

Install from source

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.

Compatibility

MetaBar supports Obsidian 0.16.0 and later.