Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问许可证需确认审计通过

syncfusion-blazor-blockeditor同步融合 Blazor 块编辑器

Agent Skill

syncfusion-blazor-blockeditor 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

964

周安装

39

GitHub Stars

公开资料未说明

下载量

303
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:syncfusion-blazor-blockeditor(同步融合 Blazor 块编辑器)
来源仓库:https://github.com/syncfusion/blazor-ui-components-skills
仓库路径:skills/syncfusion-blazor-blockeditor
安装命令:
npx skills add https://github.com/syncfusion/blazor-ui-components-skills --skill syncfusion-blazor-blockeditor
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/syncfusion/blazor-ui-components-skills --skill syncfusion-blazor-blockeditor

简介

块编辑器组件,支持结构化内容创建与富文本操作。

  • 适合 CMS、邮件模板或动态文档生成等复杂文本编辑需求。
  • 通过 JavaScript 互操作实现高级编辑功能,需引入相关 JS 库。
  • 保存内容时应做 HTML 净化处理,防止恶意脚本注入。
  • 大文件编辑时建议分页加载以提升性能表现。syncfusion-blazor-blockeditor 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Syncfusion Blazor Block Editor

Component Overview

The Syncfusion Blazor Block Editor is a powerful, modular content creation component that enables users to build rich, structured documents using customizable blocks. Each block represents a specific content type—headings, paragraphs, lists, tables, images, code blocks, and more—providing a clean, organized editing experience.

Key Features

  • Block-Based Architecture: Create structured content using distinct block types (heading, paragraph, list, table, image, code, quote, callout, divider, toggle)
  • Intuitive Menus: Slash command menu (/), context menu (right-click), block action menu (hover), and inline toolbar (text selection)
  • Drag-and-Drop Reordering: Rearrange blocks intuitively by dragging
  • Undo/Redo Support: Full history management with configurable stack depth
  • Keyboard Shortcuts: Comprehensive shortcuts for formatting, block creation, and editor operations
  • Paste Cleanup: Advanced HTML sanitization, style filtering, and tag removal for safe content pasting
  • Event System: Created, BlockChanged, SelectionChanged, Focus, Blur, and paste lifecycle events
  • Responsive Design: Adaptive to different screen sizes and viewports
  • Read-Only Mode: Display-only content without editing capabilities
  • Custom Styling: CSS class customization and theme integration

Documentation and Navigation Guide

Getting Started

📄 Read: references/getting-started.md

  • Installation via NuGet (Visual Studio, VS Code,.NET CLI)
  • Blazor Web App project setup
  • Service registration and configuration
  • Import namespaces and add theme resources
  • Render modes (Server, WebAssembly, Auto)
  • Basic component initialization
  • Block configuration and data binding

Appearance and Styling

📄 Read: references/appearance-and-styling.md

  • Set component width and height
  • Read-only mode configuration
  • Custom CSS class application
  • Responsive design patterns
  • Theme customization and styling approaches
  • Style examples and best practices

Editor Menus

📄 Read: references/editor-menus.md

  • Slash command menu (built-in items, customization, events)
  • Context menu (right-click actions, customization, events)
  • Block action menu (drag handle actions, customization, events)
  • Inline toolbar (text formatting options, customization, events)
  • Menu event handling and filtering
  • Custom command and menu item creation

Built-In Blocks

📄 Read: references/built-in-blocks.md

  • Heading blocks (levels 1-4)
  • Paragraph blocks
  • List types (bullet, numbered, checklist)
  • Table blocks
  • Code blocks
  • Image/media blocks
  • Quote and callout blocks
  • Toggle (collapsible) blocks
  • Divider blocks
  • Block nesting and hierarchy

Drag-Drop and Undo-Redo

📄 Read: references/drag-drop-and-undo.md

  • Enable/disable drag-and-drop
  • Single and multiple block dragging
  • Undo/redo keyboard shortcuts
  • Configure undo/redo stack depth
  • History management and state tracking
  • Drag operation visual feedback

Events and Interactions

📄 Read: references/events-and-interactions.md

  • Created event (initialization)
  • BlockChanged event (structural changes)
  • SelectionChanged event (text selection)
  • Focus and Blur events (editor state)
  • Keyboard shortcuts (content editing, block creation, block management, general operations)
  • Custom keyboard shortcut configuration (KeyConfig)
  • Event handler patterns and examples

Content Handling

📄 Read: references/content-handling.md

  • Getting and setting block content
  • Content model structure (BlockModel, ContentModel)
  • Paste cleanup configuration (AllowedStyles, DeniedTags, KeepFormat, PlainText)
  • PasteCleanupStarting and PasteCleanupCompleted events
  • Security best practices (XSS prevention)
  • Content validation patterns

Labels and Mentions

