awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesCustom Node Definitions

The ability to extend a data model by substituting base classes with custom subclasses for specialized content.

Distinct from Custom Automation Nodes: Candidates focus on visual graphs or automation nodes; this is about extending the core document data model classes.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Custom Node Definitions. Refine with filters or upvote what's useful.

Awesome Custom Node Definitions GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • facebook/lexicalfacebook 的头像

    facebook/lexical

    23,562在 GitHub 上查看↗

    Lexical is a modular rich text editor framework used to build extensible web-based editors. It functions as a state-driven content editor that maintains a serializable, immutable snapshot of document content to ensure predictable updates and accessibility compliance. The framework is distinguished by its plugin-based architecture and customizable node framework, which allow developers to extend editor behavior through specialized content nodes and encapsulated runtime logic. It also includes a collaborative editing engine capable of synchronizing document state across multiple clients in real

    Extends the data model by substituting core node classes with custom subclasses for specialized content.

    TypeScript
    在 GitHub 上查看↗23,562
  • jerosoler/drawflowjerosoler 的头像

    jerosoler/Drawflow

    6,047在 GitHub 上查看↗

    Simple flow library 🖥️🖱️

    Registers reusable node definitions with custom HTML or Vue components that can be instantiated multiple times.

    JavaScript
    在 GitHub 上查看↗6,047
  • benjamn/ast-typesbenjamn 的头像

    benjamn/ast-types

    1,172在 GitHub 上查看↗

    This project is a framework for building, manipulating, and analyzing abstract syntax trees. It provides a toolkit for defining, traversing, and validating syntax trees that are compatible with the Mozilla Parser API, serving as a foundation for static code inspection and automated transformation tasks. The library distinguishes itself through a declarative type system that enforces structural integrity across node hierarchies. By wrapping raw syntax nodes in context-aware objects, it enables developers to track parent relationships and ancestor chains without modifying the underlying tree st

    Supports the registration of custom syntax types to extend standard hierarchies for non-standard language features.

    TypeScript
    在 GitHub 上查看↗1,172
  1. Home
  2. Software Engineering & Architecture
  3. Custom Node Definitions

探索子标签

  • Template RegistrationsRegisters reusable node definitions with custom HTML or Vue components that can be instantiated multiple times. **Distinct from Custom Node Definitions:** Distinct from Custom Node Definitions: focuses on registering visual templates for instantiation, not extending data model classes.