0

I have a list of HTML links (stored in OneNote 2016), and I want to convert them to text form, with both title and url. So for example, I want to convert

Super User

to

Super User: https://superuser.com

Or

- [Super User](https://superuser.com)

Is there a way to do so?

Ooker
  • 2,199

1 Answers1

1

Use Excel as a tool to get the list.

  1. Copy your original list from OneNote into the clipboard.
  2. Paste it into new Excel sheet, column A.
  3. Use an URL-extracting function to extract the URLs of links in column A into column B.
  4. Paste your sheet with columns A and B into your target text file. Done.
miroxlav
  • 14,845