mirror of
https://github.com/wanglin2/obsidian-simplemindmap.git
synced 2026-07-22 07:11:13 +00:00
648 B
648 B
File Naming Format Description
In addition to fixed names, variables can also be used, enclosed in {}. The available variables are as follows:
-
{notename}: The filename of the current file, without the extension; -
{date}: The current date, formatted asYYYY-MM-DD; -
{time}: The current time, formatted asHH:mm:ss; -
{datatime}: The current date and time, formatted as:YYYY-MM-DD HH:mm:ss; -
{date:Format}: Specify a custom date and time format, e.g.,MM-DD HH:mm. For reference, see: Format Description; -
{random}: A random string, 6 characters in length;