轩辕镜像 官方专业版
轩辕镜像
专业版
轩辕镜像 官方专业版
轩辕镜像
专业版
首页个人中心搜索镜像
交易
充值流量¥7起我的订单
文档
工具
提交工单页面收录
mermaid-slides

kunalpathak13/mermaid-slides

kunalpathak13

Transform markdown mermaid diagrams into beautiful presentation slides with navigation and theming

下载次数: 0状态:社区镜像维护者:kunalpathak13仓库类型:镜像最近更新:2 个月前
让 AI 帮你使用轩辕镜像? · 展开查看说明 · 点击收起说明

如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。

只需在 AI 对话中先发送下面这句话即可:

请先完整阅读并严格遵守以下文档中的全部规则与要求:

https://xuanyuan.cloud/agents.md

在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。

查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。

镜像简介
下载命令
镜像标签列表与下载命令
使用轩辕镜像,把时间还给真正重要的事。
点击查看

Mermaid Slides

Turn Markdown files with Mermaid diagrams and images into a presentation-ready deck in seconds. Mermaid Slides keeps the source plain-text, renders everything locally, and lets you present the result in the browser, offline, or from Docker — ideal for architecture reviews, demos, and docs walkthroughs.

https://img.shields.io/badge/Live_Demo-blue?style=for-the-badge]([***] https://img.shields.io/badge/Docker_Image-blue?style=for-the-badge](https://hub.docker.com/r/kunalpathak13/mermaid-slides) https://img.shields.io/badge/VS_Code-Mermaid_Slideshow-purple?style=for-the-badge](https://marketplace.visualstudio.com/items?itemName=KunalPathak.mermaid-slideshow) https://img.shields.io/badge/VS_Code-Markdown_Presentation_Tool-7c3aed?style=for-the-badge](https://marketplace.visualstudio.com/items?itemName=KunalPathak.markdown-presentation-tool) https://img.shields.io/badge/Documentation-green?style=for-the-badge](docs/) https://img.shields.io/badge/Privacy_First-orange?style=for-the-badge](#-privacy--security)

!Mermaid Slides Demo

Quick Start

Online (Recommended)

Visit Mermaid Slides and start creating presentations immediately.

Docker Container

Run Mermaid Slides in a Docker container for easy deployment:

bash
# Pull and run the latest version
docker pull kunalpathak13/mermaid-slides:latest
docker run -p 3000:3000 kunalpathak13/mermaid-slides:latest

# Open browser to http://localhost:3000
  • Container Ready: Multi-platform support (AMD64, ARM64)
  • Isolated Environment: Complete containerized solution
  • Easy Deployment: Perfect for corporate environments

Offline Package

Download the complete offline package for local use without internet dependency:

bash
# Download from GitHub Releases
# Visit: https://github.com/kanad13/mermaid-slides/releases/latest

# Extract and run:
unzip mermaid-slides-offline-v*.zip
cd mermaid-slides-offline

# Choose your preferred server:
python3 start-server.py  # Python option
node start-server.js     # Node.js option
./start-server.sh        # Auto-detect (macOS/Linux)
start-server.bat         # Auto-detect (Windows)

# Open browser to http://localhost:3000

Local Development

Requires Node 20.19+ or 22.12+ for local development and production builds (matches Vite 7 requirements).

bash
git clone https://github.com/kanad13/mermaid-slides.git
cd mermaid-slides
npm install
npm run dev

Thanks Mermaid.js Team!

Important Notice: This is an independent, community-driven project and is not an official product of the Mermaid.js team. Mermaid Slides (this project) is built with deep gratitude to the Mermaid.js creators and uses their library under the MIT License. All credit for the core diagramming functionality goes to the https://github.com/mermaid-js/mermaid.

Key Features

Presentation & Navigation

  • File Handling - Drag & drop, file browser, or paste markdown content
  • Mixed Content - Mermaid diagrams + images in unified presentations
  • Title Extraction - Automatically extracts markdown headers as slide titles with user toggle
  • Navigation - Keyboard controls, progress bar, grid view, thumbnails
  • Settings Panel - Toggle title display and auto-hide behavior during a session
  • Presentation Mode - Full-screen, distraction-free experience
  • Responsive - Works on desktop, tablet, and mobile devices

Privacy & Security

  • Zero Tracking - No analytics, telemetry, or data collection
  • Offline First - Complete functionality without internet dependency
  • Local Processing - All diagram rendering happens on your device
  • Self-Contained - All distributions bundle dependencies locally
  • Privacy Modals - Built-in privacy policy and legal notice information

