You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this is a serious issue. When using the BlockNote editor in this project, the editor typically handles a document, and users usually don't write "https://" while editing the document. For example, they would write "www.google.com.hk/" instead of "https://www.google.com.hk/". However, the current BlockNote only directs to the full link when "https://" is added, which goes against the long-standing habits of many users.
Any update on this one? Is there a way to configure it ourselves?
I face the same issue where I'd love to be able to prepend a protocol so that users don't have to input https://
Uh oh!
There was an error while loading. Please reload this page.
If add a link without https://, then the current domain will be added to the link.
For example, if you add a link to www.blocknotejs.org/, then the current domain will appear at the beginning, and it will look like this https://www.blocknotejs.org/www.blocknotejs.org/.
If you add from https://, that is, https://www.blocknotejs.org/, then everything works correctly.
The bug can be reproduced here https://www.blocknotejs.org/
I assume that there should be a check for added link and if the link does not contain https://, then only https:// should be added to the link
The text was updated successfully, but these errors were encountered: