Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"interface/maskeditor",
"interface/features/template",
"interface/features/subgraph",
"interface/features/linear-mode",
"interface/features/partial-execution",
"interface/features/node-docs",
{
Expand Down Expand Up @@ -695,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",
{
Expand Down
38 changes: 38 additions & 0 deletions interface/features/linear-mode.mdx
Original file line number Diff line number Diff line change
@@ -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"
---

<Note>
Linear Mode is currently in early beta. Features and behavior may change in future updates.
</Note>

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:

<Steps>
<Step title="Open Settings">
Go to **Settings** by clicking the gear icon
</Step>
<Step title="Navigate to Keybinding">
Select **Keybinding** from the settings menu
</Step>
<Step title="Set a custom shortcut">
Set a custom shortcut to toggle between traditional node mode and Linear Mode
</Step>
</Steps>

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
38 changes: 38 additions & 0 deletions zh-CN/interface/features/linear-mode.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: "线性模式"
description: "一种简化的界面模式,去除节点复杂性,专为偏好简洁的用户设计。"
sidebarTitle: "线性模式"
icon: "bars"
---

<Note>
线性模式目前处于早期测试阶段。功能和行为可能会在未来更新中发生变化。
</Note>

线性模式是一种专为偏好简洁的用户设计的交互模式。它去除了节点的复杂性,提供一个简化的界面,让你可以专注于创作。

## 启用线性模式

要启用线性模式:

<Steps>
<Step title="打开设置">
点击齿轮图标进入**设置**
</Step>
<Step title="进入快捷键设置">
在设置菜单中选择**快捷键(Keybinding)**
</Step>
<Step title="设置自定义快捷键">
设置一个自定义快捷键,用于在传统节点模式和线性模式之间切换
</Step>
</Steps>

配置完成后,你可以随时使用自定义快捷键在两种模式之间切换。

## 最佳实践

线性模式会显示工作流中的所有节点组件。为了获得更清爽的体验:

- **使用子图简化节点**:将相关节点组合成[子图](/zh-CN/interface/features/subgraph)以减少杂乱
- **切换前先整理**:在切换到线性模式之前,先在节点模式下整理你的工作流
- **保持工作流模块化**:将复杂的工作流拆分成子图,有助于保持对创作任务的专注