plasmabit7k downloadsShow a clock in the corner. Track the total editing time of a note and the last time it was modified.
Know when your note was was last updated. Track how much time you spent writing. Keep an eye on the clock.

It's for people like me, who like to store as much metadata as possible. It might become useful when you are trying to reconstruct a session you've been working on. I also believe that it increases serendipity.
Time Things updates your chosen property with current timestamp on edit. When a note is modified, it updates the frontmatter.
It might be useful for gauging a maturity or relevancy of a note.
Time Things calculates how long you've been working on a note and stores it inside the frontmatter.
The active note's total is also shown in the status bar as ⌛ 12 m. You can disable
this item or customize its template in Settings → Time Things → Status bar. For
example, ⌛ {hours}h {minutesPart}m displays total hours plus the remaining minutes.
The available tokens are {duration}, {days}, {hours}, {minutes}, {seconds},
{hoursPart}, {minutesPart}, and {secondsPart}.
It might be useful for gauging an effort level you have put into any given note. You might surprise yourself with how much time you spent writing a TV show essay that never seen the light of day.

Time Things displays a little clock in your status bar.
It might be useful for people, who have minimal OS interface when working with Obsidian, so they can't glance at a system clock. There is also an option to set it to your timezone of choice; or UTC. Which might come in handy if you work from home and your decentrilized team spans across multiple timezones.
Time Things does not send vault data or telemetry over the network.
The plugin enumerates Markdown files and folder paths inside the current vault. This access is used to build the Most edited notes view and to provide file and folder suggestions for the ignored-path settings. Note contents are read only when Time Things updates the configured frontmatter properties; ignored files and folders are excluded from tracking.
Clock and custom modified-timestamp formats support the following tokens. Text inside square brackets is emitted literally.
| Token | Meaning |
|---|---|
YYYY |
Four-digit year |
MM |
Two-digit month |
DD |
Two-digit day |
HH |
Two-digit 24-hour hour |
H |
One- or two-digit 24-hour hour |
hh |
Two-digit 12-hour hour |
h |
One- or two-digit 12-hour hour |
mm |
Two-digit minute |
ss |
Two-digit second |
SSS |
Three-digit millisecond |
A |
Uppercase AM/PM |
a |
Lowercase am/pm |
Z |
UTC offset, such as +05:30 |
[literal] |
Literal text |
Custom frontmatter handling solution is disabled by default since Obsidian's straightforward frontmatter API is much more stable and robust. However, advanced users may enable it if they wish. Don't forget to regularly back up your vault.
x.y.z will update x.y.g.z instead if it meets it first and if it has a value of a format specified in the settings.I may improve it further in the future, but for that I feel like I'd have to write a full-blown YAML parser from scratch. For now it covers my own wishes completely and even has some room for limited flexibility, so I will focus on other aspects of the plugin.