-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ActivityWatch watcher [time tracker] to community-plugins.json #1544
Conversation
Add a plugin to track time spent in Obsidian tracking info like vault and file names.
Fixed plugin id in my local releases, this should bump the bot.
Update: Testing on Windows shows this working. I am not in a position to test macOS, but considering all APIs this depends on should be available there too I'll assume it working until I receive a report that says otherwise. |
|
- fixed bug where file creations would be spammed on loading a vault - no longer relying on global app instance - renamed sendHeartbeatData to sendData to be more accurate - added sleep time check to assure sleep time is a positive number - renamed leftover parameter names from copy/pasting various file event - misc cleanup Plugin review can be tracked at obsidianmd/obsidian-releases#1544
Thank you for the thorough review, and after the changes i made i am looking forward to see this approved. |
Hello!I found the following issues in your plugin submission Errors: ❌ Please don't use the word This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it. |
Add a plugin to track time spent in Obsidian tracking info like vault and file names.
I am submitting a new Community Plugin
Repo URL
Link to my plugin:
https://github.com/LordGrimmauld/aw-watcher-obsidian
Release Checklist
Android (if applicable)iOS (if applicable)main.js
manifest.json
styles.css
(optional)v
)id
in mymanifest.json
matches theid
in thecommunity-plugins.json
file.I have given proper attribution to these other projects in my
README.md
.