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

推荐订阅源

V
V2EX
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
WordPress大学
WordPress大学
罗磊的独立博客
小众软件
小众软件
I
InfoQ
Y
Y Combinator Blog
宝玉的分享
宝玉的分享
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Hugging Face - Blog
Hugging Face - Blog
MyScale Blog
MyScale Blog
博客园 - 聂微东
Microsoft Security Blog
Microsoft Security Blog
H
Help Net Security
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园_首页
S
SegmentFault 最新的问题
博客园 - 三生石上(FineUI控件)
P
Proofpoint News Feed
博客园 - 司徒正美
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Azure Blog
Microsoft Azure Blog
Jina AI
Jina AI
N
Netflix TechBlog - Medium

Mintlify Blog

Introducing the Mintlify Help Center Starter Kit Introducing the collaborative editor built for teams and agents Workflows, rebuilt Is your documentation agent-ready? Mintlify raises $45M Series B led by Andreessen Horowitz and Salesforce Ventures 5 things you didn't know you could do in the Mintlify web editor The improved Mintlify CLI Docs on autopilot: From zero to self-maintaining with Mintlify The state of agent traffic in documentation (March 2026) How we built a virtual filesystem for our Assistant We Replaced Our Internal Wiki With a Slack Bot. You Should Too. 8 ways teams use Mintlify to keep docs updated automatically Documentation is your AI interface What three years of watching AI in production taught us Bridging two JSX runtimes: How we solved Astro's React children problem AI agents are shipping faster than anyone can document Knowledge management systems for technical teams Workflows: Automate documentation maintenance Mintlify acquires Helicone to redefine AI knowledge infrastructure Why more product managers are switching to Mintlify Auto-generating documentation sites from GitHub repos Your docs, your frontend, our content engine Take control of your documentation system Almost half your docs traffic is AI, time to understand the agent experience @mintlify for better docs, faster Mintlify for Enterprise Real llms.txt examples from leading tech companies (and what they got right) Mintlify + Claude Opus 4.6: Powering AI-native knowledge management Declaring Clankruptcy: An experiment in agent orchestration Analytics for AI and agent traffic
22 UX improvements to the web editor
Dmytro Tovstokoryi · 2026-05-04 · via Mintlify Blog

Building a product includes large scale features and technical decisions. But what often gets overlooked are the small UX details.

When building our web editor, we treated every detail as a chance to make the experience feel more natural and intuitive.

This update includes a lot of everyday UX improvements that make writing, editing, and polishing docs feel better.

Docs review should be visual. You should be able to understand what changed without mentally translating a raw diff.

1. Visual Diff Navigation

The visual diff view shows changes inside the WYSIWYG editor, with minimap navigation to move through edits quickly.

Instead of reading a code-style diff, you can scan the page the way a reader will see it. Additions, removals, and edits are easier to understand in context.

2. AI Pull Request Details

When a change is ready, the editor can generate a PR title and description for you.

This is a practical shortcut, not a magic trick. The point is to remove one more blank text box from the final step. You can still edit the title and description before sending it off.

Most editing time is spent on ordinary motions: inserting a block, moving content around, selecting a section, or turning one format into another. The new editor smooths out those moments.

3. Better Drag And Drop

Drag and drop now works more naturally across blocks, lists, columns, and accordion groups.

There is also a better drag handle context menu, so you can move content and act on it from the same place. It makes restructuring a page feel less like surgery and more like editing.

4. Global Block Selection

You can select blocks globally, then move or modify them as a group.

This makes larger edits much easier. When you are cleaning up a long page, you do not want to repeat the same action one block at a time.

5. Turn Blocks Into Anything

The new "Turn into" action lets you convert a block from one type to another through the context menu.

A paragraph can become a heading. A note can become a callout. Content can change shape without needing to be copied, deleted, and recreated.

The slash menu has a new design that is easier to scan and faster to use.

Slash commands are one of the main ways people insert components, media, and formatting. The new menu makes that flow cleaner, especially as the editor supports more block types.

7. Emoji Trigger

Typing : now opens emoji suggestions directly in the editor.

It is a tiny improvement, but those are the ones that make writing feel fluid.

8. Heading Level 4 Support

The editor now supports heading 4, so pages with deeper structure can be edited visually without dropping into Markdown.

Mintlify docs are not just text. They use tables, tabs, badges, trees, colors, code blocks, diagrams, snippets, and custom components to explain products clearly.

The editor is getting better at handling those pieces directly.

9. Table Creation

Tables have a new editing experience that feels more like working with structured content and less like wrestling with Markdown.

10. Table Editing

You can create and adjust tables visually, which makes reference content, compatibility charts, and comparison sections easier to maintain.

11. Better Code Blocks

Code blocks have been overhauled with line numbers, syntax-highlighted diffs, a wrap toggle, expandable blocks, and Twoslash support.

Code examples are where docs need to be precise. The editor should help authors make code easier to read without forcing them to preview somewhere else.

12. Mermaid Diagram Preview

Mermaid diagrams now preview directly in the editor.

You can edit the diagram and see the result in place, instead of switching between source text and a separate preview. Flowcharts, architecture diagrams, and sequence diagrams become much easier to maintain.

13. Editable Color Component

The Color component can now be edited visually.

This makes design tokens, palettes, and brand references easier to adjust without touching raw component syntax.

14. Editable Tree Component

The Tree component is now editable in the editor too.

File structures are common in docs. Editing them visually makes examples cleaner and less fragile.

15. Editable Badge Component

Badges can be edited directly in the page.

For small labels like beta, required, deprecated, or platform-specific notes, this keeps authors in the writing flow.

16. Reorderable Tabs

Tabs can now be reordered with drag and drop.

If you are documenting SDKs, languages, frameworks, or plan types, changing the order should be as easy as moving the tab into place.

17. Smarter Component Paste

The editor now handles all Mintlify components on paste.

Moving content into the editor is less brittle. Components come in as components, not broken text that needs to be rebuilt by hand.

Docs are increasingly visual. Screenshots, videos, diagrams, and embeds are part of how products get explained clearly.

18. Video Support

Videos are now supported directly in the editor.

You can add richer walkthroughs without leaving the page or falling back to awkward workarounds.

19. YouTube And Loom Embeds

You can add YouTube and Loom embeds through the slash command menu.

This makes it easier to bring demos, tutorials, and product walkthroughs into docs while keeping the writing flow simple.

20. Better Image Editing

Images now support dark and light mode variants without needing a Frame wrapper, and the image toolbar has been redesigned.

This is one of those changes that removes friction from a common task. Authors can make images fit the page and theme without thinking about component plumbing.

Large docs sites need good wayfinding for writers, not just readers. The editor is getting better at helping authors understand where they are and move around quickly.

21. Table Of Contents Sidebar

The editor now has a table of contents sidebar, so you can jump between sections on the page without scrolling through the whole document.

It is especially useful for long conceptual pages, API guides, and migration docs.

22. Docs Config Sheet

The docs.json sheet has been redesigned.

Configuration is easier to read and change, which makes docs structure feel less like a hidden file and more like part of the editor.

Some of the most important UX work is the least visible.

We also improved typing latency and rendering performance. That foundation matters because every other interaction depends on it. If typing feels slow, nothing else feels polished.

The goal is simple: the editor should be fast enough that you forget about the editor and focus on the docs.

All of these changes point in the same direction. Mintlify's editor is becoming faster, clearer, and easier to use for everyday docs work.