• Jul 9, 2026
  • 12 min read
Documentation team reviewing a large Mermaid architecture diagram with wide reader navigation, zoom controls, and source editor panels

Mermaid Diagrams in Confluence: Why Big Diagrams Need a Reader, Not Just a Renderer

The diagram rendered.

That was not the problem.

The problem started in the architecture review, when the Mermaid flowchart had grown from a neat eight-node sketch into a cross-team operating map: API gateway, worker queue, billing system, retry path, exception state, data warehouse, ownership boundaries, and two "temporary" dependencies that had survived four quarters.

The Confluence page still showed the diagram. But the reviewers could not read it at page width. Someone zoomed the browser. Someone else asked where the fulfillment worker was. The author shared their screen because they were the only person who knew where to scroll.

That is when Mermaid diagrams in Confluence stop being a rendering problem and become a reading problem.

"The diagram is already on the page. Why do we still need the author to drive the review?"

Because a renderer answers one question: can this Mermaid source become a visible diagram? Large diagrams need another layer: can a reader inspect it, search it, keep orientation, and get back to the source when the diagram needs to change?


Quick Answer

Mermaid is valuable because diagrams are source-first. The Mermaid documentation describes Mermaid as a way to create diagrams and visualizations using text and code, with Markdown-inspired definitions. That works well for documentation because the diagram can be edited like the rest of the page.

But a Confluence Mermaid macro that only renders the source may not be enough for large diagrams in Confluence.

For small diagrams, rendering is the main job. For large architecture maps, process flows, and system diagrams, teams usually need a Mermaid diagram viewer with wide view, zoom, search, minimap navigation, and a source-first editing loop.

BacklogBridge Diagram Lens for Confluence is positioned around that second job. The public product page describes a Confluence Cloud Forge macro for source-first Mermaid diagrams with live preview, wide inspection, search, minimap navigation, themes, and export tools.

The buyer question is not only:

"Can we render Mermaid in Confluence?"

It is:

"Can people who did not write the diagram still read it during review?"

Where The Page Layout Stops Helping

Confluence gives teams useful document-layout controls. Atlassian's layout documentation says layouts can improve readability and visual presentation, support two to five columns, and can be centered, wide, or full-width.

That helps written content.

It does not automatically make a dense Mermaid diagram easy to navigate.

Many Mermaid flowcharts are naturally spatial. The Mermaid flowchart syntax docs describe diagrams made of nodes and edges, with orientations such as top-to-bottom and left-to-right. A left-to-right architecture diagram can be the right model for the system and still be a poor fit for a normal document column.

Widening the Confluence layout may give the diagram more room. It does not give the reader:

  • a stable way to zoom into one cluster
  • a way to find a specific node by label
  • a map of where they are in the whole diagram
  • a quick path back to source editing
  • clear export behavior for handoff

That is the gap between page layout and diagram reading.

Large Diagram Symptoms

Large Mermaid diagrams usually fail in predictable ways. A better reader does not excuse bad diagram design, but it gives reviewers tools before they give up.

SymptomWhat is happeningWhat a reader helps withWhen to split instead
Labels are too small at page widthThe diagram is being scaled down to fit the pageWide view, fit, typed zoom, and resetIf the overview needs paragraph-length labels
Horizontal scrolling loses contextThe graph is wider than the document viewportPan, zoom, and minimap navigationIf one diagram mixes several separate workflows
Reviewers cannot find a service or stepThe diagram has too many similarly shaped nodesSearch inside rendered SVG textIf naming is inconsistent or unclear
Only the author can explain the mapLayout knowledge lives in one person's memoryMinimap and repeatable navigationIf the diagram needs a narrated tour every time
Edits are postponedSource editing is too far from reviewSource-first editor and live previewIf the diagram is no longer owned by the team

The last column matters. A reader is not a license to keep every system detail in one file. Large diagrams still need design discipline.

Backlog Bridge's Mermaid chart tips guide makes the same practical point: Diagram Lens gives wide view, zoom, search, minimap navigation, and export tools, but focused diagrams are still better than diagrams that require constant zooming to understand the main point.

Renderer vs Reader

A basic renderer is useful. It turns Mermaid source into a visible diagram inside Confluence. That may be enough for small process diagrams, simple sequence diagrams, or lightweight docs where readers only need a quick visual.

