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

wysiwyg

Here are 446 public repositories matching this topic...

flylikeanbird
flylikeanbird commented Nov 21, 2019

Description

in demo page you can repro the bug follow the steps bellow

Steps to reproduce

  1. Select all the first paragraph, then apply italics style, and next apply quote.
  2. press enter several times.
  3. new line will be created and cannot be remove by pressing backspace.

Expected behavior: will not create new line with quote
Actual behavior: create new line with q

MichielDG
MichielDG commented Mar 13, 2020

Version

v1.4.10

Development Environment

Chrome 80.0.3987.132

Current Behavior

Write a description of the current operation. You can add sample code, 'CodePen' or 'jsfiddle' links.

// Write example code
Go to section
* [Hello](#hello)  
* [Hello World](#hello-world)
* [Another section](#new-section)    <-- it's called 'Another section' in this list but refers to 'New
summernote
kevin074
kevin074 commented Apr 8, 2020

I looks for about 20 minutes but didn't see anything talking about the differences in each summernote type (BS3, BS4, Lite or normal summernote.js).

Is there a link to the documentation ? I had to use the lite version because our bootstrap is too old and we can't just upgrade to newer bootstrap to make the latest summernote release work. It seems to work fine just because our use cases are ver

tiptap
chrisjbrown
chrisjbrown commented Apr 22, 2020

Describe the bug
on an Android device using chrome browser

in the editor
with the cursor in front of a mention node
the editor either skips over the mention deleting the previous node
or copying and pasting the contents of the mention node.

these can be observed on the example page
https://tiptap.scrumpy.io/suggestions

Environment

  • OS: Android
  • Chrome

![Screen-Reco

bug
ckeditor4
GildedHonour
GildedHonour commented Dec 16, 2018
<link rel="stylesheet" type="text/css" href="/assets/pen/pen.css" />
<script src="/assets/pen/pen.js"></script>
<script src="/assets/pen/markdown.js"></script>

<script type="text/javascript">
  var editor = new Pen(document.getElementById('my_elem'));
</script>


Error:

pen.js:485 Uncaught Error: Can't find config
    at new Pen (pen.js:485)
    at edit:102
ckeditor5
blocks
jakebrightfire
jakebrightfire commented Apr 17, 2020

There seems to be a lack of documentation for developers on how to implement global settings in the new Theme Style section of the Elementor Editor as well as how to reference those global settings.

What is the proper way to implement this functionality? Once implemented, how can I get the value of the registered controls from somewhere else in the application like a dynamic tag?

I was told

ackvf
ackvf commented Jan 21, 2020

Add to UserComponent's rule's documentation when is each rule triggered. Meaning, when and how often is each callback called.
https://craft.js.org/r/docs/api/user-component

for example: (note, I don't know if my assumptions are correct)

rules?

  • canDrag(currentNode: Node, helpers: NodeHelpers) => boolean
    Specifies if a component can be dragged. Applicable only to components whos

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

You can’t perform that action at this time.