loop-page-creator
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseLoop Page Creator
Loop页面创建器
Create documents for Microsoft Loop workspace following company standards.
按照公司标准为Microsoft Loop工作区创建文档。
Quick Start
快速开始
- Determine document type from user request
- Load appropriate template from
assets/templates/ - Fill in content based on user input
- Output markdown with Loop command markers
- 根据用户需求确定文档类型
- 从加载合适的模板
assets/templates/ - 根据用户输入填充内容
- 输出带有Loop命令标记的markdown
Document Types and Templates
文档类型与模板
| Type | Tag | Template | Use Case |
|---|---|---|---|
| General Doc | | | Architecture, guides, knowledge |
| Procedure | | | Step-by-step operations |
| Event Record | | | Migrations, incidents, meetings |
| Reference | | Use doc-template | Dictionaries, error codes |
| Work in Progress | | Any template | Incomplete documents |
| 类型 | 标签 | 模板 | 使用场景 |
|---|---|---|---|
| 通用文档 | | | 架构、指南、知识库 |
| 流程文档 | | | 分步操作流程 |
| 事件记录 | | | 迁移、事件、会议 |
| 参考文档 | | 使用doc-template | 词典、错误码 |
| 进行中文档 | | 任意模板 | 未完成文档 |
Workflow
工作流程
Step 1: Identify Requirements
步骤1:确定需求
From user input, determine:
- Document type → Select template
- Target location → Module/Entity/Perspective structure
- Content → Abstract, body, metadata
从用户输入中确定:
- 文档类型 → 选择模板
- 目标位置 → 模块/实体/视角结构
- 内容 → 摘要、正文、元数据
Step 2: Generate Content
步骤2:生成内容
Load template and replace placeholders:
markdown
> 💡 Abstract
>
> [Generated summary based on user input]
<!-- LOOP: Type /Table of contents here -->加载模板并替换占位符:
markdown
> 💡 摘要
>
> [根据用户输入生成的摘要]
<!-- LOOP: Type /Table of contents here -->1. Context & Goal
1. 背景与目标
[Generated content...]
undefined[生成的内容...]
undefinedStep 3: Output with Loop Markers
步骤3:输出带有Loop标记的内容
Include markers for features requiring manual Loop commands:
<!-- LOOP: command -->- TOC:
<!-- LOOP: Type /Table of contents here --> - Status:
<!-- LOOP: /Label → Doc Status → [status] --> - Maintainer:
<!-- LOOP: @name --> - Date:
<!-- LOOP: /Date -->
包含标记用于需要手动Loop命令的功能:
<!-- LOOP: command -->- 目录:
<!-- LOOP: Type /Table of contents here --> - 状态:
<!-- LOOP: /Label → Doc Status → [status] --> - 维护人:
<!-- LOOP: @name --> - 日期:
<!-- LOOP: /Date -->
Loop Paste Instructions
Loop粘贴说明
Include these instructions when outputting documents:
To paste in Loop:
- Copy the markdown content below
- In Loop, press
(Win) orCtrl+Shift+V(Mac)Cmd+Shift+V- Replace
markers with actual Loop commands<!-- LOOP: ... -->
输出文档时需包含以下说明:
在Loop中粘贴的步骤:
- 复制下方的markdown内容
- 在Loop中,按
(Windows)或Ctrl+Shift+V(Mac)Cmd+Shift+V- 将
标记替换为实际的Loop命令<!-- LOOP: ... -->
References
参考资料
- Loop compatibility details: See
references/loop-compatibility.md - Full company guidelines: See
references/company-guidelines.md - Workspace structure: See
knowledge/SOP/Loop.md
- Loop兼容性详情:查看
references/loop-compatibility.md - 完整公司指南:查看
references/company-guidelines.md - 工作区结构:查看
knowledge/SOP/Loop.md
Page Title Format
页面标题格式
Generate title as:
[Tag] Descriptive TitleExamples:
[Doc] LaminDB Architecture Overview[SOP] Database Backup Procedure[Log] 2026-01-19 Migration Record
生成标题格式为:
[Tag] 描述性标题示例:
[Doc] LaminDB架构概述[SOP] 数据库备份流程[Log] 2026-01-19 迁移记录