Support for target like _blank in editor and destination

Hi

It seems that the Aloha editor and field Destination in the inspector dosen’t support target frame like _blank _top. Can anyone confirm this, and is there any workaround to make this work?

Thanks in advance.
Brian

You can let Neos decide automatically if it is an external or internal link.

I think something like:

prototype(TYPO3.Neos.NodeTypes:Text).@process.convertUris = TYPO3.Neos:ConvertUris {
    forceConversion = true
}

could work if you use for example the Text element.