Configs2026年7月23日·1 分钟阅读

Dillinger — Cloud-Native Markdown Editor in the Browser

A modern, open-source online Markdown editor built with Next.js. Dillinger provides distraction-free writing with live preview, syncs to GitHub, Google Drive, Dropbox, and OneDrive, and supports export to HTML and styled PDF.

Agent 就绪

Agent 可直接安装

这个资产可安装;Agent 先选择当前运行时、检查安装计划,再运行匹配命令。

Native · 98/100策略:允许
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
Dillinger
直接安装命令
npx -y tokrepo@latest install 7ad1ef7b-8659-11f1-9bc6-00163e2b0d79 --target codex

先 dry-run 确认安装计划,再运行此命令。

Introduction

Dillinger is an open-source, cloud-native Markdown editor that runs in the browser. It provides a clean, minimal writing environment with live preview and integrates with popular cloud storage services for seamless document management.

What Dillinger Does

  • Provides a split-pane editor with live Markdown preview
  • Syncs documents with GitHub, Bitbucket, Google Drive, Dropbox, and OneDrive
  • Exports finished documents to HTML and styled PDF formats
  • Supports GitHub Flavored Markdown including tables, task lists, and fenced code
  • Offers a Zen Mode for fullscreen, distraction-free writing

Architecture Overview

Dillinger is built on Next.js with a Node.js backend that handles OAuth authentication and cloud storage API integration. The editor uses CodeMirror for text editing with custom Markdown extensions. Documents are stored locally in the browser and synced to cloud providers on demand.

Self-Hosting & Configuration

  • Deploy with Docker using the official image from Docker Hub
  • Build from source with Node.js and npm for custom configurations
  • Set environment variables for OAuth credentials per cloud provider
  • Runs behind any reverse proxy for SSL termination
  • No database needed; user state is managed via browser storage and cloud APIs

Key Features

  • Instant live preview with scroll synchronization between editor and output
  • One-click import from and export to multiple cloud storage providers
  • Clean, responsive design that works on desktop and tablet browsers
  • Auto-save to local browser storage prevents data loss
  • Drag-and-drop file import for quick Markdown editing sessions

Comparison with Similar Tools

  • StackEdit — similar browser-based editor with more rendering extensions (math, diagrams)
  • HedgeDoc — focuses on real-time collaboration; Dillinger is single-user
  • Typora — polished desktop WYSIWYG editor (proprietary); Dillinger is free and browser-based
  • Mark Text — open-source desktop editor; Dillinger requires no installation
  • Notion — full workspace platform; Dillinger is a focused Markdown writing tool

FAQ

Q: Can I self-host Dillinger? A: Yes. Clone the repository or use the Docker image. You will need to configure OAuth credentials for each cloud provider.

Q: Does it support offline editing? A: Dillinger auto-saves to browser local storage so you can continue writing without a connection, but cloud sync requires connectivity.

Q: What Markdown flavor does it use? A: It supports GitHub Flavored Markdown (GFM) including tables, strikethrough, task lists, and fenced code blocks.

Q: Can multiple people edit the same document? A: No. Dillinger is a single-user editor. For collaborative editing, use HedgeDoc or HackMD.

Sources

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产