Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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.

예시

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,
	//...
};
  • No labels