awesome-repositories.com
Blog
MCP
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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesUser-Defined Stylesheets

Allows users to provide custom CSS files to override the default visual presentation of the site.

Distinct from CSS Layer Configurations: Distinct from CSS Layer Configurations: focuses on user-provided style overrides rather than the architectural management of CSS layers.

Explore 4 awesome GitHub repositories matching user interface & experience · User-Defined Stylesheets. Refine with filters or upvote what's useful.

Awesome User-Defined Stylesheets 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.
  • zadam/triliumAvatar de zadam

    zadam/trilium

    36,595Voir sur GitHub↗

    Trilium is a hierarchical personal knowledge base and digital garden tool designed to organize information into a tree of linked nodes. It functions as a JavaScript programmable wiki and a self-hosted note server, allowing users to maintain a private database of documents synchronized across multiple devices. The platform distinguishes itself through an embedded scripting engine for automating tasks and a REST API that exposes internal data and actions to external tools. Users can further extend the system by modifying the user interface layout and styling through a custom theme engine. The

    Allows users to provide custom CSS stylesheets to override the default visual presentation and layout.

    TypeScript
    Voir sur GitHub↗36,595
  • purcell/emacs.dAvatar de purcell

    purcell/emacs.d

    7,069Voir sur GitHub↗

    This project is an Emacs configuration framework and custom Emacs Lisp distribution. It provides a pre-configured bundle of defaults and language supports to serve as a development baseline and environment bootstrap for the Emacs text editor. The system is designed for extensibility, allowing users to override default editor behaviors and themes through local configuration files and customization interfaces. It supports the integration of third party code by adding external scripts and libraries to the editor load path.

    Allows external code to inject custom logic into the startup process to modify default editor behavior.

    Emacs Lisp
    Voir sur GitHub↗7,069
  • writefreely/writefreelyAvatar de writefreely

    writefreely/writefreely

    5,188Voir sur GitHub↗

    Writefreely is an open-source, multi-tenant publishing server and blogging engine. It provides a decentralized system for hosting minimalist blogs, utilizing the ActivityPub protocol to federate content and identities across different servers and social networks. The platform focuses on a distraction-free writing experience by removing social metrics and providing an auto-saving editor. It allows a single user account to manage multiple distinct blogs and pen names, maintaining separate writing personas within one installation. The system includes tools for content organization through hasht

    Allows authors to customize the visual appearance of their blogs by injecting custom CSS stylesheets.

    Goactivitypubbetablogging
    Voir sur GitHub↗5,188
  • fastai/fastpagesAvatar de fastai

    fastai/fastpages

    3,548Voir sur GitHub↗

    Fastpages is a static site generator designed to convert Jupyter Notebooks, Markdown files, and Word documents into a formatted technical blog. It transforms these diverse source formats into a complete website consisting of flat HTML files that can be hosted on simple web servers without a database or active backend. The platform is tailored for collaborative technical writing by integrating community commenting systems, shared page annotations, and badges that allow readers to execute code in external environments. The system provides extensive controls for technical content, including the

    Provides the ability for users to provide custom CSS files to override the default visual presentation of the site.

    Jupyter Notebookactionsdata-sciencefastai
    Voir sur GitHub↗3,548
  1. Home
  2. User Interface & Experience
  3. Styling and Theming Systems
  4. Style Interoperability
  5. CSS Layer Configurations
  6. User-Defined Stylesheets

Explorer les sous-tags

  • Startup Extension HooksProgrammable entry points during the application startup sequence that allow external code to modify behavior. **Distinct from User-Defined Stylesheets:** Focuses on startup process hooks for editor behavior, unlike CSS-based style overrides.