mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 18:38:36 +08:00
@ -299,6 +299,8 @@ class NoteFileNameFormat {
|
|||||||
static const SimpleDate =
|
static const SimpleDate =
|
||||||
NoteFileNameFormat("SimpleDate", "yyyy-mm-dd-hh-mm-ss");
|
NoteFileNameFormat("SimpleDate", "yyyy-mm-dd-hh-mm-ss");
|
||||||
static const UuidV4 = NoteFileNameFormat("uuidv4", "Uuid V4");
|
static const UuidV4 = NoteFileNameFormat("uuidv4", "Uuid V4");
|
||||||
|
static const Zettelkasten =
|
||||||
|
NoteFileNameFormat("Zettelkasten", "yyyymmddhhmmss");
|
||||||
|
|
||||||
static const Default = FromTitle;
|
static const Default = FromTitle;
|
||||||
|
|
||||||
@ -309,6 +311,7 @@ class NoteFileNameFormat {
|
|||||||
Iso8601WithTimeZone,
|
Iso8601WithTimeZone,
|
||||||
Iso8601WithTimeZoneWithoutColon,
|
Iso8601WithTimeZoneWithoutColon,
|
||||||
UuidV4,
|
UuidV4,
|
||||||
|
Zettelkasten,
|
||||||
];
|
];
|
||||||
|
|
||||||
static NoteFileNameFormat fromInternalString(String str) {
|
static NoteFileNameFormat fromInternalString(String str) {
|
||||||
|
Reference in New Issue
Block a user