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

wysiwyg

Here are 587 public repositories matching this topic...

editor.js
ckeditor4
Comandeer
Comandeer commented Mar 24, 2021

Type of report

Docs

Provide a description of requested docs changes

Currently there is no description of the rich combo definition. All docs simply states it's an object.

status:confirmed good first issue type:docs size:XS
shoNagai
shoNagai commented Apr 13, 2021

Describe the bug
When using move to lower the position of an element, adding 1 to the index does not work, and 2 needs to be added.

To Reproduce
I implemented the following code to move the element position up and down under the ROOT, but the onDown function did not move the element down.

  const {
    actions: { move, delete: deleteNode },
    query,
  } = useEditor();

bug good first issue

Improve this page

Add a description, image, and links to the wysiwyg 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 wysiwyg topic, visit your repo's landing page and select "manage topics."

Learn more