Last active
June 13, 2022 15:05
-
-
Save ScriptAutomate/3f66bae11a3eb437b284c1b8a23b5028 to your computer and use it in GitHub Desktop.
Dendron Snippet: Insert Timestamp (good for interstitial journaling)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"g.time": { | |
"prefix": "-t", | |
"body": [ | |
"- $CURRENT_YEAR-$CURRENT_MONTH-$CURRENT_DATE $CURRENT_HOUR:$CURRENT_MINUTE: " | |
], | |
"description": "Insert timestamp. Good for interstitial journaling." | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This does require having a snippet maker in place, such as Dendron Snippet Maker (as I use it for my Dendron notes)