awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 Repos

Awesome GitHub RepositoriesCustom HTML Embeds

Capabilities for integrating raw HTML and JavaScript content into an application interface to create specialized components.

Distinct from Custom HTML Elements: Focuses on embedding arbitrary external HTML blocks for UI extensibility, distinct from modifying specific DOM element tags or processing HTML strings.

Explore 10 awesome GitHub repositories matching user interface & experience · Custom HTML Embeds. Refine with filters or upvote what's useful.

Awesome Custom HTML Embeds GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • emdash-cms/emdashAvatar von emdash-cms

    emdash-cms/emdash

    10,887Auf GitHub ansehen↗

    EmDash is an open-source content management system built on Astro that combines a visual admin panel with a plugin-driven architecture and server-side rendering. It provides a complete content management system with structured content modeling, a rich text editor using Portable Text format, and a TypeScript API for type-safe content queries. The system supports authentication through passkeys, OAuth 2.1, and external providers, with role-based access control and fine-grained permission scopes. What distinguishes EmDash is its plugin development framework, which supports both native plugins ru

    Embeds custom markup, third-party widgets, or markup imported from other systems inside a content entry.

    TypeScriptastrocmsemdash
    Auf GitHub ansehen↗10,887
  • mindoc-org/mindocAvatar von mindoc-org

    mindoc-org/mindoc

    7,826Auf GitHub ansehen↗

    Mindoc is a self-hosted documentation portal and API documentation management system built as a Golang web application. It serves as a markdown documentation engine for authoring, organizing, and sharing technical interface documentation and database dictionaries. The system persists project data and user accounts using MySQL or SQLite databases. The platform distinguishes itself by integrating diagrams-as-code rendering via Mermaid syntax, allowing flowcharts, sequence diagrams, and Gantt charts to be generated directly from text. It supports a flexible content pipeline that combines markdow

    Allows the insertion of raw HTML tags directly into documents for advanced formatting beyond standard Markdown.

    Gobeegodocumentgo
    Auf GitHub ansehen↗7,826
  • flarum/coreAvatar von flarum

    flarum/core

    6,729Auf GitHub ansehen↗

    This project is a self-hosted community engine and forum software designed for hosting threaded discussions. It functions as a JSON API community platform, exposing all data and functionality through a standardized interface to support a single-page application architecture. The system is built to be a multi-language discussion board with integrated localization and language pack support. The platform is defined by a modular architecture that allows for extensive customization through an extension-based plugin system. This extensibility enables the modification of core behavior, the addition

    Allows the integration of raw HTML and JavaScript into global headers and footers for UI extensibility.

    PHP
    Auf GitHub ansehen↗6,729
  • jhuckaby/cronicleAvatar von jhuckaby

    jhuckaby/Cronicle

    5,745Auf GitHub ansehen↗

    Cronicle is a distributed job scheduler that replaces traditional cron with a browser-based management interface. It runs scheduled tasks across a cluster of servers with automatic failover, using a custom cron parser that intersects day-of-month and day-of-week constraints when both are specified. The system executes jobs through a plugin framework that runs command-line scripts in any language, communicating via JSON over standard input and output. The scheduler provides a web-based real-time dashboard for monitoring running jobs with live logs, resource usage charts, and progress updates.

    Outputs raw HTML at job completion to render custom reports on the job details page.

    JavaScript
    Auf GitHub ansehen↗5,745
  • sachinchoolur/lightgallery.jsAvatar von sachinchoolur

    sachinchoolur/lightgallery.js

    5,322Auf GitHub ansehen↗

    lightgallery.js ist eine modulare JavaScript-Bibliothek, die zum Erstellen responsiver Bildergalerien, Multimedia-Viewer und Media-Lightbox-Komponenten verwendet wird. Sie bietet eine abhängigkeitsfreie Schnittstelle zum Rendern von HTML5-Video, externen Iframes und responsiven Bildern innerhalb eines Vollbild-Overlays. Das Projekt zeichnet sich durch eine modulbasierte Plugin-Architektur aus, die es Entwicklern ermöglicht, die Kern-Engine um benutzerdefinierte Verhaltensweisen zu erweitern. Es bietet hardwarebeschleunigte Übergänge, ein System zur Synchronisierung des aktuellen Slide-Index mit URL-Hash-Fragmenten für direktes Verlinken sowie die Möglichkeit, Galerien entweder über CSS-Selektoren oder Arrays von Datenobjekten zu initialisieren. Die Bibliothek deckt ein breites Spektrum an Medienanzeigefunktionen ab, einschließlich Viewport-Management zum Zoomen und Rotieren von Bildern, automatisierter Video-Thumbnail-Abfrage und navigierbaren Thumbnail-Leisten. Sie umfasst zudem Unterstützung für verzögertes Laden von Videos, Asset-Preloading und integrierte Social-Media-Sharing-Tools. Eine programmatische API ist verfügbar, um die Navigation zu steuern, zu bestimmten Slides zu springen oder den Lebenszyklus der Galerie-Instanz per Code zu verwalten.

    Allows integrating raw HTML and JavaScript content into the lightbox interface for specialized component extensibility.

    JavaScriptanimationcss-animationsgallery
    Auf GitHub ansehen↗5,322
  • mcsmanager/mcsmanagerAvatar von MCSManager

    MCSManager/MCSManager

    4,804Auf GitHub ansehen↗

    MCSManager is a game server management panel and multi-node server manager that provides a centralized web interface for deploying, monitoring, and controlling multiple game server instances across distributed physical or virtual machines. It functions as a Docker game server orchestrator, enabling the execution of servers within isolated containers to simplify deployment and environment scaling. The system distinguishes itself through a customizable self-hosted dashboard featuring drag-and-drop layouts and the ability to embed custom HTML and JavaScript components. It provides real-time term

    Allows integrating external HTML and JavaScript into the dashboard to create specialized cards and community extensions.

    TypeScriptdockermcsmanagerminecraft
    Auf GitHub ansehen↗4,804
  • jakiestfu/medium.jsAvatar von jakiestfu

    jakiestfu/Medium.js

    4,380Auf GitHub ansehen↗

    Medium.js is a JavaScript rich text editor library and framework for building what-you-see-is-what-you-get editors. It acts as a lightweight wrapper for the browser contenteditable API, transforming standard elements into styled editors that support rich text formatting and semantic HTML output. The library functions as an HTML content sanitizer, stripping unwanted tags and attributes from typed or pasted content to maintain clean markup. It provides a system for implementing custom keyboard interactions and mapping shortcuts to trigger styling changes or element insertion. The framework cov

    Allows the injection of raw HTML and JavaScript fragments to create specialized custom components.

    JavaScript
    Auf GitHub ansehen↗4,380
  • h2oai/waveAvatar von h2oai

    h2oai/wave

    4,241Auf GitHub ansehen↗

    Wave is a full-stack web application framework and low-code UI library designed for building real-time data dashboards and interactive interfaces using Python and R. It allows developers to define browser-based user interfaces and manage server-side state without writing HTML or CSS. The project functions as a collaborative state synchronizer, relaying and persisting application state across multiple concurrent users to enable shared real-time experiences. It distinguishes itself by broadcasting live updates and data visualizations to connected browsers through a unified programming model. T

    Allows the insertion of raw HTML into the application for specialized styling needs.

    Pythonappdashboardfedramp
    Auf GitHub ansehen↗4,241
  • alex-shpak/hugo-bookAvatar von alex-shpak

    alex-shpak/hugo-book

    4,051Auf GitHub ansehen↗

    hugo-book ist ein Dokumentations-Theme und Framework für statische Websites für Hugo, das darauf ausgelegt ist, strukturierte technische Handbücher, Dokumentationsbücher und mehrsprachige Wissensdatenbanken zu erstellen. Es transformiert Verzeichnisstrukturen in hierarchische Navigationsmenüs und formatierte technische Inhalte. Das Framework enthält einen spezialisierten OpenAPI-Dokumentations-Renderer, der Spezifikationen in strukturierte Referenzseiten konvertiert. Es bietet zudem eine clientseitige Volltextsuche-Integration und unterstützt mehrsprachige Inhalte mit Right-to-Left-Layout-Spiegelung. Das Projekt deckt eine breite Palette an Content-Rendering-Funktionen ab, einschließlich mathematischem Formelsatz, Diagrammgenerierung, Terminal-Recording-Integration und interaktiven Elementen wie Tabbed-Panels und einklappbaren Blöcken. Es integriert zudem ein chronologisches Blog-System und Tools zur Generierung von Inhaltsverzeichnissen und Stepper-Listen. Die visuelle Anpassung erfolgt über Farbschema-Unterstützung, CSS-Style-Overrides und benutzerdefinierte HTML-Injektion.

    Allows inserting user-defined raw HTML and JavaScript into specific layout locations like the head, sidebar, or footer.

    HTMLdocumentationhugohugo-theme
    Auf GitHub ansehen↗4,051
  • jqhph/dcat-adminAvatar von jqhph

    jqhph/dcat-admin

    4,022Auf GitHub ansehen↗

    dcat-admin ist ein Laravel-Admin-Panel-Framework, das verwendet wird, um datengesteuerte Administrationsschnittstellen schnell zu erstellen. Es fungiert als CRUD-Generator und Backend-Scaffolding-Tool, das automatisch Schnittstellen zum Erstellen, Lesen, Aktualisieren und Löschen basierend auf Datenbanktabellenschemata produziert. Das System zeichnet sich durch eine plugin-basierte Erweiterungsarchitektur und die Möglichkeit aus, mehrere unabhängige administrative Instanzen innerhalb einer einzigen Installation auszuführen. Es bietet spezialisierte Tools für das Mapping externer APIs auf Formulare und Tabellen sowie einen ereignisgesteuerten Formular-Lebenszyklus für die Ausführung benutzerdefinierter Logik während der Auflösung und Übermittlung. Das Framework deckt ein breites Spektrum an Funktionsbereichen ab, einschließlich rollenbasierter Zugriffskontrolle für die Verwaltung hierarchischer Berechtigungen, einer umfassenden Suite von Datenverwaltungs-Grids mit Inline-Bearbeitung und mehrstufigen Formular-Workflows. Es enthält zudem Datenvisualisierungstools für operative Dashboards und eine Vielzahl von Content-Handling-Utilities für stückweise große Datei-Uploads und Rich-Text-Bearbeitung. Kommandozeilen-Utilities werden bereitgestellt, um die Generierung administrativer Komponenten und Action-Klassen zu automatisieren.

    Allows embedding arbitrary HTML content or renderable objects directly into the administrative interface.

    PHPlaravellaravel-admin
    Auf GitHub ansehen↗4,022
  1. Home
  2. User Interface & Experience
  3. Custom HTML Embeds

Unter-Tags erkunden

  • Job Completion HTML ReportsOutputs raw HTML at job completion to render a custom report on the job details page. **Distinct from Custom HTML Embeds:** Distinct from Custom HTML Embeds: attaches HTML content specifically to completed job records for reporting, not general UI embedding.