4 Repos
Extensions that add new actions, filters, or snippets to a text editor plugin.
Distinct from Platform Extension Plugins: Specifically targets editor-level plugin extensions for actions and filters, rather than platform-level routes or database tables.
Explore 4 awesome GitHub repositories matching devops & infrastructure · Editor Plugin Extensions. Refine with filters or upvote what's useful.
Dieses Projekt ist ein Sublime-Text-Plugin und eine Webentwicklungs-Editor-Erweiterung, die als Markup-Abkürzungserweiterung fungiert. Sie ermöglicht die schnelle Erstellung strukturierter HTML- und CSS-Codeblöcke durch die Transformation prägnanter, CSS-ähnlicher Kurztoken in vollständiges Markup und Stylesheets. Das Tool bietet fortgeschrittene Automatisierung für Web-Workflows, einschließlich der Generierung verschachtelter HTML-Elemente, BEM-Klassennamen und CSS-Vendor-Prefixes. Es enthält zudem spezialisierte Dienstprogramme zur Generierung von CSS-Verläufen mit Fallbacks für Browserkompatibilität und zur Konvertierung von Bildpfaden in Base64-kodierte Daten-URLs. Über die Codegenerierung hinaus deckt die Erweiterung die Manipulation und Navigation von Markup-Strukturen ab. Dies umfasst Funktionen zum Ausbalancieren von Tag-Auswahlen, zum Springen zwischen passenden Tag-Paaren, zur Durchführung arithmetischer Berechnungen innerhalb des Codes und zur Generierung von Dummy-Text für visuelle Tests. Das System ist konfigurierbar durch Abkürzungs-Alias-Mapping, benutzerdefinierte Snippet-Definitionen und Plugin-Erweiterungen zur Modifikation interner Filter und Aktionen.
Allows developers to extend the plugin's core functionality by loading custom actions and filters from external files.
Simditor ist ein JavaScript-basierter Rich-Text-Editor und WYSIWYG-HTML-Editor für die Erstellung strukturierter Dokumente innerhalb von Webanwendungen. Er fungiert als webbasierter Medien-Editor und HTML-Content-Sanitizer, der es Benutzern ermöglicht, Inhalte visuell zu verfassen und zu formatieren. Das Projekt zeichnet sich durch ein integriertes System für die Handhabung von Medien und Sicherheit aus. Es bietet serverseitige Bild-Upload-Funktionen, die sowohl die lokale Dateiauswahl als auch das Einfügen aus der Zwischenablage unterstützen, sowie ein Whitelist-basiertes HTML-Markup-Filtersystem, um eine konsistente und sichere Ausgabe zu gewährleisten. Der Editor bietet umfassende Funktionen für das Content-Management, einschließlich visueller Tabellenmanipulation, Syntax-Highlighting für Programmiersprachen und das Einfügen von Hyperlinks. Die Erweiterbarkeit wird über ein Plugin-System und konfigurierbare Toolbar-Buttons verwaltet, was benutzerdefiniertes Styling und spezialisierte Interaktionen ermöglicht.
Offers a mechanism to add specialized interactions and custom buttons through plugin extensions.
Hydrogen is an interactive code execution environment and text editor integration that enables the execution of individual lines or blocks of code with immediate inline output. It functions as a polyglot interactive notebook and a remote kernel orchestrator, allowing users to run code via Jupyter kernels and render rich media, such as plots, images, and video, directly within the editor. The system distinguishes itself through remote kernel management, routing code execution to external containers or remote servers via network sockets. It maintains a stateful programming environment where lan
Provides a plugin system to extend editor functionality with custom language features and tools.
Neovim Orgmode is a task management and note-taking environment for Neovim that functions as a plain-text task manager and personal information manager. It uses hierarchical outlining, status states, and tags within simple text files to organize projects and personal workflows. The system incorporates a Tree-Sitter document parser to enable precise manipulation of document hierarchies. The project distinguishes itself through a modular Lua editor extension architecture that provides programmatic interfaces for automating document workflows. It features state-based agenda generation to aggrega
Provides a modular Lua-based plugin architecture to extend editor functionality with custom task management logic.