In the TinyMCE button rows, it's possible to use the plugin modxlink instead of advlink - and since it's so much more useful for MODX users, it's the only link plugin the inclusion of which makes sense.
Unfortunately, in the context menu of the editor, it's still advlink that's used. It's easy to change this by hand - in /assets/components/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin_src.js (and editor_plugin.js), the line
If you don't like to just change this permanently, there could be an additional option in the system settings for choosing the link plugin for the context menu.
In the TinyMCE button rows, it's possible to use the plugin modxlink instead of advlink - and since it's so much more useful for MODX users, it's the only link plugin the inclusion of which makes sense.
Unfortunately, in the context menu of the editor, it's still advlink that's used. It's easy to change this by hand - in /assets/components/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin_src.js (and editor_plugin.js), the line
just needs to be changed to
If you don't like to just change this permanently, there could be an additional option in the system settings for choosing the link plugin for the context menu.