Skip to content
#

wysiwyg

Here are 597 public repositories matching this topic...

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
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 🗝️

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