3 个仓库
Utilities for creating and modifying hyperlinks within documents.
Distinguishing note: Focuses on attribute management, distinct from link behavior configuration.
Explore 3 awesome GitHub repositories matching web development · Hyperlink Management. Refine with filters or upvote what's useful.
Tiptap is a headless, modular framework designed for building custom rich-text editors. It provides a developer-focused abstraction layer over a structured document model, allowing for full control over the underlying schema through a plugin-based architecture. By separating document state management from the user interface, it enables the creation of tailored editing experiences that remain framework-agnostic. The project distinguishes itself through a robust collaborative engine that supports real-time multi-user editing, conflict resolution, and presence tracking. It integrates artificial
Manages the insertion, update, or removal of hyperlinks within the document to connect content to external resources.
Braft Editor 是一个基于 Draft.js 的 React 富文本编辑器,为内容创作和格式化提供了一个框架。它作为一个可重用的 UI 组件,允许用户在所见即所得(WYSIWYG)界面中撰写格式化文档,并将结果内容导出为 HTML 字符串。 该项目具有内置的多语言本地化支持,包括中文、日文和韩文。它提供了一个模块化系统,用于通过插件、自定义工具栏映射和专用媒体实体来扩展编辑器功能。 该编辑器涵盖了广泛的内容功能,包括富文本格式化、段落和块样式设置,以及嵌套列表的组织。它支持嵌入多媒体内容,如图像、音频、视频和格式化代码块。文档状态通过受控组件模式进行管理,允许编辑器与应用状态之间的同步。
Supports inserting and modifying hyperlinks within the document content.
Trumbowyg 是一个轻量级的 JavaScript 所见即所得 (WYSIWYG) 编辑器,用于直接在 Web 浏览器中创建和格式化富文本和 HTML 内容。它作为一个客户端工具,用于生成语义化 HTML 标记和创作 Web 内容。 该项目具有模块化的插件架构,允许添加新的格式化命令和工具栏按钮。它提供了一个可配置的界面,其中工具栏布局可以通过预定义的数组进行自定义,标签可以通过本地化文件进行翻译。 该编辑器涵盖了广泛的内容操作功能,包括文本外观格式化、表格管理以及图像和音频的多媒体嵌入。它包括集成的 HTML 清洗功能,以根据允许标签的白名单过滤粘贴的标记,并提供通过撤销和重做功能管理编辑历史的工具。
Provides utilities for managing hyperlinks, including protocol prefixing and custom target configuration.