wanglin2_obsidian-simplemin.../docs/filenameFormat.md
街角小林 46d6b9a013 update
2026-06-24 09:28:05 +08:00

648 B

File Naming Format Description

In addition to fixed names, variables can also be used, enclosed in {}. The available variables are as follows:

  1. {notename}: The filename of the current file, without the extension;

  2. {date}: The current date, formatted as YYYY-MM-DD;

  3. {time}: The current time, formatted as HH:mm:ss;

  4. {datatime}: The current date and time, formatted as: YYYY-MM-DD HH:mm:ss;

  5. {date:Format}: Specify a custom date and time format, e.g., MM-DD HH:mm. For reference, see: Format Description;

  6. {random}: A random string, 6 characters in length;