Stacks-Editor icon indicating copy to clipboard operation
Stacks-Editor copied to clipboard

Stack Overflow's Combination Rich Text / Markdown Editor

Results 101 Stacks-Editor issues
Sort by recently updated
recently updated
newest added

This PR addresses tag link serialization for #56. The core of the change is switching from NodeView to a schema definition with appropriate toDOM/parseDOM implementations. It looks like we never...

**Describe the bug** Dragging/dropping or pasting an image in rich text mode results in the same image being shown twice (side-by-side) in the image uploader. **To Reproduce** Steps to reproduce...

bug
mode - rich text

⚠️ Please do not suggest feature ideas for Stack Overflow. This repo is for Stacks-Editor, our standalone editing component, not Stack Overflow. **Is your feature request related to a problem?...

enhancement

Closes #195 Hello, first time contributor here. 👋 I thought I would pick up an issue labeled as `good first issue` to familiarize myself with the codebase and your code...

bug
mode - rich text
html

Closes #32 Thus far: - Added failing test - Fixed issue with `sanitizeInlineHtmlTokens` to ensure that it doesnt consider a second open tag to be the closing tag for the...

bug
commonmark

Closes #59 . **Describe your changes** This simply changes the default Markdown serialization for emphasis (italics) from `*` to `_`. This now allows text with overlapping marks (e.g. bold and...

bug
commonmark

fixes #122 Moved the code to show the image popover to an onclick event on the img. Added e2e test.

bug
mode - rich text

Adds the ability to choose the language for codeblocks in richtext mode. Opening as a draft because all the code is there, but it needs a design pass before being...

mode - rich text

The markdown preview is currently laid out like the old Stack Exchange editor's preview - editor on top, preview on bottom. We should look into a way to improve the...

enhancement
commonmark
needs design

**Describe the bug** A combination of HTML `p` tag and comment tag in the MD mode are display weirdly in RT mode: - The `p` content is overlapped with the...

bug
mode - rich text
html