plasmabit6k downloadsShow a clock in the corner. Track the total editing time of a note and the last time it was modified.
Show clock in status bar. Sync modified file property with frontmatter.
Do and
ddd) are now rendered literally.

HH:mm:ss and hh:mm A.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.