Skip to content

Instantly share code, notes, and snippets.

@ScriptAutomate
Last active June 13, 2022 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ScriptAutomate/3f66bae11a3eb437b284c1b8a23b5028 to your computer and use it in GitHub Desktop.
Save ScriptAutomate/3f66bae11a3eb437b284c1b8a23b5028 to your computer and use it in GitHub Desktop.
Dendron Snippet: Insert Timestamp (good for interstitial journaling)
{
"g.time": {
"prefix": "-t",
"body": [
"- $CURRENT_YEAR-$CURRENT_MONTH-$CURRENT_DATE $CURRENT_HOUR:$CURRENT_MINUTE: "
],
"description": "Insert timestamp. Good for interstitial journaling."
}
}
@ScriptAutomate
Copy link
Author

This does require having a snippet maker in place, such as Dendron Snippet Maker (as I use it for my Dendron notes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment