At.js icon indicating copy to clipboard operation
At.js copied to clipboard

Can I just insert the @${name} as plain text without the surrounding span element?

Open gh67uyyghj opened this issue 8 years ago • 1 comments

Hi author and contributors, I just wanted to ask if inserting the selected text using the span element with the atwho-inserted is hardcoded because I just wanted to disable it using a config and just insert plain text @${name}, I read the wiki but I couldn't find how to get around this.

gh67uyyghj avatar Feb 11 '17 20:02 gh67uyyghj

Same by me. As a workaround I have to edit final text while saving like this: $('.atwho-query, .atwho-inserted').contents().unwrap()

PreVaDu avatar Jul 06 '17 22:07 PreVaDu