From be0bd9973f48b176ccb178a1d10ff426fe91e272 Mon Sep 17 00:00:00 2001 From: Garry Flemings Date: Sun, 11 Sep 2022 10:03:44 -0500 Subject: [PATCH] where for a default time format --- webpage/src/editor/time-formats.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/webpage/src/editor/time-formats.md b/webpage/src/editor/time-formats.md index 7640118b6c..2f1a854284 100644 --- a/webpage/src/editor/time-formats.md +++ b/webpage/src/editor/time-formats.md @@ -3,6 +3,10 @@ You can use your own time format when inserting the current time into a note. +You can use this page to build a personal default time format. +You can enter that string at _Note_ > _Settings_ > _Editor_ > +_Insert current time_. + ## Expressions for date | Expression | Output | @@ -54,4 +58,4 @@ information about time formats. ::: tip If you need to make more complex operations to output the current time please consider creating a [custom action](../scripting/methods-and-objects.md#registering-a-custom-action). -::: \ No newline at end of file +:::