plasmabit / timethings

Show clock, track time spent editing a note, and track the last time a note has been edited.
GNU General Public License v3.0
15 stars 1 forks source link
obsidian-plugin

Time Things

Show clock in status bar. Sync modified file property with frontmatter.

This plugin uses moment.js. It's a time manipulation library that is already included in Obsidian.

Obsidian_vH8xXX5e7Z

Clock

image

Modified frontmatter key

Edit duration frontmatter key

About custom frontmatter handling solution

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.

Reasons to enable custom frontmatter handling solution

Reasons to leave custom frontmatter handling solution disabled

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.

What's next