📄 Read: references/labels-and-mentions.md

  • UserModel for mentioning users (@mentions)
  • LabelItemModel for tagging content (#labels)
  • BlockEditorLabel component configuration
  • MentionContentSettings and LabelContentSettings
  • Implementing collaborative mentions and labels
  • Practical workflow examples and patterns

Advanced Methods

📄 Read: references/advanced-methods.md

  • GetSelectedBlocksAsync() - Retrieve selected blocks
  • SelectAllBlocksAsync() - Select all blocks programmatically
  • FocusInAsync() / FocusOutAsync() - Manage editor focus
  • PrintAsync() - Print editor content
  • EnableToolbarItemsAsync() / DisableToolbarItemsAsync() - Control toolbar availability
  • Advanced workflow patterns and use cases

Advanced Features

📄 Read: references/advanced-features.md

  • WebAssembly integration and considerations
  • Performance optimization strategies
  • Custom block type implementation
  • Accessibility features (WCAG compliance)
  • Auto-save and state persistence patterns
  • Common troubleshooting scenarios

Quick Start Example

@using Syncfusion.Blazor.BlockEditor

@rendermode InteractiveAuto

<div id="container" style="height: 500px; width: 100%;">
    <SfBlockEditor @bind-Blocks="blockData" EnableDragAndDrop="true">
        <BlockEditorCommandMenu></BlockEditorCommandMenu>
        <BlockEditorContextMenu Enable="true"></BlockEditorContextMenu>
        <BlockEditorActionMenu Enable="true"></BlockEditorActionMenu>
        <BlockEditorInlineToolbar Enable="true"></BlockEditorInlineToolbar>
        <BlockEditorPasteCleanup AllowedStyles="@(new string[] { "font-weight", "font-style", "text-decoration" })"
                                 DeniedTags="@(new string[] { "script", "iframe" })">
        </BlockEditorPasteCleanup>
    </SfBlockEditor>
</div>

@code {
    private List<BlockModel> blockData = new List<BlockModel>
    {
        new BlockModel
        {
            BlockType = BlockType.Heading,
            Properties = new HeadingBlockSettings { Level = 1 },
            Content = new List<ContentModel>
            {
                new ContentModel { ContentType = ContentType.Text, Content = "Welcome to Block Editor" }
            }
        },
        new BlockModel
        {
            BlockType = BlockType.Paragraph,
            Content = new List<ContentModel>
            {
                new ContentModel { ContentType = ContentType.Text, Content = "Start typing or use / to add new blocks..." }
            }
        }
    };
}

Common Patterns

Pattern 1: Event-Driven Content Tracking

Monitor document changes in real-time for auto-save or logging:

<SfBlockEditor BlockChanged="@OnBlockChanged"
               SelectionChanged="@OnSelectionChanged">
</SfBlockEditor>

@code {
    private void OnBlockChanged(BlockChangedEventArgs args)
    {
        // Auto-save, track changes, update UI
    }

    private void OnSelectionChanged(SelectionChangedEventArgs args)
    {
        // Update toolbar state based on selection
    }
}

Pattern 2: Read-Only Preview Mode

Display finalized content without editing:

<SfBlockEditor @bind-Blocks="blockData" ReadOnly="true">
</SfBlockEditor>

Pattern 3: Custom Keyboard Shortcuts

Override default shortcuts for application-specific commands:

<SfBlockEditor KeyConfig="@customShortcuts">
</SfBlockEditor>

@code {
    private Dictionary<string, string> customShortcuts = new()
    {
        { "Bold", "alt+b" },
        { "Italic", "alt+i" }
    };
}

Pattern 4: Secure Paste with Content Filtering

Control paste behavior for safety and consistency:

<BlockEditorPasteCleanup AllowedStyles="@allowedStyles"
                         DeniedTags="@deniedTags"
                         PlainText="false">
</BlockEditorPasteCleanup>

@code {
    private string[] allowedStyles = { "font-weight", "font-style" };
    private string[] deniedTags = { "script", "iframe", "object" };
}

Key Properties

PropertyTypeDefaultPurpose
BlocksList<BlockModel>EmptyThe content blocks bound to the editor
Widthstring"100%"Editor container width
Heightstring"auto"Editor container height
ReadOnlyboolfalseEnable/disable read-only mode
EnableDragAndDropbooltrueEnable/disable block dragging
UndoRedoStackint30Maximum undo/redo history depth
CssClassstring""Custom CSS classes for styling
KeyConfigDictionary<string, string>Default shortcutsCustom keyboard shortcuts

Common Use Cases

  1. Blog Platform: Create a rich blog editor with headings, images, and formatting
  2. Document Management: Build document creators for articles and reports
  3. Knowledge Base: Implement structured content editors for documentation
  4. Content Preview: Display finalized documents in read-only mode
  5. Form Builder: Use blocks to create dynamic form templates
  6. Email Templates: Create email templates with customizable blocks
  7. Proposal Builder: Generate professional proposals with block-based structure

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.6%
按下载量换算102

Claude

29.59%
按下载量换算90

Cursor

19.26%
按下载量换算58

Gemini CLI

9.39%
按下载量换算28

安全审计

Gen Agent Trust Hub

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills