yueyinfeng27 downloadsCreate Markdown files with sequential filenames such as GS0001 and RY0001.
Auto Sequential Filename is an Obsidian plugin that creates Markdown files with sequential filenames, such as GS0001.md, GS0002.md, or RY0001.md.
这个插件适合为固定文件夹自动创建带顺序编号的笔记,例如公司列表、人员列表、项目档案等。
Current release target: desktop Obsidian. Mobile support has not been verified yet.
创建顺序文件 from the command palette.Example configuration:
| Folder | Prefix | Start number | Digits | Result |
|---|---|---|---|---|
15_关系/公司列表 |
GS |
1 |
4 |
GS0001.md |
15_关系/人员列表 |
RY |
1 |
4 |
RY0001.md |
If GS0001.md and GS0003.md already exist, the plugin creates GS0002.md first.
main.js and manifest.json from the latest GitHub release..obsidian/plugins/auto-seq-filename/.npm install
npm run build
manifest.json and package.json use the same version.npm run build.1.0.0.Release assets should include:
main.jsmanifest.jsonstyles.cssREADME.md explains what the plugin does and how to use it.LICENSE is present.manifest.json has a stable plugin id, name, version, and description.data.json is not published because it contains local user settings.manifest.json version, for example 1.0.0.MIT