惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
博客园_首页
IT之家
IT之家
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Vercel News
Vercel News
美团技术团队
D
Docker
WordPress大学
WordPress大学
T
Tailwind CSS Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
The Cloudflare Blog
Y
Y Combinator Blog
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
G
Google Developers Blog
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
MongoDB | Blog
MongoDB | Blog
S
SegmentFault 最新的问题
GbyAI
GbyAI
Hugging Face - Blog
Hugging Face - Blog
Microsoft Azure Blog
Microsoft Azure Blog
A
About on SuperTechFans

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Looking for feedback: mdedit.io, a no-account Markdown ed...
Matthias · 2026-05-04 · via DEV Community

I built mdedit.io — a no-account Markdown editor with live preview, collaboration and AI assistance

I’m looking for feedback on the public beta of mdedit.io:

https://mdedit.io

Repository:

https://github.com/MatthiasHertel21/mdedit

mdedit.io is a browser-based Markdown editor focused on writing, structuring, previewing, sharing and exporting longer Markdown documents.

It does not require an account. You can open it, start writing, preview your document, navigate it through an outline/tree view, export it as Markdown, PDF or DOCX — and optionally share or collaborate on documents by permalink.

The beta also includes an AI assistant panel that can help with writing, rewriting, summarizing and improving Markdown content.

Why another Markdown editor?

There are already many good Markdown tools.

Some are great as desktop apps.
Some are great inside an IDE.
Some are great for personal knowledge management.
Some are great for team collaboration.

But I often wanted something slightly different:

  • open a browser
  • start writing immediately
  • see a live preview
  • keep an overview of the document structure
  • use Markdown extensions like Mermaid and KaTeX
  • share a document without setting up a workspace
  • get lightweight AI assistance while writing
  • export the result cleanly as PDF or DOCX
  • do all of that without creating an account first

That is the use case I built mdedit.io for.

What mdedit.io currently supports

The current beta includes:

  • browser-based Markdown editing
  • no account required
  • live preview
  • split editor/preview layout
  • outline/tree view for document structure
  • GitHub-flavored Markdown features
  • tables
  • task lists
  • footnotes
  • Mermaid diagrams
  • KaTeX math rendering
  • image paste / drag-and-drop support
  • Markdown download
  • PDF export
  • DOCX export
  • ZIP export for multiple documents
  • optional permalink sharing
  • lightweight collaborative editing
  • participant display names for collaboration
  • automatic joining of shared documents, if enabled
  • AI assistant panel
  • configurable AI providers/models
  • keyboard shortcuts
  • multilingual UI
  • Apache-2.0 source code

Collaboration in the beta

mdedit.io is primarily designed as a fast writing and document-export tool, but the beta also includes lightweight collaboration features.

The idea is not to recreate a full enterprise workspace. Instead, I wanted collaboration to feel simple:

Share a document. Let someone open it. Work on the same Markdown content.

Current collaboration-related features include:

  • optional document sharing by permalink
  • shared document access without requiring user accounts
  • collaborative editing support
  • display names for collaborators
  • settings for allowing collaborative editing
  • settings for automatically joining shared documents

This is one of the areas where I would especially appreciate feedback.

I’m interested in questions like:

  • Does permalink-based sharing feel natural?
  • Is it clear when a document is shared?
  • Is the collaboration model understandable without accounts?
  • Would this be useful for reviewing docs, notes, specs or drafts?
  • What would make it feel safer or more trustworthy?

AI assistance

The beta also includes an AI assistant panel directly inside the editor.

The goal is not to make AI the main product. Markdown editing should still work perfectly without it.

Instead, AI is meant to be a writing companion for common document tasks:

  • rewrite a paragraph
  • improve wording
  • summarize a section
  • generate a draft from notes
  • explain or simplify text
  • help structure a document
  • suggest headings
  • improve technical documentation
  • work with Markdown content directly

The UI includes configurable AI provider/model settings, so the assistant can be adapted depending on the available provider setup.

I’m especially interested in feedback on whether AI belongs directly in this kind of Markdown editor, and where it is actually useful instead of distracting.

The main idea

The core idea is simple:

Write Markdown. See the structure. Collaborate lightly. Export clean documents.

I am not trying to replace every Markdown tool.

mdedit.io is mainly for people who write longer Markdown documents and care about structure, sharing and export quality:

  • technical documentation
  • README files
  • project notes
  • specifications
  • concept documents
  • academic-ish notes
  • blog drafts
  • meeting notes
  • collaborative drafts
  • review documents

What makes it different?

The feature combination I am aiming for is:

  • no-account browser workflow
  • live preview
  • outline/tree navigation
  • Mermaid and KaTeX support
  • optional permalink sharing
  • lightweight collaboration
  • built-in AI assistance
  • print/export-oriented layout
  • PDF and DOCX export
  • open source / self-hostable foundation

Tools like VS Code, Obsidian, Typora, StackEdit and HackMD are all useful in their own ways. mdedit.io is meant to be more focused:

Open it, write a document, inspect the structure, optionally share or collaborate, then export it cleanly.

Important beta notes

This is a public beta, so some things are still evolving.

Known limitations:

  • no offline-first mode yet
  • browser and mobile behavior still need more testing
  • import workflows are not fully built out yet
  • some advanced features are still experimental
  • collaboration is still a beta feature
  • AI integration depends on configured providers/models
  • the hosted version stores documents server-side to support sessions and sharing

Because of that, I would not yet recommend the hosted beta for highly sensitive documents. For more control, the project can be self-hosted.

What I would love feedback on

If you try it, I would especially appreciate feedback on:

  • Is the editor flow intuitive?
  • Does the outline/tree view help with longer documents?
  • Is permalink sharing understandable?
  • Does collaboration work the way you would expect?
  • Is the AI assistant useful inside a Markdown editor?
  • Which AI tasks would you actually use while writing?
  • Is the PDF export useful for real documents?
  • Is the DOCX export good enough for your workflow?
  • Do Mermaid and KaTeX rendering work as expected?
  • What browser/device did you use?
  • What is confusing?
  • What is missing compared to your current Markdown tool?
  • Would you use this again for a real document?

Feedback is welcome via GitHub issues or directly here in the comments.

Beta:

https://mdedit.io

Repository:

https://github.com/MatthiasHertel21/mdedit

Thanks for taking a look.