Results 333 comments of Kelly Dwan

It was noted in [#57501-core](https://core.trac.wordpress.org/ticket/57501#comment:10) that the `offset`, `order`, and `orderby` params are not applied to search results in core API requests. > ❌ Make sure search still works (search):...

Does this happen in the core editors too, or is this specific to the Pattern Creator implementation?

Maybe using the `id` as mentioned in #698 would help— blocks with an ID should get some kind of alert/blocked submission? If they replace the image with an openverse image,...

**Authors** It is already possible to view patterns by an author on the pattern directory, for example, [patterns by WordPress.org](https://wordpress.org/patterns/author/wordpressdotorg/). This view can be found by clicking the author name...

That's good feedback, thanks! The reports don't go directly to the pattern author though, they're sent to the Pattern Directory moderators. Maybe there should be another way to contact the...

This uses a `resizableEditor` component which is not exported, so we can't use it directly (we also don't need the "editor" functionality), but can probably take the gist of it...

I don't think the component itself is the important part, it's matching the look of our preview to be similar. I imagine the reasoning is to keep the interaction patterns...

I'm sure we could do something similar to https://github.com/WordPress/pattern-directory/pull/275, maybe using the parser that was added for pattern translations in https://github.com/WordPress/pattern-directory/pull/250.

The code view was not added on purpose, as a guardrail to prevent broken patterns, so I'm hesitant to add it back. What are you trying to do that you...

For pasting block code, did pasting directly into the editor not work? It should work in the default editor, but maybe something's not working in the creator.