Automatic hyperlink insertion is the feature that inserts the relevant hyperlink into the text deemed to be a potential hyperlink when Space or Enter key is pressed after the text is entered.
Example
http://, https://, www. + TEXT + Toplevel Domain( .com, .co.kr ... )
By setting 'editor.autoLink' to false, you may disable the feature (default - true).
const synapEditorConfig = { //... /** * Determines whether the automatic hyperlink insertion feature is used. */ 'editor.autoLink': true, //... };