OPML or Markdown import with webpage link on node
Hi
Is there a way, when importing OPML or Markdown format, to import a webpage links on a node?
The imported nodes would have a link, just like if I do "Insert" / "Link" / "Webpage" manually in Xmind.
If so, which tag(s) should I use in the OPML file? Or, which syntax should I use in a Markdown file?
Thank you.
-
For OPML, you have to specify the type as link, and use attribute _url. Also make sure to add http:// to beginning of URL. For example:
<outline text="CNN News" type="link" _url="http://www.cnn.com"></outline>
Please sign in to leave a comment.
Comments
1 comment