Yeah, one of those situations where too flexibility is tricky to handle.
If you have some time, try this, in themes/default/scripts/jquery.sceditor.elkarte.js:
if ($elm.attr('link'))
link = ' link=' + $elm.attr('link');
if (author === '' && date === '' && link !== '')
link = '=' + $elm.attr('link');
and:
attr_author = attrs.defaultattr;
sAuthor = bbc_quote_from + ': ' + attr_author;
attr_link = attrs.defaultattr;
sLink = attr_link.substr(0, 7) === 'http://' ? attr_link : elk_scripturl + '?' + attr_link;
sAuthor = '<a href="' + sLink + '">' + bbc_quote_from + ': ' + sLink + '</a>';