When Notion pages are exported as markdown, Notion links look like this:
[Page Name](Page URL with UUID hyphen case)
[Example Page](https://www.notion.so/Example-Page-09eb2a698d714efea7e13c4414887ffb)
Create a plugin that converts this link into a wiki-link by removing the url and adding double-brackets around page name:
[[Example Page]]
Provide the option for appending converted links with a folder name:
[[Folder/Example Page]]
Perhaps this could be generalized for converting any markdown links into wiki-links, not just Notion, but I wanted to start with a specific use case