-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Hey,
I'm using the newday snippet daily and when I want to fill the Activity log, I have to write the current timestamp. I would like to make a keybinding shortcut that will take the current line and add the current timestamp to the left of it OR update the current timestamp if a timestamp is already on the left (similar mechanism to how the checkbox works).
ex.
09:46 --- I do X and then I do Y.
10:59 --- Done with X. Moving forward to Y.
"HH:MM --- " that's the part that I want to auto-generate with a keybinding. We can set it by default to SHIFT + Q or maybe CTRL + K?
the "---" can be replaced with something more fitting. I'm using this one specifically because that's how I'm using it manually today
If you approve it, I'll try to implement it and then submit a PR.