From 46d6b9a0135302bb3eb2e01954a92eccd01f6ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=97=E8=A7=92=E5=B0=8F=E6=9E=97?= <1013335014@qq.com> Date: Wed, 24 Jun 2026 09:28:05 +0800 Subject: [PATCH] update --- README.md | 18 ++++++++++-------- README_en.md | 18 ++++++++++-------- docs/filenameFormat.md | 15 +++++++++++++++ docs/filenameFormat_zh.md | 15 +++++++++++++++ 4 files changed, 50 insertions(+), 16 deletions(-) create mode 100644 docs/filenameFormat.md create mode 100644 docs/filenameFormat_zh.md diff --git a/README.md b/README.md index 0baf163..34cb359 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,23 @@ > 支持语言:中文简体、繁體中文、English、Việt -- 如何安装 +- 🚀专业版 + +专业版功能清单、演示:[中文](https://github.com/wanglin2/obsmm-pro-functions) | [English](https://github.com/wanglin2/obsmm-pro-functions/blob/main/README_en.md) + +购买地址:[Pkmer](https://pkmer.cn/products/simplemindmap/) + +- 📦如何安装 已上架 Obsidian 插件市场,[点此直达](https://community.obsidian.md/plugins/simple-mind-map),也可在插件市场中搜索 `simple mind map` 进行安装。 如需手动安装,可参考教程:[中文](./docs/install_zh.md) | [English](./docs/install.md) -- 更新记录 +- 🆕更新记录 查看更新记录:[中文](./docs/changelog_zh.md) | [English](./docs/changelog.md) -- 使用帮助 +- 🛠️使用帮助 常见问题:[中文](./docs/help_zh.md) | [English](./docs/help.md) @@ -24,11 +30,7 @@ AI配置帮助:[中文](https://mp.weixin.qq.com/s/jybRdfuUhF5Af1SesLItfg) -- 专业版 - -专业版功能清单、演示:[中文](https://github.com/wanglin2/obsmm-pro-functions) | [English](https://github.com/wanglin2/obsmm-pro-functions/blob/main/README_en.md) - -购买地址:[Pkmer](https://pkmer.cn/products/simplemindmap/) +插件设置-文件-新建思维导图的文件名格式/粘贴图片的命名格式说明:[中文](./docs/filenameFormat_zh.md) | [English](./docs/filenameFormat.md) ## 独立客户端 diff --git a/README_en.md b/README_en.md index e1cdd4a..6122c52 100644 --- a/README_en.md +++ b/README_en.md @@ -6,18 +6,24 @@ The best mind map plugin for making Obsidian. > Support languages: 中文简体、繁體中文、English、Việt -- How to install +- 🚀Professional version + +Professional version feature list and demonstration: [中文](https://github.com/wanglin2/obsmm-pro-functions) | [English](https://github.com/wanglin2/obsmm-pro-functions/blob/main/README_en.md) + +Purchase address: [Pkmer](https://pkmer.cn/products/simplemindmap/) + +- 📦How to install Obsidian plugin market has been launched, [click here to go directly](https://community.obsidian.md/plugins/simple-mind-map). You can also search for the `simple mind map` in the plugin market for installation. If manual installation is required, please refer to the tutorial: [中文](./docs/install_zh.md) | [English](./docs/install.md) -- Changelog +- 🆕Changelog View update records: [中文](./docs/changelog_zh.md) | [English](./docs/changelog.md) -- Help +- 🛠️Help Common problem: [中文](./docs/help_zh.md) | [English](./docs/help.md) @@ -25,11 +31,7 @@ Image Hosting Help: [中文](./docs/imageHosting_zh.md) | [English](./docs/image AI configuration assistance: [中文](https://mp.weixin.qq.com/s/jybRdfuUhF5Af1SesLItfg) -- Professional version - -Professional version feature list and demonstration: [中文](https://github.com/wanglin2/obsmm-pro-functions) | [English](https://github.com/wanglin2/obsmm-pro-functions/blob/main/README_en.md) - -Purchase address: [Pkmer](https://pkmer.cn/products/simplemindmap/) +Plugin Settings - Files - New Mind Map File Name Format/Paste Image Naming Format Instructions: [中文](./docs/filenameFormat_zh.md) | [English](./docs/filenameFormat.md) ## Independent client diff --git a/docs/filenameFormat.md b/docs/filenameFormat.md new file mode 100644 index 0000000..a7e05bd --- /dev/null +++ b/docs/filenameFormat.md @@ -0,0 +1,15 @@ +# 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](https://day.js.org/docs/en/parse/string-format); + +6. `{random}`: A random string, 6 characters in length; \ No newline at end of file diff --git a/docs/filenameFormat_zh.md b/docs/filenameFormat_zh.md new file mode 100644 index 0000000..52c4b44 --- /dev/null +++ b/docs/filenameFormat_zh.md @@ -0,0 +1,15 @@ +# 文件名格式说明 + +除了固定名称外,也可以使用变量,用 `{}` 括起来,可用变量如下: + +1.`{notename}`:当前文件的文件名,不包含扩展名; + +2.`{date}`:当前日期,格式为 `YYYY-MM-DD`; + +3.`{time}`:当前时间,格式为 `HH:mm:ss`; + +4.`{datatime}`:当前日期时间,格式为:`YYYY-MM-DD HH:mm:ss`; + +5.`{date:Format}`:指定日期时间格式,比如:`MM-DD HH:mm`,可参考:[格式说明](https://day.js.org/docs/en/parse/string-format); + +6.`{random}`:随机字符串,长度为 6 位; \ No newline at end of file