And to merge the existing links into a list you’ll have to create an action with the following steps
- Get the content from the drafts (From tags or selection)
- Read the lines if is the only content on the drafts with
(.*)\s(https?://.*)
that regular expression you should be able to get the information - Create a new document with the obtained information
If you need any help making the action, ask for help