A reader is different.

NeedBasic rendererLarge-diagram reader
Render Mermaid sourceYesYes
Keep source close to the pageSometimesYes, if source-first
Give a wide diagram more roomMaybeCore workflow
Zoom and pan deliberatelyOften limitedCore workflow
Find a specific labelUsually manual scanningSearch
Keep orientation while movingUsually limitedMinimap or overview
Support non-author reviewersPartialPrimary goal
Return from review to source editsOften indirectSource-first edit loop

That is why the phrase "Mermaid diagram viewer" matters. For large diagrams, viewers are not passive. They need controls.

How Diagram Lens Maps To The Problem

The public Diagram Lens product page describes the app as a Confluence Cloud macro for source-first Mermaid diagrams. The important part is not one feature in isolation. It is how the features map to the large-diagram review problem.

Wide view for page-width failure

When a diagram outgrows the page, the reader needs more room than the surrounding document layout provides.

Diagram Lens public copy describes a wide reader for diagrams that need more room, with pan, zoom, fit-to-view, reset, typed zoom percentage, and movement controls.

This is the difference between "the page contains a diagram" and "the reviewer can inspect the diagram."

Zoom for inspection, not browser guessing

Browser zoom changes the whole page. It can push navigation, comments, and surrounding content out of a useful shape.

A diagram-level zoom control lets the reader inspect one cluster, reset, then return to the overview without changing the whole Confluence page.

In a trial, test this on the real diagram people complain about. Fit the whole diagram, zoom to one cluster, then reset. If the reviewer cannot repeat that path, the workflow is still author-dependent.

Search for named systems, states, and steps

Large Mermaid diagrams often encode names that people ask about directly:

  • service names
  • queues
  • data stores
  • workflow states
  • decision labels
  • external systems
  • ownership groups

The product page says Diagram Lens can search visible SVG text, jump between matches, and highlight selected results. That is valuable because review questions are often name-based:

"Where is the retry queue?"

"Which path updates billing?"

"Is the legacy service still in this flow?"

Without search, the reviewer scans boxes. With search, they can navigate by the language already in the diagram.

Minimap for orientation

Panning a large diagram is disorienting. You can inspect one part and forget where it sits in the larger graph.

Diagram Lens public copy describes a minimap with a live viewport rectangle. That turns navigation into a repeatable reader action instead of a guided tour from the author.

For documentation owners, this is the practical test: can a reviewer move from an API boundary to an async worker to an exception path without asking where they are?

Source-first editing for review changes

Mermaid's advantage is not only that it renders. It is that the diagram source can be edited as text.

Diagram Lens public pages describe a source editor with live preview. That matters when review comments are specific:

  • rename a node
  • split a subgraph
  • add a missing edge
  • remove an outdated dependency
  • change a label to match system terminology

The edit loop should not require rebuilding a static image or opening a separate account just to make a text-level diagram change.

What Diagram Lens Is Not Trying To Be

This boundary is important for buyers.

The Diagram Lens product page says it is a source-first Mermaid editor. It also states that it does not include visual drag-and-drop editing, AI generation, or repository sync.

That makes it a fit for teams that want Mermaid source inside Confluence with better reading tools.

It is not the first category to evaluate if the real requirement is:

  • visual diagramming with drag-and-drop canvas editing
  • AI-generated diagrams as a core workflow
  • repository-backed diagram synchronization
  • a separate diagram workspace outside Confluence
  • guaranteed raster export for every possible diagram size

Those are different buying problems.

For this use case, the narrower question is stronger:

"Can we keep Mermaid source in Confluence and make large diagrams readable enough for real reviews?"

Export Expectations For Large Diagrams

Export deserves cautious wording.

The Diagram Lens product page says Mermaid source and SVG are the primary reliable export paths. The Diagram Lens support page says PNG, PDF, and clipboard image export are best effort and can depend on browser support, diagram size, and Forge iframe permissions. It also says Confluence whole-page PDF export is separate from Diagram Lens client-side PDF export.

So the trial question should not be a generic "Does it export?"

Ask:

  • Can authors copy or download Mermaid source?
  • Can reviewers download SVG for the diagrams they maintain?
  • Do PNG or PDF exports work on your largest real diagrams?
  • What error appears when an export cannot be generated?
  • Does the output match how stakeholders actually receive diagrams?

