I just used the Code Template <img ==> <IMG SRC="%InteractiveFile%" ALT=""/>
But since i doesn't want to direct to an local file (but type my own location in), i canceled the browse-file-dialog.
(I mean, %InteractiveFile% doesn't fit here)
The issue i saw here was that after canceling the browse dialog,
the Code Template was finished too, letting me alone with an '<img' -part in the document only.
Just as idea:
can it be that after canceling the browse dialog the template is pasted in, even empty?
<IMG SRC="%|%" ALT=""/>
Work around:
In the meantime I have added an second Template for that case.
<imgi (old template img renamed to imgi, i for interactive )
Key: <imgi
Des: <IMG interactive browse file
Code: <IMG SRC="%InteractiveFile%" ALT=""/>
<img (new template img, for just pasting in the template )
Key: <img
Des: <IMG template
Code: <IMG SRC="%|%" ALT="" />