Stacks-Editor
Stacks-Editor copied to clipboard
Stack Overflow's Combination Rich Text / Markdown Editor
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...
⚠️ 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?...
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...
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...
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...
fixes #122 Moved the code to show the image popover to an onclick event on the img. Added e2e test.
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...
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...
**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...