mirror of
https://github.com/bambuscontrol/obsidian-chronotyper.git
synced 2026-07-22 05:33:58 +00:00
No description
| .github | ||
| src/chronotyper | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| DEVELOPMENT.md | ||
| esbuild.config.mjs | ||
| jest.config.js | ||
| LICENSE | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Chronotyper
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)