Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [rte]

RTE refers to a Rich Text Editor, which is an interface for editing rich text within web browsers, which presents the user with a "what-you-see-is-what-you-get" (WYSIWYG) editing area.

0 votes
1 answer
317 views

How to remove the fonts in CKEditor RTE of TYPO3 v10?

I need to remove some of the fonts listed in the CKEditor RTE. Is this possible? How to do this? Thank you!
user12414491's user avatar
0 votes
1 answer
2k views

How to include 'Source Edit' plugin in RTE component in AEM 6.5?

I have added the features node with asterix(*) and added misctools#sourceedit in the inline properties of the RTE pluggin node.But still the sourceedit functionality isnt working where I can use some ...
Zameer's user avatar
  • 1
1 vote
1 answer
986 views

Comment reply system with React Quill and Firebase Firestore

I'm making a comment system with React Quill as my editor and Firebase Firestore. Each comment post gets stored in firestore. Each stored comment has a reply button, and when clicked, the editor ...
rokajova's user avatar
1 vote
0 answers
702 views

AEM Rich Text Editor stripping international tel links containing +

AEM RTE will allow you, at first, to make a tel: link using a + such as this: tel:+83493439343 This will work fine. No problems so far. But, when you go and edit the same RTE component, the tel: link ...
Tony's user avatar
  • 11
0 votes
1 answer
499 views

TYPO3 RTE link/a-tag add data-attribute

I would like that in RTE (TYPO3 v7.6), when you add a link, you can add data attributes to the a-tag using a select field. Is that possible, if so, what should I do? I don't find a start.
schumiel's user avatar
1 vote
2 answers
3k views

Runtime error: reference binding to null pointer of type 'int' [closed]

I am solving the House Robber problem on Leetcode and I am getting a "Runtime error: reference binding to null pointer of type 'int'". Why is this error occuring? My code: class Solution { ...
Aditya Karad's user avatar
0 votes
1 answer
1k views

How to handle image tag in Rich Text field in Sitecore, so that it can handle the media hash automatically?

My Sitecore website is on 7.5. I have implemented a media protection request feature, but I can see too many errors in Sitecore logs saying that: ERROR MediaRequestProtection: An invalid/missing ...
Sophie's user avatar
  • 1
1 vote
2 answers
379 views

Deactivating AutoLinking in RTE editor - Typo3

Whenever a link is typed in the RTE editor, it will automatically be enclosed in an tag and converted to a link. Is there a way to stop this behavior, other than removing each link manually? I'm not ...
Joseph Kazarian's user avatar
0 votes
1 answer
402 views

How to really use RTE (Rich Text Editors) in your application?

Intro: I am working at a project which contains a lot of forms and I'd like to integrate rich text editors for some fields. Regarding the flow, it seems that behind the scenes your text from the ...
Alex M's user avatar
  • 59
1 vote
2 answers
2k views

Typo3 9.5 / iFrame embed in RTE

Is there anyway to embed an iFrame in the RTE in typo3 backend? I want to embed google maps and not have to use an extension, so is there any way to do this? I tried using RTE.default { proc { ...
networkcore's user avatar
0 votes
1 answer
224 views

CKEditor add <p> Tag in empty divs

when i add this in my CKEditor it writes it in the database just fine: <div data-oembed-url="https://www.youtube.com/watch?v=5xAaNCUj0sI"> <div style="left: 0; width: 100%; height: 0; ...
lvollmer's user avatar
  • 1,568
0 votes
1 answer
579 views

Typo3 9 RTE CK_Editor 4 data-attribute in span removed after saving

I tried to save data-attribute inside a span tag. After saving it`s removed. I tried the following configurations in my custom yaml file. processing.allowAttributes: -'span[data]' processing....
WimDiesel's user avatar
1 vote
3 answers
122 views

TYPO3 RTE convert <img> to <amp-img>

I have a TYPO3 version 6.2 website and I am working on a AMP version. I use a condition in URL to load different versions of the same TYPO3 page depending if the page version request is AMP or not. ...
Sasha's user avatar
  • 28
2 votes
1 answer
4k views

How to set the internal state to an empty string when using mui-rte for a chat message input

I am using mui-rte, which is a nice Material-ui wrapper around draftjs: https://github.com/niuware/mui-rte.git I want to use MUIRichTextEditor for the input field for a web chat client. I have hit a ...
Vess Perfanov's user avatar
0 votes
2 answers
1k views

react-rte toolbarConfig={[]} and showToolbar={false}

I'm trying to remove the toolbar from react-rte, so I tried toolbarConfig={[]}, showToolbar={false} I just want to show some html, that's all. But it gives me this : How can I ...
Maifee Ul Asad's user avatar

15 30 50 per page
1 2 3
4
5
22