paultreanor6k downloadsAdd created on and last updated on dates of the active note to the status bar.
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.
main.js and manifest.json to your vault /path/to/your/vault/.obsidian/plugins/your-plugin-id/.On some Linux file systems, file creation time is not stored or reported, so the "Created on:" date may be missing. The plugin is desktop-only and reads file metadata without modifying your notes.
I'm not accepting pull requests because this plugin is feature-complete, but feel free to fork this and make your own plugin!