The Wayback Machine - https://web.archive.org/web/20220505074507/https://github.com/topics/prosemirror
Skip to content
#

prosemirror

Here are 92 public repositories matching this topic...

ifiokjr
ifiokjr commented Aug 31, 2020

Description

  • Fix auto deploys for the 0.x branch.
  • Fix build, lint and type check for 0.x branch.

Context

Following the #614 fix which hasn't yet been deployed, I need to set up automatic deployments for this branch.

help wanted good first issue priority: low 🔻 type: 0.x 🗝️
q-wertz
q-wertz commented Mar 9, 2022

Describe the bug
Currently when hovering over the author colors the username is shown. This is often something cryptic etc.

To Reproduce
Steps to reproduce the behavior:

  1. Open a document
  2. Activate Show author colors
  3. Hover over the edited area
  4. The username is shown

Expected behavior
The displayname of the user should be shown instead.

Screenshots
![image

bug good first issue 1. to develop
benrbray
benrbray commented Mar 27, 2021

ProseMirror (and by extension, prosemirror-math) relies on contenteditable to function. Since the implementation of contenteditable is not yet standardized between browsers, we must test manually in each browser to ensure acceptable behavior.

I do not own a Mac, so I cannot test prosemirror-math on Safari. Please report any bugs you find in Safari!

help wanted good first issue

Improve this page

Add a description, image, and links to the prosemirror topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the prosemirror topic, visit your repo's landing page and select "manage topics."

Learn more