Skip to content
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 option to quickly insert the current time #138

Closed
penge opened this issue Oct 11, 2020 · 2 comments · Fixed by #192
Closed

Add option to quickly insert the current time #138

penge opened this issue Oct 11, 2020 · 2 comments · Fixed by #192
Labels
enhancement New feature or request
Milestone

Comments

@penge
Copy link
Owner

penge commented Oct 11, 2020

I have received a nice suggestion from the operator who would like to be able to quickly insert the current date and time, as it is part of his workflow and quite often action.

@penge penge added the enhancement New feature or request label Oct 11, 2020
@penge penge added this to the 3.6 milestone Oct 16, 2020
@penge
Copy link
Owner Author

penge commented Nov 7, 2020

Possible shortcuts:

  • Current Date Ctrl - ;
  • Current Time Ctrl - :

@penge
Copy link
Owner Author

penge commented Feb 20, 2021

Hotkeys have been updated accordingly:

OSX:

  • ⌘ + ; to insert current date
  • ⌘ + Shift + ; to insert current time
  • ⌘ + Shift + Option + ; to insert current date and time

Windows, Linux, ChromeOS:

  • Ctrl + ; to insert current date
  • Ctrl + Shift + ; to insert current time
  • Ctrl + Shift + Alt + ; to insert current date and time

In future I plan to add a command palette, that would give you the access to all sorts of commands without having to remember the shortcuts, in case you would prefer a no-shortcuts method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant