mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
mobile: add notes for $timestamp$ template
This commit is contained in:
@@ -51,10 +51,12 @@ export const TitleFormat = () => {
|
||||
<Paragraph style={{ marginTop: 2 }} color={colors.icon} size={SIZE.xs}>
|
||||
Use the following key to format the title:{"\n"}
|
||||
{"\n"}
|
||||
$date$: Current date{"\n"}
|
||||
$time$: Current time{"\n"}
|
||||
$count$: Number of notes + 1{"\n"}
|
||||
$headline$: Use starting line of the note as title{"\n"}
|
||||
$date$: Current date.{"\n"}
|
||||
$time$: Current time.{"\n"}
|
||||
$timestamp$: Full date and time without any spaces or other symbols.
|
||||
(e.g 202305261253).{"\n"}
|
||||
$count$: Number of notes + 1.{"\n"}
|
||||
$headline$: Use starting line of the note as title.{"\n"}
|
||||
</Paragraph>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user