From 6db26a9ed2f92752fa42bc1819fb77bb4a2ad27c Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Thu, 4 Dec 2025 17:55:48 +0000
Subject: [PATCH 1/4] Update interface/features/linear-mode.mdx
---
interface/features/linear-mode.mdx | 38 ++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
create mode 100644 interface/features/linear-mode.mdx
diff --git a/interface/features/linear-mode.mdx b/interface/features/linear-mode.mdx
new file mode 100644
index 00000000..869ec6e9
--- /dev/null
+++ b/interface/features/linear-mode.mdx
@@ -0,0 +1,38 @@
+---
+title: "Linear Mode"
+description: "A streamlined interface mode that strips away node complexity for users who prefer simplicity."
+sidebarTitle: "Linear Mode"
+icon: "bars"
+---
+
+
+Linear Mode is currently in early beta. Features and behavior may change in future updates.
+
+
+Linear Mode is an interaction mode designed for users who prefer simplicity. It strips away node complexity to deliver a streamlined interface, allowing you to focus purely on creation.
+
+## Enabling Linear Mode
+
+To enable Linear Mode:
+
+
+
+ Go to **Settings** by clicking the gear icon
+
+
+ Select **Keybinding** from the settings menu
+
+
+ Set a custom shortcut to toggle between traditional node mode and Linear Mode
+
+
+
+Once configured, use your custom shortcut to switch between modes at any time.
+
+## Best practices
+
+Linear Mode exposes all node components in your workflow. For a cleaner experience:
+
+- **Use subgraphs to simplify nodes**: Group related nodes into [subgraphs](/interface/features/subgraph) to reduce clutter
+- **Organize before switching**: Clean up your workflow in node mode before switching to Linear Mode
+- **Keep workflows modular**: Breaking complex workflows into subgraphs helps maintain focus on creative tasks
From 36233586712baf661ea09fe10e32c565e05d71ff Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Thu, 4 Dec 2025 17:56:02 +0000
Subject: [PATCH 2/4] Update zh-CN/interface/features/linear-mode.mdx
---
zh-CN/interface/features/linear-mode.mdx | 38 ++++++++++++++++++++++++
1 file changed, 38 insertions(+)
create mode 100644 zh-CN/interface/features/linear-mode.mdx
diff --git a/zh-CN/interface/features/linear-mode.mdx b/zh-CN/interface/features/linear-mode.mdx
new file mode 100644
index 00000000..211f6f43
--- /dev/null
+++ b/zh-CN/interface/features/linear-mode.mdx
@@ -0,0 +1,38 @@
+---
+title: "线性模式"
+description: "一种简化的界面模式,去除节点复杂性,专为偏好简洁的用户设计。"
+sidebarTitle: "线性模式"
+icon: "bars"
+---
+
+
+线性模式目前处于早期测试阶段。功能和行为可能会在未来更新中发生变化。
+
+
+线性模式是一种专为偏好简洁的用户设计的交互模式。它去除了节点的复杂性,提供一个简化的界面,让你可以专注于创作。
+
+## 启用线性模式
+
+要启用线性模式:
+
+
+
+ 点击齿轮图标进入**设置**
+
+
+ 在设置菜单中选择**快捷键(Keybinding)**
+
+
+ 设置一个自定义快捷键,用于在传统节点模式和线性模式之间切换
+
+
+
+配置完成后,你可以随时使用自定义快捷键在两种模式之间切换。
+
+## 最佳实践
+
+线性模式会显示工作流中的所有节点组件。为了获得更清爽的体验:
+
+- **使用子图简化节点**:将相关节点组合成[子图](/zh-CN/interface/features/subgraph)以减少杂乱
+- **切换前先整理**:在切换到线性模式之前,先在节点模式下整理你的工作流
+- **保持工作流模块化**:将复杂的工作流拆分成子图,有助于保持对创作任务的专注
From 22a8c584e9eeaf44953481e41e0cdb341854b24d Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Thu, 4 Dec 2025 17:56:15 +0000
Subject: [PATCH 3/4] Update docs.json
---
docs.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs.json b/docs.json
index 2f6b2b48..b2b5112f 100644
--- a/docs.json
+++ b/docs.json
@@ -66,6 +66,7 @@
"interface/maskeditor",
"interface/features/template",
"interface/features/subgraph",
+ "interface/features/linear-mode",
"interface/features/partial-execution",
"interface/features/node-docs",
{
From 6077eab9befbe1acb4eee3fd583c4b68a0fa6d12 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Thu, 4 Dec 2025 17:56:22 +0000
Subject: [PATCH 4/4] Update docs.json
---
docs.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs.json b/docs.json
index b2b5112f..a69dc8bd 100644
--- a/docs.json
+++ b/docs.json
@@ -696,6 +696,7 @@
"zh-CN/interface/maskeditor",
"zh-CN/interface/features/template",
"zh-CN/interface/features/subgraph",
+ "zh-CN/interface/features/linear-mode",
"zh-CN/interface/features/partial-execution",
"zh-CN/interface/features/node-docs",
{