awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
adam-p avatar

adam-p/markdown-here

0
View on GitHub↗
60,218 estrellas·11,052 forks·JavaScript·MIT·20 vistasmarkdown-here.com↗

Markdown Here

Markdown Here is a browser extension that enables rich text composition within web-based editors that lack native formatting support. By transforming plain text markdown syntax into rendered HTML, it allows users to draft professional emails and documents using standard markup, including headers, tables, and footnotes, directly inside their browser.

The tool distinguishes itself through a bidirectional transformation engine that supports both the conversion of markdown to HTML and the reversion of rendered content back into its original source code. This state-preserving functionality allows for iterative editing, while integrated content protection mechanisms ensure that specific sections, such as email signatures, remain untouched during the formatting process.

The extension provides a comprehensive suite of authoring features, including support for complex data grids and custom visual styling. It is built on a cross-browser framework that utilizes a unified pipeline to package shared logic, ensuring consistent configuration and rendering behavior across different web environments.

Features

  • Rich Text Email Composers - Formatted HTML output is produced from markup syntax to enable professional email styling in web interfaces.
  • Markdown Parsers - Structured layouts are interpreted from standard syntax, including headers, lists, and links, for seamless document conversion.
  • Markdown Renderers - Visual layouts are generated from plain text syntax to enhance readability within web-based composition environments.
  • Browser Extension Tooling - Utilities are bundled to facilitate the creation and deployment of browser-based tools that inject custom functionality into web pages.
  • Markdown Editors - Rich text formatting capabilities are added to web-based editors that lack native support for structured document composition.
  • Markdown Converters - Plain text syntax is transformed into rich visual formatting directly within browser-based text and email editors.
  • Markdown-HTML Round-trip Converters - Rendered HTML structures are mapped back to their original source code to support iterative editing workflows.
  • Markdown Converters - Keyboard shortcuts trigger the conversion of syntax into rich visual formatting within active web-based editing windows.
  • DOM-Based Content Renderers - DOM-based parsing replaces plain text nodes with rendered HTML elements to update content dynamically within the browser.
  • Cross-Browser Extension Frameworks - Build-time architectures package web-standard code into cross-platform browser extensions for consistent functionality across different environments.
  • Development Environments - Browser extension for rendering markdown in email and web forms.
  • Extensiones de editor - Renders markdown in emails before sending.
  • Computer Science Foundations - Tool for rendering markdown in email clients and web forms.
  • Recursos de aprendizaje - Browser extension and reference for Markdown email composition.
  • General Resources - Tool for rendering markdown in browser-based editors.
  • Rich Text Composition Tools - Professional layouts, tables, and footnotes are created using standard syntax inside web-based text interfaces.
  • HTML to Markdown Reversion Tools - Formatted content is reverted to its original source code to allow for corrections within the active compose window.
  • Table Generators - Raw markup code is translated into formatted grid layouts, including support for merged rows and columns.
  • Document Formatting Engines - Styled HTML output is generated from structured text while preserving specific content sections like signatures.
  • Selective Text Processors - Highlighted segments of text are isolated for selective transformation or reversion within a larger document.

Historial de estrellas

Gráfico del historial de estrellas de adam-p/markdown-hereGráfico del historial de estrellas de adam-p/markdown-here

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace adam-p/markdown-here?

Markdown Here is a browser extension that enables rich text composition within web-based editors that lack native formatting support. By transforming plain text markdown syntax into rendered HTML, it allows users to draft professional emails and documents using standard markup, including headers, tables, and footnotes, directly inside their browser.

¿Cuáles son las características principales de adam-p/markdown-here?

Las características principales de adam-p/markdown-here son: Rich Text Email Composers, Markdown Parsers, Markdown Renderers, Browser Extension Tooling, Markdown Editors, Markdown Converters, Markdown-HTML Round-trip Converters, DOM-Based Content Renderers.

¿Qué alternativas de código abierto existen para adam-p/markdown-here?

Las alternativas de código abierto para adam-p/markdown-here incluyen: showdownjs/showdown — Showdown is a JavaScript library designed to convert Markdown syntax into HTML markup. It functions as a processor for… rexxars/react-markdown — react-markdown is a React renderer that converts markdown text into a virtual DOM to safely display formatted content.… cezaraugusto/extension.js — extension.js is a browser extension development framework and build tool designed to facilitate the creation, testing,… charmbracelet/glow — Glow is a terminal-based interface designed for browsing, rendering, and navigating markdown documentation. It… mixmark-io/turndown — Turndown is a JavaScript library designed to transform HTML documents into structured Markdown. It functions as a… milkdown/milkdown — Milkdown is a plugin-driven framework for building rich text editors that render and edit Markdown content in real…

Alternativas open-source a Markdown Here

Proyectos open-source similares, clasificados según cuántas características comparten con Markdown Here.
  • showdownjs/showdownAvatar de showdownjs

    showdownjs/showdown

    14,862Ver en GitHub↗

    Showdown is a JavaScript library designed to convert Markdown syntax into HTML markup. It functions as a processor for both client-side and server-side environments, transforming plain text into web-ready code suitable for rendering in browsers and digital applications. The project distinguishes itself through a plugin-driven architecture that allows for the injection of custom parsing rules. This extensibility enables developers to modify the standard conversion pipeline, supporting unique syntax patterns or specialized formatting requirements beyond the default implementation. Users can ma

    JavaScriptconvertergfmhtml
    Ver en GitHub↗14,862
  • rexxars/react-markdownAvatar de rexxars

    rexxars/react-markdown

    15,773Ver en GitHub↗

    react-markdown is a React renderer that converts markdown text into a virtual DOM to safely display formatted content. It functions as a markdown syntax parser and renderer that transforms markdown strings into structural elements, ensuring XSS-safe content delivery. The project allows for the mapping of standard markdown elements to custom React components for specialized styling and behavior. It supports syntax extensions through a plugin system, enabling additional formatting features such as tables, footnotes, and tasklists. The system includes security primitives for HTML and URL saniti

    JavaScript
    Ver en GitHub↗15,773
  • cezaraugusto/extension.jsAvatar de cezaraugusto

    cezaraugusto/extension.js

    5,016Ver en GitHub↗

    extension.js is a browser extension development framework and build tool designed to facilitate the creation, testing, and packaging of web extensions. It provides a system for building a single codebase that maintains compatibility across different browser environments. The framework utilizes adapters to map code to various browser specifications and includes a hot-reloading tool that updates background and UI scripts in real-time. It also manages isolated browser binaries to keep development environments separate from system installations. The toolset covers the full development lifecycle,

    TypeScript
    Ver en GitHub↗5,016
  • charmbracelet/glowAvatar de charmbracelet

    charmbracelet/glow

    22,908Ver en GitHub↗

    Glow is a terminal-based interface designed for browsing, rendering, and navigating markdown documentation. It functions as a command-line reader that allows users to discover and view formatted text files directly within their terminal environment. The tool distinguishes itself by providing a high-performance pager that supports both local file system navigation and remote repository access. It automatically scans directories and version control structures to index documentation, while its remote-aware fetching capabilities enable the retrieval of content from web sources and code repositori

    Gocliexcitementhacktoberfest
    Ver en GitHub↗22,908
  • Ver las 30 alternativas a Markdown Here→