awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesSVGO Plugin Toggle UIs

Tools that let users enable or disable individual SVGO plugins to control which minification passes are applied.

Distinct from Plugin Toggle Managers: Distinct from Plugin Toggle Managers: focuses on toggling SVGO optimization plugins for SVG minification, not chat server plugins.

Explore 2 awesome GitHub repositories matching part of an awesome list · SVGO Plugin Toggle UIs. Refine with filters or upvote what's useful.

Awesome SVGO Plugin Toggle UIs GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • emdash-cms/emdashالصورة الرمزية لـ emdash-cms

    emdash-cms/emdash

    10,887عرض على GitHub↗

    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

    Hides sidebar links, dashboard widgets, and admin pages when a plugin is disabled while keeping backend hooks active.

    TypeScriptastrocmsemdash
    عرض على GitHub↗10,887
  • jakearchibald/svgomgالصورة الرمزية لـ jakearchibald

    jakearchibald/svgomg

    6,185عرض على GitHub↗

    SVGOMG is a browser-based SVG minification tool that applies SVGO transformations entirely on the client side. It processes SVG files in a Web Worker to keep the user interface responsive, then displays the original and optimized file sizes side by side, including gzipped size estimates. The tool provides a live preview of the optimized SVG markup, rendered directly in the browser for immediate visual feedback. Users can configure which SVGO optimization plugins are enabled or disabled, set numerical precision for coordinates and transforms, and optionally pretty-print the output. Multiple op

    Lets users enable or disable individual SVGO plugins to control which minification passes are applied.

    JavaScript
    عرض على GitHub↗6,185
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Server Plugins and Extensions
  5. Chat Server Plugins
  6. Plugin Toggle Managers
  7. SVGO Plugin Toggle UIs

استكشف الوسوم الفرعية

  • UI Hiding on DeactivationAutomatic hiding of plugin UI elements like sidebar links and widgets when the plugin is disabled while keeping backend hooks active. **Distinct from SVGO Plugin Toggle UIs:** Distinct from SVGO Plugin Toggle UIs: focuses on hiding UI elements upon deactivation rather than toggling individual optimization plugins.