awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • facebook/lexicalAvatar de facebook

    facebook/lexical

    23,562Voir sur 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
    Voir sur GitHub↗23,562
  • jerosoler/drawflowAvatar de jerosoler

    jerosoler/Drawflow

    6,047Voir sur GitHub↗

    Simple flow library 🖥️🖱️

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

    JavaScript
    Voir sur GitHub↗6,047
  • benjamn/ast-typesAvatar de benjamn

    benjamn/ast-types

    1,172Voir sur 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
    Voir sur GitHub↗1,172
  1. Home
  2. Software Engineering & Architecture
  3. Custom Node Definitions

Explorer les sous-tags

  • 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.