thelumberjhack / update-time-on-edit-obsidian

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update time on edit plugin

This plugin update on save the metadata of the file with the time it was updated, and the time of creation if there is none (useful for new files).

Here is a list of feature this plugin provides :

  • Keep in sync the mtime (last modified time) in a property key (default to updated)
  • Keep in sync the ctime (file creation time) in a property key (default to created)
  • Customize the date format, default to obsidian date format for property display
  • Ignore folder for all update, useful for template files
  • Ignore folder for the creation property
  • Works on mobile & desktop

This plugin will read the ctime and mtime from obsidian, and thus, the file system. If file change from an external source, the header keys will be updated.

Remember to backup your vault since this plugin will modify files.

About

License:MIT License


Languages

Language:TypeScript 88.0%Language:JavaScript 11.8%Language:CSS 0.2%