EDITING_COMMAND_CREATE_LINK

The create link command. Creates a link element that is inserted at the current cursor position. If there's a selection, the selected text will be used as the link text, otherwise the URL itself will be used. It receives the link URL as argument. This command should be executed with webkit.web_view.WebView.executeEditingCommandWithArgument

enum EDITING_COMMAND_CREATE_LINK = "CreateLink";