The link popover is not centered above the text, has grey highlight and white border around it (could just be white) and could use a triangle on the bottom to point to the text. (Also, if it鈥檚 just inserting the link, we can add text "Insert link"):

The next step should be centered too, triangle too, and could also still highlight the selected word? Also, when you put in something without https:// or http://, it should be automatically prepended:

Centering is already fixed on master.
The next step should be centered too, triangle too, and could also still highlight the selected word? Also, when you put in something without https:// or http://, it should be automatically prepended.
Should we always prepend https here? Note this might cause issues if the linked server doesn't have https support, the link would be broken. But the same might also happen the other way round, so I'd argue to just go with https
Should we always prepend https here? Note this might cause issues if the linked server doesn't have https support, the link would be broken. But the same might also happen the other way round, so I'd argue to just go with https
Yup, let鈥檚 just go with that for now. Rather err on the side of s. :D
Fixed with b51c857 and ecdc251