Multi-Platform Availability

  • Web App - Instant access via GitHub Pages
  • Offline Package - Download and run locally on any OS
  • Docker Container - Containerized deployment for any environment

Related VS Code Tools

If you prefer editor-native presentations, these companion tools are already live in the VS Code Marketplace:

Mermaid Slideshow

  • Marketplace: https://marketplace.visualstudio.com/items?itemName=KunalPathak.mermaid-slideshow
  • Best for: Mermaid-only files where each diagram becomes its own focused slide
  • Highlights: Keyboard navigation, live preview updates, Mermaid theme selection

Markdown Presentation Tool

  • Marketplace: https://marketplace.visualstudio.com/items?itemName=KunalPathak.markdown-presentation-tool
  • Best for: Full Markdown decks with headings, text, Mermaid diagrams, code blocks, and images
  • Highlights: <!-- slide --> delimiters, theme awareness, style controls, rich mixed-content slides

Both tools are published separately from this repository and complement the web/offline/Docker versions of Mermaid Slides.

Privacy & Security

Mermaid Slides is designed with privacy as a core principle:

  • No Data Collection - Zero analytics, tracking, or telemetry
  • Offline Operation - Full functionality without internet connection
  • Local Processing - All diagram rendering happens on your device
  • Self-Contained - No external CDN dependencies in any distribution
  • Simple Local Servers - The offline package uses lightweight local Python or Node.js servers only
  • No External Requests - All distributions make zero network calls during operation

Documentation

  • Deployment Guide - Multi-channel deployment, release flow, and channel-specific notes
  • Contributing Guide - Development workflow, testing, and release checklist
  • Future Work - Planned follow-up improvements and rationale
  • AI Agent Context - Workspace context and verified commands for coding agents

Technology

Frontend: React 19 + TypeScript | Build: Vite 7 | Styling: Tailwind CSS 3.4 Diagrams: Mermaid.js 11 | Testing: Vitest + React Testing Library | Deployment: GitHub Pages, offline package, Docker

Supported Content

Mermaid Diagrams: Flowcharts, Sequence, ER, Class, State, Gantt, Pie Charts, Git Graphs Images: PNG, JPEG, GIF, WebP with automatic scaling and responsive display

Contributing

We welcome contributions! See our Contributing Guidelines for development setup and guidelines.

License

MIT License - see LICENSE for details.

Acknowledgments

Mermaid Slides is built with and redistributes the following open source projects. I am grateful for their contributions to the community:

  • https://github.com/mermaid-js/mermaid (MIT License) — Copyright (c) Knut Sveidqvist The core diagramming engine that makes this project possible
  • https://github.com/***/react (MIT License) — Copyright (c) Meta Platforms, Inc. The foundation for our modern, interactive user interface
  • https://github.com/vitejs/vite (MIT License) — Copyright (c) Evan You Lightning-fast development and build tooling
  • https://github.com/tailwindlabs/tailwindcss (MIT License) — Copyright (c) Tailwind Labs, Inc. Utility-first CSS framework for rapid UI development
  • https://github.com/microsoft/TypeScript (Apache-2.0 License) — Copyright (c) Microsoft Corporation Type safety and developer experience enhancements

See package.json for a complete list of all dependencies.

Special thanks to the Mermaid.js team for creating such a powerful and flexible diagramming library that enables developers to create beautiful diagrams with simple text syntax.


Try it now | Full Documentation | https://github.com/kanad13/mermaid-slides/issues

镜像拉取方式

您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。

轩辕镜像加速拉取命令点我查看更多 mermaid-slides 镜像标签

docker pull docker.xuanyuan.run/kunalpathak13/mermaid-slides:<标签>

使用方法:

  • 登录认证方式
  • 免认证方式

DockerHub 原生拉取命令

docker pull kunalpathak13/mermaid-slides:<标签>

轩辕镜像配置手册

按平台快速找到配置文档

一键安装

一键安装 Docker

Linux Docker 一键安装

AI

用 AI 使用轩辕镜像

agents.md · AI 对话 · 提示词

Docker

登录仓库拉取

登录认证 · 私有仓库

专属域名拉取

免登录 · 高速拉取

Linux

Docker 镜像配置

Windows / Mac

Docker Desktop 配置

MacOS OrbStack

OrbStack 容器

Apple Container

macOS 原生容器

Docker Compose

Compose 项目配置

NAS

群晖

Synology 配置

飞牛

fnOS 镜像配置

绿联

绿联 NAS

威联通

QNAP 配置

极空间

极空间 NAS

Unraid

Unraid NAS

企业仓库

其他仓库

ghcr · Quay · nvcr

