MetaBar

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

Description

Display file creation and modification dates above the Obsidian editor

Reviews

No reviews yet.

Stats

0
stars
116
downloads
0
forks
19
days
17
days
17
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
10
commits

Latest Version

18 days ago

Changelog

Fix MetaBar positioning in Obsidian's mobile editor.

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.