Joe Anderson
Joe Anderson
Hi! I'm interested in using SocketSource in my own projects, but I can't do that without a suitable license. This PR adds an MIT license to the [ember-orbit-with-socket-source](https://github.com/pixelhandler/blog/tree/ember-orbit-with-socket-source) branch, in...
Guarantee that images containing a Stable Diffusion watermark will not be included in training data
### Background As per my understanding, the purpose of including an invisible watermark in generated images is to ensure that these images will not be included in the training data...
**Description** The regular expression [`catchSlateFragment`](https://github.com/ianstormtaylor/slate/blob/96ad964beee5b7c67d4aa18bdd9d6e7d2f9ef3bf/packages/slate-react/src/utils/dom.ts#L246) matches `/data-slate-fragment="(.+?)"/` anywhere in pasted HTML, including in text nodes. This casues an error if the capture group isn't a properly formatted Slate fragment. The...
**Description** This crash occurs in Firefox when the editor has at least two paragraphs and the last paragraph ends in `\n`. When selecting all text and deleting it, the editor...
**Description** Here's what we've got so far: https://github.com/udecode/plate/assets/4272090/90b6c559-a419-4d84-b012-986d28e658f8
**Description** When resetting a blockquote containing multiple lines (separated by `\n`, as is normal for blockquotes), it turns into a single paragraph with all the lines inside it, rather than...
**Description** See recording: https://github.com/udecode/plate/assets/4272090/5a537414-5346-4b56-becd-ce28fc3009be **Steps** 1. Create a list with at least two bullet points - The first should be empty - The second should contain some marked and some...
**Description** See changesets. To do: - [ ] Add changesets - [ ] Write docs for PlateController - [ ] Update existing docs
**Description** A plugin to pass arbitrary messages via Slate operations, for use with Yjs. **Example** ```ts const onMessage = jest.fn(); const editor = createPlateEditor({ plugins: [ createOpMessagesPlugin({ options: { onMessage,...
## Description Reported by @jkcs: https://github.com/udecode/plate/pull/2729#issuecomment-1801219812 When deserializing HTML and an unrecognised HTML block element breaks up an [inline formatting context](https://developer.mozilla.org/en-US/docs/Web/CSS/Inline_formatting_context), newlines should be inserted to ensure that the contents...