295 questions
0
votes
1
answer
164
views
How to configure proseMirror schema to allow custom tags that behave like table rows?
I am using Kendo Editor, which uses the proseMirror library, to try to make a template editor. On requirement is to be able to handle custom tags within tables. Something like:
<table>
<...
1
vote
1
answer
94
views
Extra div Element in Chrome Developer Tools
I'm using an HTML editor that I built, which you can access here: HTML Editor.
Here's the relevant source code:
const previewer = document.querySelector('iframe'),
editor = document.querySelector('...
0
votes
0
answers
2k
views
Jodit editor style override html code style
I'm using Jodit-react editor.
I want to paste some html code into the editor with table, but it seems like the style of head and row is being override by the style of editor.
Please copy and paste ...
0
votes
0
answers
124
views
How can I set up code hints for a custom HTML attribute in IntelliJ?
When I type this is my editor(IntelliJ):
<input type="">
My editor gives me a list of values for the "type" attribute: date, color, button, etc.
Is it possible to create a ...
0
votes
1
answer
636
views
how to make html editor to be disable or read only
I am getting html editor on my web page but I want it as un editable. how to do that?
<text area name="content" id="editor"></text area>
<script src="https://...
0
votes
0
answers
269
views
Is there a VS Code extension like intelliSense that will autocomplete outlook conditional code rather than commenting it out?
I'm currently learning HTML email development, and I've come to learning about Outlook Conditional statements. The problem is that VS Code reads these as a comment and does not auto-complete anything (...
-1
votes
1
answer
195
views
How do I listen for HTMLEditor getting or losing focus?
I need to track when an HTMLEditor element in JavaFX gets focus or loses it. I used a listener for textArea, but it doesn't work in this case.
htmlEditor.focusedProperty().addListener(((obs, ...
2
votes
0
answers
866
views
Dart Flutter: How to add RTL Rich Text Editor with Default Arabic Font
I want to implement the Rich Text Editor (WYSIWYG HTML Editor) for the Arabic Language in my Flutter App.
I've used the following Packages but they didn't work as required.
flutter_quill It has a ...
0
votes
0
answers
440
views
htmltoolbar and htmlEditor separate background color
How can we get htmltoolbar and htmlEditor separate background color
My work
Expectation:
htmlToolbarOptions: HtmlToolbarOptions(
dropdownFocusColor: borderColor,
...
0
votes
2
answers
358
views
Trumbowyg React input data typed reverse order
I'm now integrating Trumbowyg editor into react project.
const [content, setContent] = useState();
return (
<Trumbowyg
onChange={e => setContent(e.target.innerHTML)}
data={...
3
votes
3
answers
600
views
How can i remove this white lines from ToolbarPosition.custom?
I'am working on a task and I used HtmlEditor package,
package https://pub.dev/packages/html_editor_enhanced
I want to remove this white line under textfield.
HtmlEditor(
controller: ...
1
vote
1
answer
935
views
how to change confige react-mui-draft-wysiwyg?
I use HTML editor material ui :
import MUIEditor, { MUIEditorState } from "react-mui-draft-wysiwyg";
<MUIEditor
editorState={formElement.editorState}
onChange={formElement....
0
votes
1
answer
553
views
Silverstripe 4 use additional custom HTMLEditorField
In Silverstripe 4 how can we use different HTMLEditor configs ?
I'd like to have two different HTMLEditorFields in the same environment.
One with all functionality and all Buttons.
And another one (...
0
votes
0
answers
4k
views
Angular rich text editor max length validation
I need to set the max length of Angular Editor. I have tried so many ways but was not able to set the maxlength.
<angular-editor
[(ngModel)]="htmlContent"
[config]="config&...
0
votes
1
answer
2k
views
Radzen blazor HTML Editor can’t save large text C#
Large text (more than 5000 words or more) can't save through Radzen HTML editor, I'm getting below error. please have a look error below
Error: Connection disconnected with error 'Error: Server ...