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

wysiwyg

Here are 580 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
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 🗝️
deckdeckgo
rfuehrer
rfuehrer commented Jun 28, 2021

Affected part of DeckDeckGo

  • Web Components

Feature Description

Is it possible that the position of the anchor can be changed? An option like rotation-ancohr:top|left|right|bottom (or rotation-ancohr-position) offers more flexibility in other usage scenarios.

Or is that already possible today through existing CSS properties?

Use Case

I use drr for a project w

enhancement good first issue drag-resize-rotate

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