This question applies to both Redactor 2 and 3. I'm searching for a way to add or edit <dl>, <dt> and <dd> tags. Does anyone know of a way to do this out of the box, or with a plugin?
In Redactor WYSIWYG editor, how can I add a <dl> tag?
83 Views Asked by Paul At
1
There are 1 best solutions below
Related Questions in WYSIWYG
- Mdxeditor does not apply styles when used with tailwindcss
- PIMCORE: How to globally configure TinyMCE (WYSIWYG) for data object? (Version 11.1.4)
- Side by side editing of richtext content in a webapp with quilljs or slatejs
- How to disable break button that comes at the bottom of jodit editor?
- Stream data in a WYSIWYG editor through API - Next.JS and API through .NET
- Not able to select text in react-draft-wysiwyg rich text editor
- Excel displays ### even after autofit when printing to PDF
- Can't pass selection in Slate.js (React) as single child
- How to convert table into text in ckeditor?
- How can I fix this content editable section in a Next app where content is RTL though set to LTR?
- Cannot find module 'tailwind-config/tailwind.config.js' even though the tailwind.config.js file exists (Novel Editor)
- WYSIWYGTextEditor - Change font sizes
- How to create an initial value in Lexical rich text, then edit it?
- Laravel backpack 6 pro wysiwyg field doesn't works
- CKEditor mentions (autocompletion) having a different text content and mention id?
Related Questions in REDACTOR
- Summernote editor and spring mvc predefined html variable
- How to add CraftCms imperavi redactor custom list of font size options?
- Redactor/HTMLPurifier won't allow entry update CraftCMS
- Jquery replacement for .html() function that won't try to rewrite the html on Redactor imperavi - Xss vulnerability
- Upload Files to ASP.NET Core. Array is always empty
- Cannot read property 'replace' of undefined in Redactor
- What should I put in the imageUpload of the redactor Parameter?
- How to change image paths in Redactor editor?
- Input text in iframe with puppeteer
- How can i add custom shortcodes in Redactor
- How to change Imperavi redactor's text direction dynamically using jquery
- How to allow DIV tags in Yii2 Editor
- Append space to <li> content
- How to bind posted data named "file[]" to an MVC model?
- How to get Redactor wysiwyg working with vue.js ( without jQuery )
Related Questions in REDACTOR.JS
- is inserted instead of the white-space for the redactor-js
- Upload Files to ASP.NET Core. Array is always empty
- Cannot read property 'replace' of undefined in Redactor
- Imperavi article editor token missmatch while uploading image
- How can i add custom shortcodes in Redactor
- How to get Redactor wysiwyg working with vue.js ( without jQuery )
- How can I disable drag and drop on extension Redactor v10.1.1 for Yii2 framework?
- In Redactor WYSIWYG editor, how can I add a <dl> tag?
- Redactor counter plugin with Angular2
- Remove new line in wysiwyg redactor
- how to get value from redactor editor using jquery
- Upload picture with redactorJS, it isn't displayed in editor, though it is successfully uploads to the server
- How to change image text in Redactor
- Yii 1.x imperavi redactor execCommand('strikethrough') not working
- Redactor editor text format issues with Chrome version 58
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I found that it works if you edit the HTML – so the element is supported by Redactor – but that a
<dl>gets transformed to a<p>when you paste it.Unfortunately that defeats the purpose of a WYSIWYG editor :-/