Export including links

Comments

3 comments

  • Avatar
    Roger

    One easy way to do that would be to keep the [[]], or at least having an exporting option to not exclude them. That would work for wiki links.

    1
    Comment actions Permalink
  • Avatar
    Marek

    I think the problem is that the OPML export does not include node IDs.

    For example:

    <?xml version="1.0"?>
    <opml version="2.0">
      <head>
        <ownerEmail>
          $email
        </ownerEmail>
      </head>
      <body>
        <outline text="Test">
          <outline text="Link target">
            <outline text="1 Backlink">
              <outline text="Link to &lt;a href=&quot;https://beta.workflowy.com/#/88a04ba9ddb2&quot;&gt;Link target&lt;/a&gt; " />
            </outline>
          </outline>
          <outline text="Link to &lt;a href=&quot;https://beta.workflowy.com/#/88a04ba9ddb2&quot;&gt;Link target&lt;/a&gt; " />
        </outline>
      </body>
    </opml>

    I see the internal link to node 88a04ba9ddb2, but it is not clear which node that is. I can try to derive this information from the backlink, but it can be tricky when there are multiple backlinks. I'd like to see id attribute added like this:

    <outline text="Link target" id="88a04ba9ddb2">

    To retain the internal links information in the export.

    0
    Comment actions Permalink
  • Avatar
    NGUYEN TAN HUY

    Agree, same as images. It's great to include the image link in the export data instead of just leave that bullet blank as it is now

    0
    Comment actions Permalink

Please sign in to leave a comment.