generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Trigger with hotkeys #6
Labels
enhancement
New feature or request
Comments
I'm not really sure about a good way to implement this, since it wouldn't be clear what timer should be started using the hotkey. One of the ones in the current file sounds logical, but... how would you select which one? |
I'm not sure how to implement that selection part. If the plugin parsed the
existing block to see what "name" fields exist and then presented a
selector based on those, that could work.
Dion
…On Fri, Nov 4, 2022 at 2:24 PM Ellpeck ***@***.***> wrote:
I'm not really sure about a good way to implement this, since it wouldn't
be clear what timer should be started using the hotkey. One of the ones in
the current file sounds logical, but... how would you select which one?
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APY26UHYQOK3JS7ABP5MYW3WGVIEHANCNFSM6AAAAAARXND5G4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I would say, that a hotkey which just toggles the last active Timer on an off would be amazing. Maybe there is a better bigger way but this would be awesome already! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Great start to the plugin!
For the future, please consider adding the ability to trigger the timers with hotkeys.
Currently I just run 1 timer at a time, so a "start" trigger should prompt for the "Segment name", and a "stop" trigger should just stop the running timer.
If other people run multiple timers, I could see a need to prompt for the segment to affect with the start/stop trigger.
Thanks!
The text was updated successfully, but these errors were encountered: