You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem with inserted tempalte, i don't found in documentation more explication about that. I use CKEDITOR with configuration prevent add enter new line https://github.com/ichord/At.js/wiki/usage-with-CKEditor and a emojiarea with this configuration:{ wysiwyg: true, button: false }
but after select i see in my div follow text: <span class="atwho-inserted"><a href="/Laurentiu" target="_blank">@Laurentiu</a></span> but the problem is if press space my tempalte gone and only see @Laurentiu and can't add more take, same problem i see if i don't use tag <a> i see <span class="atwho-inserted">@Laurentiu</span> and after press space some problem, gone <span> remaind only text.
Do some evaluation of text and let only text or can use html tags ?
The text was updated successfully, but these errors were encountered:
I have a problem with inserted tempalte, i don't found in documentation more explication about that. I use CKEDITOR with configuration prevent add enter new line https://github.com/ichord/At.js/wiki/usage-with-CKEditor and a emojiarea with this configuration:
{ wysiwyg: true, button: false }
here is my at.js configuration:
insertTpl: "<a href='/${username}' target='_blank'>${atwho-at}${username}</a>\n", displayTpl: "<li>${name}(${username})</li>"
but after select i see in my div follow text:
<span class="atwho-inserted"><a href="/Laurentiu" target="_blank">@Laurentiu</a></span>
but the problem is if press space my tempalte gone and only see@Laurentiu
and can't add more take, same problem i see if i don't use tag<a>
i see<span class="atwho-inserted">@Laurentiu</span>
and after press space some problem, gone<span>
remaind only text.Do some evaluation of text and let only text or can use html tags ?
The text was updated successfully, but these errors were encountered: