insertLinksByDialog property

bool insertLinksByDialog
final

If you prefer to use the dialog to insert links, you can choose to use the markdown syntax directly by setting insertLinksByDialog to false. In this case, the selected text will be used as label and link. Default value is true.

Implementation

final bool insertLinksByDialog;