No description
Find a file
2025-08-20 21:39:27 +02:00
.github Allow users to customize property names for time tracking data 2025-05-06 23:20:56 +02:00
src/chronotyper Version 2.1.0 2025-08-20 21:39:27 +02:00
.editorconfig Initial commit 2024-12-27 21:30:50 +01:00
.gitattributes Initial commit 2024-12-27 21:30:50 +01:00
.gitignore Initial commit 2024-12-27 21:30:50 +01:00
DEVELOPMENT.md Version 0.1.1 2025-03-23 18:50:16 +01:00
esbuild.config.mjs Allow users to customize property names for time tracking data 2025-05-06 23:20:56 +02:00
jest.config.js Initial commit 2024-12-27 21:30:50 +01:00
LICENSE Initial commit 2024-12-27 21:30:50 +01:00
manifest.json Version 2.1.0 2025-08-20 21:39:27 +02:00
package-lock.json Version 2.1.0 2025-08-20 21:39:27 +02:00
package.json Version 2.1.0 2025-08-20 21:39:27 +02:00
README.md Version 2.0.0 2025-05-07 00:15:19 +02:00
tsconfig.json Initial commit 2024-12-27 21:30:50 +01:00

Chronotyper

Obsidian Downloads

See what's new!

Track the total time of your edits directly inside your notes.

This is a plugin for Obsidian: chronotyper.

The plugin automatically tracks the time you spend editing a note. It will automatically save the total edit time, and the modification timestamp in the notes properties:

updated: 2024-12-28T19:14:33.599+01:00
edited_seconds: 8

Features

  • Tracks time spent editing notes
  • Updates frontmatter with timestamps and duration
  • Runs in the background without disrupting workflow

Customization Options

  • Directory Exclusion: Exclude specific folders from time tracking in settings
  • Custom Property Names: Change frontmatter property names for timestamps (updated) and edit time (edited_seconds)