Mental model
A Luhmann-style card system is not a folder tree. It is a growing network of small notes. Each card should be understandable on its own, but useful because it knows which card comes next.
One compact thought, written in your own words, with enough context to survive outside the source.
A top-level numbered index and its descendants. It is a local thinking field, not a folder.
A durable [[link]] that says two cards should remain mentally adjacent.
A weak assistant layer for unlinked references and high-confidence similarity.
Daily workflow
- Capture one idea as a short card. Do not force a category before the thought is clear.
- Rewrite it in your own words. A Folium card should be processed thinking, not a highlight dump.
- Place it near a useful neighbor with a stable Luhmann ID.
- Add a real link when the relation is durable: continuation, contrast, evidence, consequence, or useful tension.
- Use a workspace when the relation is still uncertain. Sketch first, commit later.
- When a chain becomes too deep or too important, promote it into an index card or a new top-level box.
Feature selection as a pressure valve
Dimensionality is not only a computation problem. It changes the shape of what a model can learn.
This card links to 1a for feature selection and 3b for model capacity.
Numbering and boxes
Folium uses IDs such as 1, 1a, 1a1, and 1a1b.
The ID is a position in a thought sequence, not a filesystem path.
1,2,3are top-level index boxes.1acontinues or branches from1.1a1develops1afurther.- If an ID becomes painfully long, the idea probably deserves promotion into an index.
This is why Folium treats every top-level numbered card as an index category even when it has no visible children yet. The empty box is still a real place for future structure.
Links and potential
A real link is explicit. Write it as [[1a2]] or create it through Folium's link controls.
In the main box view, cards directly linked to the current box can appear as context, but imported
linked cards do not recursively pull in another ring of cards.
Potential links are different. They are suggestions based on unlinked mentions and high-confidence local similarity. Potential is intentionally scoped to the focused card so it can help without turning the canvas into noise.
Workspace
A workspace is a visual thinking surface. It can contain real vault cards, temporary cards, relation labels, relation notes, and workspace-only colors. It is the place for provisional structure.
- Real vault card to real vault card: applying writes a normal vault double-link.
- Temporary card: useful for ideas that are not ready to become Markdown files.
- Workspace labels and notes: remain as workspace annotations even when the real link is applied.
- Workspace colors: visual only; they do not change the canonical vault link.
If a vault card is deleted while it is still used in a workspace, Folium can preserve the workspace thought by degrading that node into an unlinked temporary card.
Graph and tags
Graph view is for the whole vault. It groups cards by top-level boxes, shows real links in a warmer color, keeps box relations quieter, and highlights the first-degree neighborhood around the hovered node.
Tags are best used as temporary gatherings. When you want to connect several cards that share a tag, use the tag view to inspect them together and create deliberate links from there.
Vault, files, plugins
A Folium vault is a folder of Markdown cards plus local app metadata. Attachments should live inside the selected vault, so the vault remains portable. The app can be packaged as a desktop app, while the data model stays plain enough for export and future migration.
The plugin SDK is intentionally local and trusted. Plugins can extend workflows such as export, cleanup, and bridge formats, but they should not need private network access for ordinary vault work.
Copyright note
The general idea of a note-taking method, system, or workflow is not protected by copyright in U.S. copyright doctrine. What can be protected is a specific expression of that method: book wording, diagrams, course material, screenshots, translations, illustrations, and similar authored material.
Folium can describe and implement Luhmann-style card principles. It should not copy protected text or diagrams from books, articles, courses, or other apps without permission.
Reference: U.S. Copyright Office FAQ and Circular 33 explain that copyright does not protect ideas, procedures, systems, or methods of operation, though it can protect the expression of those things.
心智模型
鲁曼式卡片系统不是文件夹树,而是一张不断生长的小笔记网络。每张卡要能独立理解, 但它真正有价值的地方在于它知道下一张有用的卡在哪里。
一个紧凑的想法,用自己的语言写成,并且脱离原始材料之后仍然能读懂。
顶层数字索引和它的后代。它是一个局部思考场,不是普通文件夹。
稳定的 [[link]],表示两张卡应该长期保持思维上的相邻。
弱辅助层,用来提示未链接引用和高置信度的内容相似。
日常流程
- 把一个想法写成一张短卡,不要在想法还没清楚时强行分类。
- 用自己的话重写。Folium 的卡片应该是处理过的思考,而不是摘抄堆积。
- 给它一个稳定编号,把它放到一个有意义的邻居旁边。
- 当关系足够稳定时创建真实双链:延续、对照、证据、结果,或有价值的张力。
- 关系还不确定时先用 workspace。先画草稿,再提交到仓库。
- 当一条链变得太深或太重要,就把它提权成索引卡,或者升级成新的顶层 box。
特征选择作为压力阀
维度问题不只是计算问题,它会改变模型能够学习的形状。这张卡可以链接到 1a
的特征选择,也可以链接到 3b 的模型容量。
编号与 Box
Folium 使用类似 1、1a、1a1、1a1b 的编号。
编号不是文件系统路径,而是思想序列里继续生长的位置。
1、2、3是顶层 index box。1a从1继续或分叉。1a1继续展开1a。- 如果编号长到难受,说明它可能应该被提权成索引。
所以 Folium 会把每张顶层数字卡都视为索引类别。哪怕暂时没有内容,这个空 box 也是真实存在的位置。
双链与 Potential
真实双链是明确的关系。你可以写 [[1a2]],也可以用 Folium 的 link 控件创建。
在主 box 视图中,和当前 box 有直接关系的外部双链卡可以作为语境出现,但这些被引入的外部卡不会继续引入下一圈卡。
Potential 是另一回事。它是基于未链接引用和高置信度本地相似度的建议。Potential 只围绕当前焦点卡显示, 这样它可以辅助思考,而不会把画布变成噪音。
Workspace
Workspace 是视觉化思考面板。它可以容纳真实仓库卡、临时卡、关系标签、关系备注,以及只在 workspace 生效的颜色。 它适合承载还没有定型的结构。
- 真实卡到真实卡:apply 后写入普通仓库双链。
- 临时卡:用于还不值得变成 Markdown 文件的想法。
- Workspace 的 label 和 note:即使真实双链被 apply,也作为 workspace 注释保留。
- Workspace 的颜色:只负责视觉表达,不改变仓库里的标准双链。
如果一张真实仓库卡被删除,但它还在 workspace 中承担思考位置,Folium 可以把它降级成无链接临时卡, 尽量保留这段视觉推理。
Graph 与 Tag
Graph view 面向整个仓库。它按顶层 box 聚合卡片,用更暖的颜色显示真实双链,让 box 关系保持更安静, 并在鼠标悬停时突出一层邻居关系。
Tag 更适合做临时聚合。当你想把拥有同一个 tag 的卡连起来时,可以在 tag 视图里集中检查,再创建真正有意义的双链。
仓库、文件、插件
Folium 仓库是一组 Markdown 卡片,加上一些本地应用元数据。附件应该放在被选择的仓库内部, 这样整个仓库才能保持可迁移。应用可以打包成桌面端,但数据模型仍然应该足够朴素,方便导出和迁移。
插件 SDK 目前定位为本地可信插件。插件可以扩展导出、清理、格式桥接等流程,但普通仓库操作不应该依赖私有网络权限。
版权说明
一般意义上的笔记方法、系统、流程,在美国版权法语境下不受版权保护。受保护的是这种方法的具体表达, 比如某本书的原文、图示、课程材料、截图、翻译、插画等。
因此 Folium 可以介绍并实现鲁曼式卡片原则,但不应该未经许可复制书籍、文章、课程或其他软件中的受保护文本和图示。
参考:美国版权局 FAQ 和 Circular 33 都说明,版权不保护 ideas、procedures、systems、methods of operation, 但可以保护这些内容的具体表达。