npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

wysiwyg-markdown-editor-online

v1.0.5

Published

A modern, powerful online WYSIWYG Markdown editor & converter. Easily edit .md files like Word and export/convert Markdown to JPG/PNG images, high-quality PDF documents, HTML webpages, and rich text.

Readme

🪶 Muya MD Editor - Online WYSIWYG Markdown Editor

WYSIWYG Markdown Editor Online

Muya MD Editor is a modern online WYSIWYG (What-You-See-Is-What-You-Get) Markdown editor and document management tool built on the open-source Muya engine, enabling you to edit .md files seamlessly just like using a Word editor. It delivers a distraction-free writing experience, powerful live rendering capabilities (math formulas, diagrams, code syntax highlighting), and versatile one-click file export options.


✨ Key Features

1. ⚡ Real-Time WYSIWYG Editing

  • Instant Rendering: Experience smooth, instant rendering of Markdown syntax while writing, remaining fully editable in real-time.
  • Inline Format Toolbar: Select any text to trigger the inline formatting toolbar (Bold, Italic, Strikethrough, Link, Inline Code, Super/Subscript, Footnote).
  • Quick Actions: Type / on a new line to summon the block element menu, or type : to trigger the Emoji auto-complete selector.

2. 📊 Advanced Diagramming & Math Support

  • 📐 KaTeX Math Formulas: Integrated with high-performance KaTeX for rendering inline formulas (e.g., $\nabla \times \mathbf{E} = -\frac{\partial \mathbf{B}}{\partial t}$) and complex block matrix equations.
  • 📈 Mermaid Flowcharts & Diagrams: Built-in Mermaid engine supporting flowcharts, sequence diagrams, gantt charts, and state diagrams directly inside code blocks.
  • 🎨 Extended Media: Support for PlantUML, Vega/Vega-Lite data visualizations, and Prism syntax highlighting.

3. 📤 Diverse Export & Sharing Formats

| Format | Description | Best For | | :--- | :--- | :--- | | Markdown (.md) | Export standard .md source file | Local backups and cross-editor editing | | PNG / JPG Image | High-definition image generation | Quick preview and sharing on social media / slides | | HTML Webpage (.html)| Standalone HTML file with embedded styles | Offline reading & rich-text copy/pasting to Word | | PDF Document (.pdf) | High-quality PDF keeping math & diagrams intact | Cross-platform distribution, printing, and publishing | | ZIP Package | Bulk export all documents as a ZIP archive | Full library backup |

4. 📁 Portable Local Document Management

  • Automatic Auto-Save: Hybrid auto-save algorithm (10s throttle + 1.5s debounce) persists your documents locally in browser IndexedDB.
  • Drag-and-Drop Import: Drag and drop .md or .markdown files directly onto the sidebar for instant batch import.
  • Full-Text Search: Full-text keyword search and document sorting for effortless note organization.

🛠️ Markdown Syntax Compliance

  • Standards: Strictly compliant with CommonMark 0.31 and GitHub Flavored Markdown (GFM) 0.29.
  • Block Elements: Headings (# ~ ####), ordered/unordered lists, task lists ([x]), blockquotes (>), horizontal rules (---), tables, and code blocks.
  • Extended Features:
    • YAML Front Matter: Parse and edit document meta headers.
    • Footnotes: Render [^id] citations with hover tooltips and interactive back-referencing HTML structures.
    • Code Block Line Numbers: Opt-in line numbering for clean code reviews.

🚀 Quick Start Guide

  1. Create Document: Click the + icon in the sidebar to start a new blank document.
  2. Import Local Files: Click Import File or drag .md files onto the sidebar.
  3. Write & Format: Type Markdown syntax directly or use the popup inline formatting toolbar.
  4. Export File: Click the Export button in the top header and choose your desired output format (MD, Image, HTML, or PDF).

🔗 Links & Resources