Relative Path

I run my web server on our local network, there is no domain name yet and the ip address may change in the future. I use the relative path to visit the pages in my serve(use /document/page1.html instead of http://192.168.1.2/document/page1.html) and it works great.

In the Markdown Example, I can add a relative link using markdown as [Link Page1](/document/page1.html), but if I add this link from WYSIWYM editor, it will be changed to [Link Page1](http:///document/page1.html) which failed to find the page1.html.

How can I use ProseMirror WYSIWYM editor to add the relative link?

Thanks, Andrew

I’ve created a new issue here related to this topic.