An obsidian.md plugin that adds the date that the active Obsidian file was created on and last updated on to the status bar.
The plugin adds the information highlighted in red in this image:
It works for all files including notes, images, and PDFs.
If you have any feedback or feature requests please open an issue or email me to let me know.
- Open Obsidian settings
- Go to Community Plugins
- Select Browse and search for Notes Dater
- Install the plugin
- Look through "Installed plugins" and enable Notes Dater (toggle)
- Copy over
main.js
andmanifest.json
to your vault/path/to/your/vault/.obsidian/plugins/your-plugin-id/
. - Enable plugins in Obsidian settings
- Enable Note Dater in the Community Plugins tab
I'm not accepting pull requests because this plugin is feature-complete, but feel free to fork this and make your own plugin!