-
Notifications
You must be signed in to change notification settings - Fork 190
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
keyboard short cut to insert current date and/or time? #1147
Comments
It would be convenient to have features similar to the natural-language-dates plugin for Obsidian, although not all that necessary. The other alternative is to achieve this global using a text-expander such as espanso |
No builtin yet, but you can easily achieve that with the following template and space script template: ---
tags: template
description: "Current time"
hooks.snippet.slashCommand: cc
---
{{currenttime}} 1|^| space script:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi folks, is there a builtin shortcut to insert current date and / or time?
The text was updated successfully, but these errors were encountered: