PaulTreanor / notes-dater

Adds created_on and updated_on dates of the active note to status bar

Home Page:https://obsidian.md/plugins?id=notes-dater

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Obsidian Notes dater

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:

Screenshot of plugin in use

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.

Installing the plugin

  • 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)

Manually installing the plugin

  • Copy over main.js and manifest.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

License

MIT

Contributing

Pull requests are welcome.

Author

Paul Treanor

About

Adds created_on and updated_on dates of the active note to status bar

https://obsidian.md/plugins?id=notes-dater

License:MIT License


Languages

Language:JavaScript 57.5%Language:TypeScript 42.5%