OPML

Export your Mind Map data as OPML data

Example 1

Example Mind Map

A screenshot of a Mind Map in Miro

OPML Export

<?xml version="1.0" encoding="UTF-8"?>
<opml version="2.0">
  <head>
    <title>mindmap.opml</title>
    <dateCreated>Wed Oct 30 2024 12:53:23 GMT+0000 (Greenwich Mean Time)</dateCreated>
  </head>
  <body>
    <outline text="Simple map">
      <outline text="node d">
        <outline text="4"/>
      </outline>
      <outline text="node c">
        <outline text="3"/>
      </outline>
      <outline text="node b">
        <outline text="2"/>
      </outline>
      <outline text="node a">
        <outline text="1"/>
      </outline>
    </outline>
  </body>
</opml>

OPML is compatible with other Mind mapping software such as Mind Manager.

Last updated