Ikue806 downloadsCreate and switch between multiple editable versions of a note.
Let one topic hold multiple parallel texts that can coexist, evolve, and remain editable over time.
Multi-Version Notes is an Obsidian plugin for managing a collection of ideas with less friction. It brings multiple files together and presents them as one note in the File Explorer. When the note is opened, controls at the right edge let you switch between its versions.
Unlike Git or historical snapshots, every version managed by Multi-Version Notes is an independent, ordinary vault file. It can be edited or linked at any time. Disabling or uninstalling the plugin does not change the contents of those files.
New understanding often grows from putting an idea into practice. That new understanding is not necessarily better than the earlier one in every way, so the earlier expression may still be worth keeping.
Keeping several layers of notes about the same topic—experience gained through practice, the first intuition, and later ways of expressing it—makes it possible to see the idea more completely. It can also give AI tools a broader view when the user chooses to let them read several versions. Multi-Version Notes makes these evolving ideas easier to manage without flattening them into a single “final” text.
Multi-Version Notes never stores note contents in a private database. Every version remains a real, independent file in the vault. If Multi-Version Notes is disabled or uninstalled, the files remain readable by Obsidian and other compatible software; only the aggregation interface disappears.
Series membership is recorded explicitly outside note bodies. Multi-Version Notes does not infer relationships from filenames, insert machine metadata into Markdown, or rewrite note contents. If a relationship cannot be resolved safely, the plugin fails open and keeps the affected files visible for repair.
Multi-Version Notes runs locally. It does not upload vault contents, collect telemetry, or require an account.
V1 represents a healthy series in the File Explorer, but it is not more correct, more final, or less editable than another version.
Install Multi-Version Notes from Settings → Community plugins by searching for its name and selecting Install, then Enable.
For manual installation, place these files in <your-vault>/.obsidian/plugins/version/ and enable Multi-Version Notes:
main.jsmanifest.jsonstyles.cssMulti-Version Notes is not marked as desktop-only. Desktop-only file actions are hidden or safely degraded on mobile.
Multi-Version Notes makes no network requests, uploads no vault content, and collects no telemetry.
Report reproducible problems through GitHub Issues. Before reporting a relationship problem, avoid deleting or renaming affected files and include the Obsidian, platform, and Multi-Version Notes versions you used.
Multi-Version Notes is released under the MIT License.
让同一个主题容纳多个可以长期并存、自由编辑的平行文本。
Multi-Version Notes 是为了更简洁地管理 Obsidian 中的思想库而制作的插件。在功能上,它可以将多篇文件集成,在文件列表中显示为一篇。打开后,文字显示界面右侧会出现用于选择和切换版本的按键。
不同于 Git 或历史快照,由 Multi-Version Notes 管理的主题的每一个版本,本质上都是一篇单独的仓库文件,可以随时修改或引用。即使停用或卸载插件,也不会影响这些文件的内容。
对于某种思想,产生后经过实践,往往会有新的认识。新的认识并不一定在方方面面都优于旧的认识,故而有持续保留旧版本的必要。
对于同一主题的思想,层层叠叠地保留笔记——经过实践得到的经验、最初的直觉、后来的表达……可以让人更完整地看见自己的想法。在用户主动选择让 AI 读取多个版本时,也可以使其更全面地把握这些想法。Multi-Version Notes 可以使经常迭代的思想变得易于管理,而不必把它们压缩成一篇所谓的“最终文本”。
Multi-Version Notes 不会把笔记正文储存在私有数据库中。每个版本都是仓库中真实、独立的文件。即使插件被停用或卸载,所有文件仍然可以被 Obsidian 和其他兼容软件正常读取;消失的只是聚合界面。
版本关系明确登记在正文之外。Multi-Version Notes 不会根据文件名猜测关系,不会向 Markdown 插入机器元数据,也不会改写笔记正文。如果某个关系无法被安全解析,插件会优先恢复文件的可见性,等待用户修复。
Multi-Version Notes 完全在本地运行,不上传仓库内容,不收集遥测,也不要求注册账号。
V1 是健康系列在文件列表中的代表,但它并不比其他版本更正确、更正式,也同样可以继续编辑。
前往“设置 → 第三方插件”,搜索 Multi-Version Notes,依次点击“安装”和“启用”。
手动安装时,请把以下文件放入 <你的仓库>/.obsidian/plugins/version/,然后启用 Multi-Version Notes:
main.jsmanifest.jsonstyles.cssMulti-Version Notes 没有被标记为仅限桌面端。只能在桌面端使用的文件操作会在移动端隐藏或安全降级。
Multi-Version Notes 不发起网络请求,不上传仓库内容,也不收集遥测数据。
如果遇到可以复现的问题,请通过 GitHub Issues 反馈。版本关系出现异常时,请先不要删除或重命名相关文件,并注明所用的 Obsidian、操作系统和 Multi-Version Notes 版本。
Multi-Version Notes 使用 MIT License 发布。