-
-
```
What steps will reproduce the problem?
1. Setup DisableInInput to true
2. Set cursor focus to an html editable div element
3. Press a configured keyboard shortcut
What is the expected output? Wha…
-
I have a usecase where I want to highlight syntax in a div that the end-user populates. Any chance we can make the rendering work 'live' in a contenteditable?
I've hacked at approaches to this before…
-
Hi,
I'm not sure if this is an issue which is related to the module per se, but it even if not, maybe you have an idea what's going on here.
http://plnkr.co/edit/d0hZx45mvLzn3OCdLg4h?p=preview
Steps…
-
I'm not entirely sure what the actual culprit is, but once an image in the contenteditable area, you can't effectively drag and drop it elsewhere inside the contenteditable area without some sort of c…
-
#### What are you trying to achieve?
We have APIs: `I.clearField` and`I.fillField` which works with [contenteditable](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contentedit…
-
const opt = {
margin: [10, 10, 10, 10],
image: { type: 'jpeg', quality: 1 },
html2canvas: {
scale: 3,
letterRendering: true,
useCORS: true
},
jsPDF: {
…
-
# contenteditable: O atributo para criar inputs de texto - Mario Souto
Descubra como usar o atributo content editable em HTML para criar recursos interativos, como editores de texto.
[https://marios…
-
I have created a HTML editor in which the user can add multiple snippets (from the Innova editor) or also self-created HTML snippets.
> let tribute = new Tribute({
> trigger: '@',
> valu…
-
**Is your feature request related to a problem? Please describe.**
I'm always frustrated when editing a markdown file
**Describe the solution you'd like**
WYSIWYG!: makes live preview editable a…