Harbor 镜像源

Proxy Repository 对接

Portainer 镜像源

Registries 配置

Nexus 镜像源

Docker Proxy 缓存

开发工具

Dev Containers

VS Code 开发容器

Podman

Podman 配置指南

Singularity / Apptainer

HPC 科学计算容器

Kubernetes

K8s Containerd

Kubernetes · Containerd

K3s

轻量级集群

面板 / 网络

爱快路由

iKuai 镜像加速

宝塔面板

一键配置镜像源

需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单

镜像拉取常见问题

功能

版本功能对比

功能对比 · 版本选择

支持的镜像仓库

Docker Hub · GCR · GHCR

新手拉取配置

登录 · 专属域名 · 配置

docker search 限制

专属域名 · Hub 搜索

不支持 push

仅支持 pull · 不支持

拉取速度原因

带宽 · 缓存 · 冷热镜像

错误码

402 与流量用尽

402 · 流量包 · 充值

401 认证失败

401 · docker login

manifest unknown

标签错误 · 镜像不存在

410 Gone 排查

410 · Docker 升级

429 限流

免费版 · 专业版 · 企业版 · 请求频率

其他报错

DNS 超时

DNS 解析 · 网络超时

TLS 证书失败

no matching manifest(架构)

账号

失败是否计费

manifest · blob · 计费

申请开发票(企业 / 个人)

企业 · 个人 · 工单

修改登录密码

网站 · 仓库 · 重置

注销账户

工单 · 数据 · 注销

原理

mirrors 不生效

daemon.json · 重启

去掉域名前缀

docker tag · 重命名

指定架构拉取

ARM64 · AMD64 · 多架构

latest 与「最新」

digest · 版本号 · 标签

查看全部问题→

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

用户头像

oldzhang

运维工程师

Linux服务器

5

"Docker访问体验非常流畅,大镜像也能快速完成下载。"

轩辕镜像
镜像详情
...
kunalpathak13/mermaid-slides
教程轩辕镜像功能与使用教程
定价查看流量套餐与价格
热门查看热门 Docker 镜像推荐
博客Docker 镜像公告与技术博客
专业版 · 高速稳定拉取镜像
高速镜像下载·在线技术支持·99.95% SLA 保障·付费会员免广告
50GB 仅 ¥7/年
专业版 · 高速稳定拉取镜像
50GB 仅 ¥7/年
高速镜像下载·在线技术支持·99.95% SLA 保障·付费会员免广告
用户协议·隐私政策·增值电信业务经营许可证:浙B2-20261007·©2024-2026 源码跳动©2024-2026 杭州源码跳动科技有限公司·商务合作:点击复制邮箱

更多 mermaid-slides 镜像推荐

openslides/openslides logo

openslides/openslides

openslides
OpenSlides是一款免费的基于Web的会议管理系统,用于高效管理会议议程、动议讨论和选举流程,并支持投影展示,适用于各类组织会议场景。
4 次收藏10万+ 次下载
7 年前更新
yuzutech/kroki-mermaid logo

yuzutech/kroki-mermaid

yuzutech
这是Kroki的配套服务器,Kroki作为一款在线图表生成服务,该服务器专门提供Mermaid支持——Mermaid是一种可通过文本描述生成流程图、时序图、类图等多种图表的工具,旨在为Kroki用户扩展图表生成能力,使用户能通过简单文本快速创建清晰直观的可视化图表,满足各类文档、演示及开发场景中的图表绘制需求。
7 次收藏100万+ 次下载
21 天前更新
minlag/mermaid-cli logo

minlag/mermaid-cli

minlag
官方mermaid命令行工具Docker镜像,用于将mermaid图表定义(如流程图、时序图等)转换为PNG、SVG等图像文件,支持容器化环境下的图表生成需求。
9 次收藏50万+ 次下载
3 天前更新
aspose/slides-cloud logo

aspose/slides-cloud

aspose
为云应用无缝集成演示文稿处理功能,支持多种格式的读取、写入和转换,提供布局复制、文本提取、合并拆分等核心功能。
1 次收藏50万+ 次下载
2 年前更新
supinf/mermaid-editor logo

supinf/mermaid-editor

supinf
Mermaid Editor Docker镜像提供Mermaid图表的实时编辑环境,支持通过Web界面可视化创建流程图、时序图等,可快速部署,无需本地配置。
2 次收藏10万+ 次下载
7 年前更新
foosinn/openslides-server logo

foosinn/openslides-server

foosinn
暂无描述
1 次收藏1000万+ 次下载
5 年前更新

查看更多 mermaid-slides 相关镜像