mirror of
https://github.com/wanglin2/obsidian-simplemindmap.git
synced 2026-07-22 07:11:13 +00:00
update
This commit is contained in:
parent
251a476d94
commit
46d6b9a013
4 changed files with 50 additions and 16 deletions
18
README.md
18
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)
|
||||
|
||||
## 独立客户端
|
||||
|
||||
|
|
|
|||
18
README_en.md
18
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
|
||||
|
||||
|
|
|
|||
15
docs/filenameFormat.md
Normal file
15
docs/filenameFormat.md
Normal file
|
|
@ -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;
|
||||
15
docs/filenameFormat_zh.md
Normal file
15
docs/filenameFormat_zh.md
Normal file
|
|
@ -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 位;
|
||||
Loading…
Reference in a new issue