# נסה את המלחין החדש שלנו!

**URL:** https://meta.discourse.org/t/test-our-new-composer/352347
**Category:** Announcements
**Tags:** composer
**Created:** [12 במרץ,‏ 2025,‏ 11:48am UTC](https://meta.discourse.org/t/test-our-new-composer/352347 "2025-03-12T11:48:22Z")
**Posts on this page:** 1
**Showing post:** 153

<div class="post-metadata">

### Author: ![renato](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/renato/32/383632_2.png) [@renato](https://meta.discourse.org/u/renato)
#### Post date: [6 ביולי,‏ 2025,‏ 2:56pm UTC](https://meta.discourse.org/t/test-our-new-composer/352347/153 "2025-07-06T14:56:06Z")

</div>

This was raised before internally; here were my findings at the time:

> I’ll try to get some clarity if this is still the case or if there’s anything we can do about it, but putting this here as a reference
> 
> [transformPasted doesn't catch pasted - #3 by marijn - discuss.ProseMirror](https://discuss.prosemirror.net/t/transformpasted-doesnt-catch-pasted/8157/3)
> 
> > [@marijn](#):
> >
> > It is likely that this text is injected directly by the virtual keyboard, through the IME system, and doesn’t get treated as a paste event by the browser. I’ll do some experiments.
> 
> > [@marijn](#):
> >
> > I confirmed that there is no paste event and, for the browser, this is treated exactly as other keyboard text input (such as selecting a suggested word) would be. So I think getting paste-related hooks to run in this situation isn’t going to be possible—there’s no way for the library to even identify it as a paste. On the bright side, users can only insert plain text this way, and may not really expect the action to be treated as a paste.
> 
> Emphasis mine, the “bright side” doesn’t do us any favor as we’d still want to process this plain text as Markdown.
> 
> We don’t have an input rule for `[quote]` yet, this could help (assuming the IME input does the same as typing each character in the keyboard) IF **the resulting pasted text didn’t have that broken closing `[/quote]` from your first video.**

Can you share how is this being pasted (in a code block preferably)? Does the resulting pasted text also have a closing bbcode tag broken in two lines like our internal report?

---

_[View the full topic](https://meta.discourse.org/t/test-our-new-composer/352347)._