If source and SVG cover your handoff workflow, the app's public export model may be enough. If a procurement or reporting process requires PNG or PDF for very large diagrams, verify that exact case before rollout.

What Admins Should Verify Before Installing

At the time of research on July 9, 2026, I did not find an official Atlassian Marketplace listing for BacklogBridge Diagram Lens for Confluence through public search. That may change, and Marketplace metadata changes over time.

Before installing, verify the current listing manually.

Atlassian's Manage your apps documentation says Confluence apps are separately installed components, user-installed apps are usually downloaded from Marketplace, and Connected Apps lets admins install, remove, and configure apps. It also says site admin access is required.

For Diagram Lens, check:

  • Marketplace listing name and vendor
  • Confluence Cloud compatibility
  • current pricing or free status
  • trial/install path
  • current version and update date
  • visible reviews, ratings, and installs, if any
  • support, privacy, terms, and security links
  • install scopes and permissions
  • whether external egress is declared
  • Marketplace privacy/security tab
  • uninstall and data retention notes

The public Diagram Lens security page says the current manifest scope is storage:app, no external egress permissions are declared, Mermaid renders client-side inside Forge Custom UI, and rendered SVG is sanitized before display or export. The privacy page says app-owned diagram configuration is stored in Atlassian Forge hosted storage using storage:app.

Those are useful public claims, but admins should still compare them with the actual Marketplace listing and install prompt at evaluation time.

For platform context, Atlassian's Forge key-value store documentation says @forge/kvs requires the storage:app scope, and the Forge permissions documentation explains that manifest permissions control app scopes and external resources.

Do not infer compliance from architecture alone. I did not verify public claims for Cloud Fortified, Marketplace Bug Bounty participation, SOC 2, ISO, GDPR, DPA, or formal procurement approval.

When A Simple Renderer Is Enough

Not every Mermaid diagram needs a full reader.

A simple renderer or code-block-style workflow may be enough when:

  • the diagram has a small number of nodes
  • labels remain readable at page width
  • diagrams are rarely edited
  • reviews do not require search
  • export is not part of the workflow
  • the author and reader are usually the same person

In that case, a larger viewer may be unnecessary process.

When To Split Or Use Another Tool

Some diagrams should be split before they get better tooling.

Split the diagram when:

  • it mixes process flow, deployment topology, and data model in one picture
  • readers need to understand only one phase at a time
  • subgraphs are nested so deeply that the boundary labels become noise
  • every review starts with "ignore this half for now"
  • the diagram cannot be explained without a narrator

Use a different tool category when the required workflow is not source-first Mermaid in Confluence. Visual diagram platforms, repository-connected diagram systems, AI-assisted diagram tools, and whiteboarding tools solve different problems.

Diagram Lens sits in the narrower lane: source-first Mermaid diagrams in Confluence that need better reading controls when they get large.

Trial Checklist

Use one real large diagram. Do not use a clean demo.

  1. Insert or create the diagram in Confluence.
  2. Confirm the page view renders clearly enough for a first scan.
  3. Open the wide reader.
  4. Fit the whole diagram, zoom into one cluster, then reset.
  5. Search for three labels a reviewer would ask about.
  6. Use the minimap to move between distant areas.
  7. Make one small source edit and confirm live preview behavior.
  8. Save, reopen, and confirm the diagram state is still usable.
  9. Try source and SVG export.
  10. Try PNG or PDF only if those formats matter, using the largest diagram you expect to support.
  11. Ask a second reviewer to repeat the same navigation without author guidance.
  12. Record any Marketplace, scope, privacy, security, or support questions before production use.

If the second reviewer can inspect the diagram without a guided screen share, the reader workflow is doing real work.

Final Recommendation

Mermaid already helps teams keep diagrams editable as text. Confluence already gives teams a place to put those diagrams near the surrounding documentation.

The hard part starts when the diagram gets big enough that rendering is no longer the same as reading.

For teams evaluating Mermaid diagrams in Confluence, Diagram Lens is worth a focused trial when the pain is large-diagram inspection: wide view, zoom, search, minimap navigation, and source-first editing. Keep the evaluation narrow and evidence-based. Verify the current Marketplace listing, read the public privacy/security/support pages, and test the app against the diagram people actually struggle to review.