Export including links
Hello wonderful people!
I am writing this because I noticed there is no way to do an export that contains the link information. Basically, when exporting, we loose the links. Same is true for the mirrors by the way. Those two informations are lost when exporting.
I think it would be awesome to have an export option that keeps the links and the mirrors active :)
-
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 <a href="https://beta.workflowy.com/#/88a04ba9ddb2">Link target</a> " />
</outline>
</outline>
<outline text="Link to <a href="https://beta.workflowy.com/#/88a04ba9ddb2">Link target</a> " />
</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.
Please sign in to leave a comment.
Comments
3 comments